mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 21:31:04 +00:00
Bug 909305 - Replace mozilla-banner.gif with a plain blue image in 163504-2*.html since we aren't trying to test individual pixel differences in resized image painting there. r=tn
This commit is contained in:
parent
9cd2750637
commit
97de4be1a3
@ -10,9 +10,9 @@ img { image-rendering: -moz-crisp-edges; }
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div><span><img src="mozilla-banner.gif" width="100" style="height: 50%"></span></div>
|
||||
<div><span><img src="mozilla-banner.gif" width="2" style="min-height: 50%"></span></div>
|
||||
<div><span><img src="mozilla-banner.gif" width="100" style="max-height: 50%"></span></div>
|
||||
<div><span><img src="blue-600x58.png" width="100" style="height: 50%"></span></div>
|
||||
<div><span><img src="blue-600x58.png" width="2" style="min-height: 50%"></span></div>
|
||||
<div><span><img src="blue-600x58.png" width="100" style="max-height: 50%"></span></div>
|
||||
|
||||
<div><span><span style="position:relative; top: 30%">text</span></span></div>
|
||||
<div><span><span style="position:relative; bottom: 30%">text</span></span></div>
|
||||
|
@ -135,8 +135,8 @@ random == 99850-1b.html 99850-1-ref.html # bug 471629
|
||||
!= 144004-3.html 144004-3-ref.html
|
||||
skip-if(B2G) == 163504-1a.html 163504-1-ref.html
|
||||
skip-if(B2G) == 163504-1b.html 163504-1-ref.html
|
||||
skip-if(B2G) == 163504-2a.html 163504-2-ref.html
|
||||
skip-if(B2G) == 163504-2b.html 163504-2-ref.html
|
||||
== 163504-2a.html 163504-2-ref.html
|
||||
== 163504-2b.html 163504-2-ref.html
|
||||
== 167496-1.html 167496-1-ref.html
|
||||
== 169749-1.html 169749-1-ref.html
|
||||
== 172073-1.html 172073-1-ref.html
|
||||
|
Loading…
Reference in New Issue
Block a user