зеркало из https://github.com/mozilla/gecko-dev.git
Bug 562746. Add reftest that fails with the quartz backend from cairo 1.10. r=ehsan
This commit is contained in:
Родитель
5adbc61fa6
Коммит
366a527a30
|
@ -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> </a><a> </a>
|
||||
</div>
|
||||
<p>
|
||||
<div style="background-position: right top">
|
||||
<a> </a><a> </a>
|
||||
</div>
|
||||
<p>
|
||||
<div>
|
||||
<a> </a><a> </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
|
||||
|
|
Загрузка…
Ссылка в новой задаче