[tbb-commits] [tor-browser/esr24] 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, a=test-only

mikeperry at torproject.org mikeperry at torproject.org
Fri Aug 29 05:26:38 UTC 2014


commit 502d1968c2f842ae66b17de3865c9f19f0e6a909
Author: Ryan VanderMeulen <ryanvm at gmail.com>
Date:   Thu Mar 27 11:02:27 2014 -0400

    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, a=test-only
---
 layout/reftests/bugs/163504-1-inner.html |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/layout/reftests/bugs/163504-1-inner.html b/layout/reftests/bugs/163504-1-inner.html
index 85f9e15..602ce84 100644
--- a/layout/reftests/bugs/163504-1-inner.html
+++ b/layout/reftests/bugs/163504-1-inner.html
@@ -5,13 +5,14 @@
 <style type="text/css">
 html, body { height: 100%; }
 div { height: 3%; }
+img { image-rendering: -moz-crisp-edges; }
 </style>
 </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>





More information about the tbb-commits mailing list