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="../../resources/js-test.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="50"> ABC </text> | 8 <text id="text1" x="500 1000 1500" y="50"> ABC </text> |
9 </svg> | 9 </svg> |
10 | 10 |
11 <p id="description"></p> | 11 <p id="description"></p> |
12 <div id="console"></div> | 12 <div id="console"></div> |
13 <script type="text/javascript"> | 13 <script type="text/javascript"> |
14 <![CDATA[ | 14 <![CDATA[ |
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
180 | 180 |
181 debug(""); | 181 debug(""); |
182 debug("Testing animVal clear throws"); | 182 debug("Testing animVal clear throws"); |
183 shouldThrow("text1.x.animVal.clear()"); | 183 shouldThrow("text1.x.animVal.clear()"); |
184 shouldBeUndefined("text1.x.baseVal.clear()"); | 184 shouldBeUndefined("text1.x.baseVal.clear()"); |
185 | 185 |
186 ]]> | 186 ]]> |
187 </script> | 187 </script> |
188 </body> | 188 </body> |
189 </html> | 189 </html> |
OLD | NEW |