| 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 src="../../fast/js/resources/js-test-pre.js"></script> | 3 <script src="../../fast/js/resources/js-test-pre.js"></script> |
| 4 </head> | 4 </head> |
| 5 <body> | 5 <body> |
| 6 <div id="description"></div> | 6 <div id="description"></div> |
| 7 <div id="console"></div> | 7 <div id="console"></div> |
| 8 | 8 |
| 9 <script> | 9 <script> |
| 10 | 10 |
| (...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 275 debug(""); | 275 debug(""); |
| 276 debug("Test throwing exception from inverse"); | 276 debug("Test throwing exception from inverse"); |
| 277 m = svgroot.createSVGMatrix(); | 277 m = svgroot.createSVGMatrix(); |
| 278 m.a = 0; | 278 m.a = 0; |
| 279 m.c = 0; | 279 m.c = 0; |
| 280 shouldThrow('m.inverse()'); | 280 shouldThrow('m.inverse()'); |
| 281 | 281 |
| 282 debug(""); | 282 debug(""); |
| 283 | 283 |
| 284 </script> | 284 </script> |
| 285 <script src="../../fast/js/resources/js-test-post.js"></script> | |
| 286 | 285 |
| 287 <script> | 286 <script> |
| 288 </script> | 287 </script> |
| 289 | 288 |
| 290 </body> | 289 </body> |
| 291 </html> | 290 </html> |
| OLD | NEW |