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 interface"); | 11 description("This test exercises the CSSMatrix interface"); |
12 | 12 |
13 debug(""); | 13 debug(""); |
(...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
285 | 285 |
286 debug(""); | 286 debug(""); |
287 | 287 |
288 </script> | 288 </script> |
289 | 289 |
290 <script> | 290 <script> |
291 </script> | 291 </script> |
292 | 292 |
293 </body> | 293 </body> |
294 </html> | 294 </html> |
OLD | NEW |