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="../resources/js-test.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 |
11 description("This test exercises the CSSMatrix 3D interface"); | 11 description("This test exercises the CSSMatrix 3D interface"); |
12 | 12 |
13 debug(""); | 13 debug(""); |
(...skipping 429 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
443 | 443 |
444 debug(""); | 444 debug(""); |
445 | 445 |
446 </script> | 446 </script> |
447 | 447 |
448 <script> | 448 <script> |
449 </script> | 449 </script> |
450 | 450 |
451 </body> | 451 </body> |
452 </html> | 452 </html> |
OLD | NEW |