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

Side by Side Diff: third_party/WebKit/LayoutTests/images/color-profile-image-canvas-pattern.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 4
5 <style> 5 <style>
6 canvas { transform: translateZ(0); } 6 canvas { transform: translateZ(0); }
7 img, canvas { margin: 5px; width: 48% } 7 img, canvas { margin: 5px; width: 48% }
8 </style> 8 </style>
9 9
10 <body style="overflow: hidden"> 10 <body style="overflow: hidden">
11 <!-- The _blue_ sector of the <img> image should be at 12 o'clock. --> 11 <!-- The _blue_ sector of the <img> image should be at 12 o'clock. -->
12 <img> 12 <img>
13 <!-- The red sector of the <canvas> image should be at 12 o'clock. --> 13 <!-- The red sector of the <canvas> image should be at 12 o'clock. -->
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 if (window.testRunner) 49 if (window.testRunner)
50 window.testRunner.notifyDone(); 50 window.testRunner.notifyDone();
51 } 51 }
52 52
53 if (window.testRunner) { 53 if (window.testRunner) {
54 testRunner.dumpAsTextWithPixelResults(); 54 testRunner.dumpAsTextWithPixelResults();
55 testRunner.waitUntilDone(); 55 testRunner.waitUntilDone();
56 } 56 }
57 </script> 57 </script>
58 </html> 58 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698