Bug 919482 - Replace mozilla-banner.gif with a plain blue image in 163504-1*.html since we aren't trying to test individual pixel differences in resized image painting there. r=tn

This commit is contained in:
Ryan VanderMeulen 2014-03-27 11:02:27 -04:00
parent b091b0dd52
commit 180f819eb9
2 changed files with 5 additions and 5 deletions

View File

@ -10,9 +10,9 @@ img { image-rendering: -moz-crisp-edges; }
</head>
<body>
<div><img src="mozilla-banner.gif" width="100" style="height: 50%"></div>
<div><img src="mozilla-banner.gif" width="2" style="min-height: 50%"></div>
<div><img src="mozilla-banner.gif" width="100" style="max-height: 50%"></div>
<div><img src="blue-600x58.png" width="100" style="height: 50%"></div>
<div><img src="blue-600x58.png" width="2" style="min-height: 50%"></div>
<div><img src="blue-600x58.png" width="100" style="max-height: 50%"></div>
<div><span style="position:relative; top: 30%">text</span></div>
<div><span style="position:relative; bottom: 30%">text</span></div>

View File

@ -133,8 +133,8 @@ random == 99850-1b.html 99850-1-ref.html # bug 471629
== 144004-1.html 144004-1-ref.html
== 144004-2.html 144004-2-ref.html
!= 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
== 163504-1a.html 163504-1-ref.html
== 163504-1b.html 163504-1-ref.html
== 163504-2a.html 163504-2-ref.html
== 163504-2b.html 163504-2-ref.html
== 167496-1.html 167496-1-ref.html