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

Side by Side Diff: LayoutTests/webgl/conformance/extensions/oes-texture-half-float.html

Issue 13842017: Add OES_texture_half_float extension support in WebGL. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: move test cases to directory LayoutTest/webgl/ Created 7 years, 8 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
« no previous file with comments | « no previous file | LayoutTests/webgl/conformance/extensions/oes-texture-half-float-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!-- This file is auto-generated by generate-webgl-tests.py. DO NOT EDIT --> 1 <!-- This file is auto-generated by generate-webgl-tests.py. DO NOT EDIT -->
2 <!DOCTYPE html> 2 <!DOCTYPE html>
3 <html> 3 <html>
4 <head> 4 <head>
5 <meta charset="utf-8"> 5 <meta charset="utf-8">
6 <title>WebGL Conformance Test Wrapper for oes-element-index-uint.html</title> 6 <title>WebGL Conformance Test Wrapper for oes-texture-half-float.html</title>
7 <script type="text/javascript" src="../../../fast/js/resources/js-test-pre.js">< /script> 7 <script type="text/javascript" src="../../../fast/js/resources/js-test-pre.js">< /script>
8 <script type="text/javascript" src="../../resources/webkit-webgl-test-harness.js "></script> 8 <script type="text/javascript" src="../../resources/webkit-webgl-test-harness.js "></script>
9 </head> 9 </head>
10 <body> 10 <body>
11 <p>This test runs the WebGL Test listed below in an iframe and reports PASS or F AIL.</p> 11 <p>This test runs the WebGL Test listed below in an iframe and reports PASS or F AIL.</p>
12 Test: <a href="../../resources/webgl_test_files/conformance/extensions/oes-eleme nt-index-uint.html">../../resources/webgl_test_files/conformance/extensions/oes- element-index-uint.html</a> 12 Test: <a href="../../resources/webgl_test_files/conformance/extensions/oes-textu re-half-float.html">../../resources/webgl_test_files/conformance/extensions/oes- texture-half-float.html</a>
13 <div id="result"></div> 13 <div id="result"></div>
14 <div id="iframe"> 14 <div id="iframe">
15 <iframe src="../../resources/webgl_test_files/conformance/extensions/oes-element -index-uint.html" width="800" height="600"></iframe> 15 <iframe src="../../resources/webgl_test_files/conformance/extensions/oes-texture -half-float.html" width="800" height="600"></iframe>
16 </div> 16 </div>
17 </body> 17 </body>
18 </html> 18 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/webgl/conformance/extensions/oes-texture-half-float-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698