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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/csspaint/geometry-border-image.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 border: solid 0; 8 border: solid 0;
9 border-image: paint(logging-green); 9 border-image: paint(logging-green);
10 border-image-slice: 0 fill; 10 border-image-slice: 0 fill;
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 expected: {width: 120, height: 120}, 59 expected: {width: 120, height: 120},
60 }]); 60 }]);
61 } 61 }
62 </script> 62 </script>
63 </head> 63 </head>
64 <body onload="runTest()"> 64 <body onload="runTest()">
65 <p>This tests the geometry information in the paint callback.</p> 65 <p>This tests the geometry information in the paint callback.</p>
66 <p>See the devtools console for test output.</p> 66 <p>See the devtools console for test output.</p>
67 </body> 67 </body>
68 </html> 68 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698