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