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

Side by Side Diff: LayoutTests/webgl/conformance/context/constants-and-properties.html

Issue 14366040: Fixed spec compliance issues in WebGLRenderingContext. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased and retested. 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 context-type-test.html</title> 6 <title>WebGL Conformance Test Wrapper for constants-and-properties.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/context/context-type -test.html">../../resources/webgl_test_files/conformance/context/context-type-te st.html</a> 12 Test: <a href="../../resources/webgl_test_files/conformance/context/constants-an d-properties.html">../../resources/webgl_test_files/conformance/context/constant s-and-properties.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/context/context-type-t est.html" width="800" height="600"></iframe> 15 <iframe src="../../resources/webgl_test_files/conformance/context/constants-and- properties.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