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

Side by Side Diff: LayoutTests/svg/dom/css-transforms.xhtml

Issue 49063011: Delete js-test-style.css. js-test-pre.js injects the CSS it needs now. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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 | Annotate | Revision Log
OLDNEW
1 <html xmlns="http://www.w3.org/1999/xhtml"> 1 <html xmlns="http://www.w3.org/1999/xhtml">
2 <head> 2 <head>
3 <link rel="stylesheet" href="../../fast/js/resources/js-test-style.css"/>
4 <script>window.enablePixelTesting = true;</script> 3 <script>window.enablePixelTesting = true;</script>
5 <script src="../../fast/js/resources/js-test-pre.js"></script> 4 <script src="../../fast/js/resources/js-test-pre.js"></script>
6 </head> 5 </head>
7 <body> 6 <body>
8 7
9 <svg id="svg1" xmlns="http://www.w3.org/2000/svg" width="200" height="200"> 8 <svg id="svg1" xmlns="http://www.w3.org/2000/svg" width="200" height="200">
10 <circle id="circle" cx="40" cy="40" r="40" fill="green" style="-webkit-transfo rm: scale(2, 2) translate(10px, 10px)"/> 9 <circle id="circle" cx="40" cy="40" r="40" fill="green" style="-webkit-transfo rm: scale(2, 2) translate(10px, 10px)"/>
11 </svg> 10 </svg>
12 11
13 <svg id="svg2" xmlns="http://www.w3.org/2000/svg" width="200" height="200"> 12 <svg id="svg2" xmlns="http://www.w3.org/2000/svg" width="200" height="200">
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 debug(""); 90 debug("");
92 shouldBe("dumpMatrix(new WebKitCSSMatrix(circle.style.webkitTransform))", "dum pMatrix(circle.getCTM())"); 91 shouldBe("dumpMatrix(new WebKitCSSMatrix(circle.style.webkitTransform))", "dum pMatrix(circle.getCTM())");
93 shouldBe("dumpMatrix(new WebKitCSSMatrix(rect.style.webkitTransform))", "dumpM atrix(rect.getCTM())"); 92 shouldBe("dumpMatrix(new WebKitCSSMatrix(rect.style.webkitTransform))", "dumpM atrix(rect.getCTM())");
94 93
95 debug(""); 94 debug("");
96 successfullyParsed = true; 95 successfullyParsed = true;
97 ]]> 96 ]]>
98 </script> 97 </script>
99 </body> 98 </body>
100 </html> 99 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/mediastream/getusermedia.html ('k') | LayoutTests/svg/dynamic-updates/SVG-dynamic-css-transform.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698