OLD | NEW |
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 Loading... |
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> |
OLD | NEW |