Bug 562746. Add reftest that fails with the quartz backend from cairo 1.10. r=ehsan

This commit is contained in:
Jeff Muizelaar 2011-05-11 17:04:20 -04:00
Родитель 5adbc61fa6
Коммит 366a527a30
2 изменённых файлов: 24 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,23 @@
<html reftest-zoom="1.8">
<style>
a{
background-repeat: inherit;
background-position: inherit;
/* this image has a red pixel at the bottom to
prevent image lib from optimizing it into a
solid color fill */
background-image:url("nearly-white.png");
line-height: 20px; /* set the line height so that the red pixel is not drawn */
}
</style>
<div style="background-repeat: no-repeat">
<a>&nbsp;</a><a>&nbsp;</a>
</div>
<p>
<div style="background-position: right top">
<a>&nbsp;</a><a>&nbsp;</a>
</div>
<p>
<div>
<a>&nbsp;</a><a>&nbsp;</a>
</div>

Просмотреть файл

@ -1,3 +1,4 @@
fails-if(Android) == background-image-zoom-1.html background-image-zoom-1-ref.html
== background-image-zoom-2.html about:blank
fails-if(Android) == image-zoom-1.html image-zoom-1-ref.html
== invalid-url-image-1.html invalid-url-image-1-ref.html