Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4)

Side by Side Diff: third_party/WebKit/LayoutTests/images/color-profile-munsell-srgb-to-srgb.html

Issue 2496663002: Merge css3/image/ and fast/images/ to images/ (Closed)
Patch Set: Address failing tests (3 of them) Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <script src="../../resources/run-after-layout-and-paint.js"></script> 3 <script src="../resources/run-after-layout-and-paint.js"></script>
4 <script src="resources/color-checker-munsell-chart.js"></script> 4 <script src="resources/color-checker-munsell-chart.js"></script>
5 5
6 <style id="some-for-manual-tests"> 6 <style id="some-for-manual-tests">
7 div { position: relative; top: -556px; left: 470px } 7 div { position: relative; top: -556px; left: 470px }
8 a:hover { background-color: #ccc } 8 a:hover { background-color: #ccc }
9 a:link { text-decoration: none } 9 a:link { text-decoration: none }
10 </style> 10 </style>
11 11
12 <!-- Color accuracy test case: you should not rebaseline this test. --> 12 <!-- Color accuracy test case: you should not rebaseline this test. -->
13 13
(...skipping 10 matching lines...) Expand all
24 if (window.testRunner) { 24 if (window.testRunner) {
25 testRunner.dumpAsTextWithPixelResults(); 25 testRunner.dumpAsTextWithPixelResults();
26 testRunner.waitUntilDone(); 26 testRunner.waitUntilDone();
27 } 27 }
28 28
29 window.onload = function() { 29 window.onload = function() {
30 testImageColors('resources/color-checker-srgb-color-profile.png'); 30 testImageColors('resources/color-checker-srgb-color-profile.png');
31 }; 31 };
32 </script> 32 </script>
33 </html> 33 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698