| 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 <script>window.enablePixelTesting = true;</script> | 3 <script>window.enablePixelTesting = true;</script> |
| 4 <script src="../../fast/js/resources/js-test-pre.js"></script> | 4 <script src="../../fast/js/resources/js-test-pre.js"></script> |
| 5 </head> | 5 </head> |
| 6 <body> | 6 <body> |
| 7 <svg id="svg" xmlns="http://www.w3.org/2000/svg" width="200" height="200"> | 7 <svg id="svg" xmlns="http://www.w3.org/2000/svg" width="200" height="200"> |
| 8 <text id="text1" x="500 1000 1500" y="25"> ABC </text> | 8 <text id="text1" x="500 1000 1500" y="25"> ABC </text> |
| 9 <text id="text2" x="50 500" y="50"> ABC </text> | 9 <text id="text2" x="50 500" y="50"> ABC </text> |
| 10 <text id="text3" x="50 500 50" y="75">ABC</text> | 10 <text id="text3" x="50 500 50" y="75">ABC</text> |
| (...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 114 shouldThrow("text2.x.baseVal.getItem(1)"); | 114 shouldThrow("text2.x.baseVal.getItem(1)"); |
| 115 shouldThrow("text3.x.baseVal.getItem(1)"); | 115 shouldThrow("text3.x.baseVal.getItem(1)"); |
| 116 shouldThrow("text4.x.baseVal.getItem(1)"); | 116 shouldThrow("text4.x.baseVal.getItem(1)"); |
| 117 | 117 |
| 118 debug(""); | 118 debug(""); |
| 119 debug("The test passes if you only see 'PASS' messages, and all five text el
ements on top look the same"); | 119 debug("The test passes if you only see 'PASS' messages, and all five text el
ements on top look the same"); |
| 120 debug(""); | 120 debug(""); |
| 121 | 121 |
| 122 ]]> | 122 ]]> |
| 123 </script> | 123 </script> |
| 124 <script src="../../fast/js/resources/js-test-post.js"></script> | |
| 125 </body> | 124 </body> |
| 126 </html> | 125 </html> |
| OLD | NEW |