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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/csspaint/geometry-background-image-tiled.html

Issue 2868003002: CSSPaint: Move layout tests in csspaint/ to http/tests/csspaint/ (Closed)
Patch Set: rebase Created 3 years, 7 months 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 <head> 3 <head>
4 <script src="../resources/run-after-layout-and-paint.js"></script> 4 <script src="../resources/run-after-layout-and-paint.js"></script>
5 <script src="resources/test-runner-geometry-logging.js"></script> 5 <script src="resources/test-runner-geometry-logging.js"></script>
6 <style> 6 <style>
7 div { 7 div {
8 background-color: red; 8 background-color: red;
9 } 9 }
10 </style> 10 </style>
(...skipping 22 matching lines...) Expand all
33 expected: {width: 60, height: 80}, 33 expected: {width: 60, height: 80},
34 }]); 34 }]);
35 } 35 }
36 </script> 36 </script>
37 </head> 37 </head>
38 <body onload="runTest()"> 38 <body onload="runTest()">
39 <p>This tests the geometry information in the paint callback.</p> 39 <p>This tests the geometry information in the paint callback.</p>
40 <p>See the devtools console for test output.</p> 40 <p>See the devtools console for test output.</p>
41 </body> 41 </body>
42 </html> 42 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698