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

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

Issue 48903019: Delete js-test-post.js. (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"/> 3 <link rel="stylesheet" href="../../fast/js/resources/js-test-style.css"/>
4 <script>window.enablePixelTesting = true;</script> 4 <script>window.enablePixelTesting = true;</script>
5 <script src="../../fast/js/resources/js-test-pre.js"></script> 5 <script src="../../fast/js/resources/js-test-pre.js"></script>
6 </head> 6 </head>
7 <body> 7 <body>
8 8
9 <svg id="svg1" xmlns="http://www.w3.org/2000/svg" width="200" height="200"> 9 <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)"/> 10 <circle id="circle" cx="40" cy="40" r="40" fill="green" style="-webkit-transfo rm: scale(2, 2) translate(10px, 10px)"/>
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 shouldBeEqualToString("dumpMatrix(new WebKitCSSMatrix(rect.style.webkitTransfo rm))", "[0.7 0.7 -0.7 0.7 100.0 0.0]"); 89 shouldBeEqualToString("dumpMatrix(new WebKitCSSMatrix(rect.style.webkitTransfo rm))", "[0.7 0.7 -0.7 0.7 100.0 0.0]");
90 90
91 debug(""); 91 debug("");
92 shouldBe("dumpMatrix(new WebKitCSSMatrix(circle.style.webkitTransform))", "dum pMatrix(circle.getCTM())"); 92 shouldBe("dumpMatrix(new WebKitCSSMatrix(circle.style.webkitTransform))", "dum pMatrix(circle.getCTM())");
93 shouldBe("dumpMatrix(new WebKitCSSMatrix(rect.style.webkitTransform))", "dumpM atrix(rect.getCTM())"); 93 shouldBe("dumpMatrix(new WebKitCSSMatrix(rect.style.webkitTransform))", "dumpM atrix(rect.getCTM())");
94 94
95 debug(""); 95 debug("");
96 successfullyParsed = true; 96 successfullyParsed = true;
97 ]]> 97 ]]>
98 </script> 98 </script>
99 <script src="../../fast/js/resources/js-test-post.js"></script>
100 </body> 99 </body>
101 </html> 100 </html>
OLDNEW
« no previous file with comments | « LayoutTests/svg/dom/SVGViewSpec-invalid-ref-crash.html ('k') | LayoutTests/svg/dom/feFlood-no-in1.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698