Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1426)

Side by Side Diff: content/test/data/gpu/webgl_conformance.html

Issue 10916334: Enable webgl conformance tests under content/test/gpu in content_browsertests (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: namespace fixup Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
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>
OLDNEW
« no previous file with comments | « content/public/test/browser_test_utils.cc ('k') | content/test/data/gpu/webgl_conformance_test_expectations.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698