OLD | NEW |
1 <html> | 1 <html> |
2 <head> | 2 <head> |
3 <link rel="stylesheet" href="../../js/resources/js-test-style.css"/> | 3 <link rel="stylesheet" href="../../js/resources/js-test-style.css"/> |
4 <script src="../../js/resources/js-test-pre.js"></script> | 4 <script src="../../js/resources/js-test-pre.js"></script> |
5 <script src="resources/webgl-test.js"></script> | 5 <script src="resources/webgl-test.js"></script> |
6 <script src="resources/webgl-test-utils.js"></script> | 6 <script src="resources/webgl-test-utils.js"></script> |
7 </head> | 7 </head> |
8 <body> | 8 <body> |
9 <div id="description"></div> | 9 <div id="description"></div> |
10 <div id="console"></div> | 10 <div id="console"></div> |
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
42 context.getShaderParameter(shaders[1], 0); | 42 context.getShaderParameter(shaders[1], 0); |
43 } | 43 } |
44 | 44 |
45 successfullyParsed = true; | 45 successfullyParsed = true; |
46 </script> | 46 </script> |
47 | 47 |
48 <script src="../../js/resources/js-test-post.js"></script> | 48 <script src="../../js/resources/js-test-post.js"></script> |
49 </body> | 49 </body> |
50 </html> | 50 </html> |
51 | 51 |
OLD | NEW |