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

Side by Side Diff: LayoutTests/webgl/conformance/extensions/oes-texture-half-float-with-image-data.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, 7 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
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-standard-derivatives.html</title> 6 <title>WebGL Conformance Test Wrapper for oes-texture-half-float-with-image-data .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-stand ard-derivatives.html">../../resources/webgl_test_files/conformance/extensions/oe s-standard-derivatives.html</a> 12 Test: <a href="../../resources/webgl_test_files/conformance/extensions/oes-textu re-half-float-with-image-data.html">../../resources/webgl_test_files/conformance /extensions/oes-texture-half-float-with-image-data.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-standar d-derivatives.html" width="800" height="600"></iframe> 15 <iframe src="../../resources/webgl_test_files/conformance/extensions/oes-texture -half-float-with-image-data.html" width="800" height="600"></iframe>
16 </div> 16 </div>
17 </body> 17 </body>
18 </html> 18 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698