OLD | NEW |
1 <html> | 1 <html> |
2 <head> | 2 <head> |
3 <script type="text/javascript" | 3 <script type="text/javascript" |
4 src="../../../../third_party/webgl_conformance/resources/webgl-test-harn
ess.js"> | 4 src="../../../../third_party/webgl_conformance/resources/webgl-test-harn
ess.js"> |
5 </script> | 5 </script> |
6 <script> | 6 <script> |
7 // We parse the test list offline and run the harness multiple times with each | 7 // We parse the test list offline and run the harness multiple times with each |
8 // test. Therefore, the version and options do not matter for the browsertests. | 8 // test. Therefore, the version and options do not matter for the browsertests. |
9 // However, we still need to pass in a valid options for the harness to run. | 9 // However, we still need to pass in a valid options for the harness to run. |
10 var CONFORMANCE_TEST_VERSION = "1.0.1 (beta)"; | 10 var CONFORMANCE_TEST_VERSION = "1.0.1 (beta)"; |
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
90 | 90 |
91 window.webglTestHarness = testHarness; | 91 window.webglTestHarness = testHarness; |
92 window.webglTestHarness.runTests(); | 92 window.webglTestHarness.runTests(); |
93 } | 93 } |
94 </script> | 94 </script> |
95 </head> | 95 </head> |
96 <body> | 96 <body> |
97 <iframe id="testframe" scrolling="yes" width="100%" height="100%"></iframe> | 97 <iframe id="testframe" scrolling="yes" width="100%" height="100%"></iframe> |
98 </body> | 98 </body> |
99 </html> | 99 </html> |
OLD | NEW |