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

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

Issue 14113033: Landing https://codereview.chromium.org/13842017 for jun.a.jiang@intel.com: Add OES_texture_half_fl… (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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 | Annotate | Revision Log
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 ext-texture-filter-anisotropic.html</t itle> 6 <title>WebGL Conformance Test Wrapper for oes-texture-half-float-with-canvas.htm l</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/ext-textu re-filter-anisotropic.html">../../resources/webgl_test_files/conformance/extensi ons/ext-texture-filter-anisotropic.html</a> 12 Test: <a href="../../resources/webgl_test_files/conformance/extensions/oes-textu re-half-float-with-canvas.html">../../resources/webgl_test_files/conformance/ext ensions/oes-texture-half-float-with-canvas.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/ext-texture -filter-anisotropic.html" width="800" height="600"></iframe> 15 <iframe src="../../resources/webgl_test_files/conformance/extensions/oes-texture -half-float-with-canvas.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