| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html> | 2 <html> |
| 3 <head> | 3 <head> |
| 4 <meta charset="utf-8"> | 4 <meta charset="utf-8"> |
| 5 <link rel="stylesheet" href="../../resources/js-test-style.css"/> | |
| 6 <script src="../../js/resources/js-test-pre.js"></script> | 5 <script src="../../js/resources/js-test-pre.js"></script> |
| 7 <script src="resources/webgl-test.js"></script> | 6 <script src="resources/webgl-test.js"></script> |
| 8 <script src="resources/typed-array-test-cases.js"></script> | 7 <script src="resources/typed-array-test-cases.js"></script> |
| 9 </head> | 8 </head> |
| 10 <body> | 9 <body> |
| 11 <div id="description"></div> | 10 <div id="description"></div> |
| 12 <div id="console"></div> | 11 <div id="console"></div> |
| 13 | 12 |
| 14 <script> | 13 <script> |
| 15 description("Verifies the functionality of the new array-like objects in the Typ
edArray spec"); | 14 description("Verifies the functionality of the new array-like objects in the Typ
edArray spec"); |
| (...skipping 999 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1015 printSummary(); | 1014 printSummary(); |
| 1016 } | 1015 } |
| 1017 | 1016 |
| 1018 runTests(); | 1017 runTests(); |
| 1019 var successfullyParsed = true; | 1018 var successfullyParsed = true; |
| 1020 | 1019 |
| 1021 </script> | 1020 </script> |
| 1022 | 1021 |
| 1023 </body> | 1022 </body> |
| 1024 </html> | 1023 </html> |
| OLD | NEW |