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

Unified Diff: third_party/webgl/sdk/tests/conformance/more/all_tests_sequential.html

Issue 9360034: Remove everthing except conformance tests in the deps/third_party/webgl (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/
Patch Set: Created 8 years, 10 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 side-by-side diff with in-line comments
Download patch
Index: third_party/webgl/sdk/tests/conformance/more/all_tests_sequential.html
===================================================================
--- third_party/webgl/sdk/tests/conformance/more/all_tests_sequential.html (revision 121077)
+++ third_party/webgl/sdk/tests/conformance/more/all_tests_sequential.html (working copy)
@@ -1,400 +0,0 @@
-<html>
-<head>
-<meta charset="utf-8">
-<!--
-Tests for the OpenGL ES 2.0 HTML Canvas context
-
-Copyright (C) 2011 Ilmari Heikkinen <ilmari.heikkinen@gmail.com>
-
-Permission is hereby granted, free of charge, to any person
-obtaining a copy of this software and associated documentation
-files (the "Software"), to deal in the Software without
-restriction, including without limitation the rights to use,
-copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the
-Software is furnished to do so, subject to the following
-conditions:
-
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
-OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
-HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
-WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
-FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
-OTHER DEALINGS IN THE SOFTWARE.
-
-
--->
- <title>OpenGL ES 2.0 &lt;canvas&gt; context tests</title>
- <style type="text/css">
- h2 { display: inline; font-size: 1em; margin-bottom: 0.2em; }
- iframe { display: inline; border: 1px solid black; overflow: hidden;}
- </style>
- <script type="text/javascript">
- function loadTest(id, url) {
- document.getElementById(id).src = url;
- }
- function seqLoader() {
- var iframes = document.getElementsByTagName('iframe');
- for (var i=0; i<iframes.length; i++) {
- iframes[i].addEventListener('load', (function(j) {
- return function() {
- var e = document.getElementById((j+1)+'_link');
- if (e) loadTest(j+1, e.href);
- }
- })(i), false);
- }
- var e = document.getElementById('0_link');
- if (e) loadTest(0, e.href);
- }
- </script>
-</head>
-<body onload="seqLoader()">
-
- <div>
- <iframe id="0" width="110" height="42"></iframe>
- <h2><a id="0_link" href="conformance/badArgsArityLessThanArgc.html">conformance/badArgsArityLessThanArgc.html</a></h2>
- </div>
-
-
- <div>
- <iframe id="1" width="110" height="42"></iframe>
- <h2><a id="1_link" href="conformance/constants.html">conformance/constants.html</a></h2>
- </div>
-
-
- <div>
- <iframe id="2" width="110" height="42"></iframe>
- <h2><a id="2_link" href="conformance/fuzzTheAPI.html">conformance/fuzzTheAPI.html</a></h2>
- </div>
-
-
- <div>
- <iframe id="3" width="110" height="42"></iframe>
- <h2><a id="3_link" href="conformance/getContext.html">conformance/getContext.html</a></h2>
- </div>
-
-
- <div>
- <iframe id="4" width="110" height="42"></iframe>
- <h2><a id="4_link" href="conformance/methods.html">conformance/methods.html</a></h2>
- </div>
-
-
- <div>
- <iframe id="5" width="110" height="42"></iframe>
- <h2><a id="5_link" href="conformance/quickCheckAPI.html">conformance/quickCheckAPI.html</a></h2>
- </div>
-
-
- <div>
- <iframe id="6" width="110" height="42"></iframe>
- <h2><a id="6_link" href="conformance/quickCheckAPIBadArgs.html">conformance/quickCheckAPIBadArgs.html</a></h2>
- </div>
-
-
- <div>
- <iframe id="7" width="110" height="42"></iframe>
- <h2><a id="7_link" href="conformance/webGLArrays.html">conformance/webGLArrays.html</a></h2>
- </div>
-
-
- <div>
- <iframe id="8" width="110" height="42"></iframe>
- <h2><a id="8_link" href="functions/bindBuffer.html">functions/bindBuffer.html</a></h2>
- </div>
-
-
- <div>
- <iframe id="9" width="110" height="42"></iframe>
- <h2><a id="9_link" href="functions/bindBufferBadArgs.html">functions/bindBufferBadArgs.html</a></h2>
- </div>
-
-
- <div>
- <iframe id="10" width="110" height="42"></iframe>
- <h2><a id="10_link" href="functions/bindFramebufferLeaveNonZero.html">functions/bindFramebufferLeaveNonZero.html</a></h2>
- </div>
-
-
- <div>
- <iframe id="11" width="110" height="42"></iframe>
- <h2><a id="11_link" href="functions/bufferData.html">functions/bufferData.html</a></h2>
- </div>
-
-
- <div>
- <iframe id="12" width="110" height="42"></iframe>
- <h2><a id="12_link" href="functions/bufferDataBadArgs.html">functions/bufferDataBadArgs.html</a></h2>
- </div>
-
-
- <div>
- <iframe id="13" width="110" height="42"></iframe>
- <h2><a id="13_link" href="functions/bufferSubData.html">functions/bufferSubData.html</a></h2>
- </div>
-
-
- <div>
- <iframe id="14" width="110" height="42"></iframe>
- <h2><a id="14_link" href="functions/bufferSubDataBadArgs.html">functions/bufferSubDataBadArgs.html</a></h2>
- </div>
-
-
- <div>
- <iframe id="15" width="110" height="42"></iframe>
- <h2><a id="15_link" href="functions/copyTexImage2D.html">functions/copyTexImage2D.html</a></h2>
- </div>
-
-
- <div>
- <iframe id="16" width="110" height="42"></iframe>
- <h2><a id="16_link" href="functions/copyTexImage2DBadArgs.html">functions/copyTexImage2DBadArgs.html</a></h2>
- </div>
-
-
- <div>
- <iframe id="17" width="110" height="42"></iframe>
- <h2><a id="17_link" href="functions/copyTexSubImage2D.html">functions/copyTexSubImage2D.html</a></h2>
- </div>
-
-
- <div>
- <iframe id="18" width="110" height="42"></iframe>
- <h2><a id="18_link" href="functions/copyTexSubImage2DBadArgs.html">functions/copyTexSubImage2DBadArgs.html</a></h2>
- </div>
-
-
- <div>
- <iframe id="19" width="110" height="42"></iframe>
- <h2><a id="19_link" href="functions/deleteBufferBadArgs.html">functions/deleteBufferBadArgs.html</a></h2>
- </div>
-
-
- <div>
- <iframe id="20" width="110" height="42"></iframe>
- <h2><a id="20_link" href="functions/drawArrays.html">functions/drawArrays.html</a></h2>
- </div>
-
-
- <div>
- <iframe id="21" width="110" height="42"></iframe>
- <h2><a id="21_link" href="functions/drawArraysOutOfBounds.html">functions/drawArraysOutOfBounds.html</a></h2>
- </div>
-
-
- <div>
- <iframe id="22" width="110" height="42"></iframe>
- <h2><a id="22_link" href="functions/drawElements.html">functions/drawElements.html</a></h2>
- </div>
-
-
- <div>
- <iframe id="23" width="110" height="42"></iframe>
- <h2><a id="23_link" href="functions/drawElementsBadArgs.html">functions/drawElementsBadArgs.html</a></h2>
- </div>
-
-
- <div>
- <iframe id="24" width="110" height="42"></iframe>
- <h2><a id="24_link" href="functions/getImageData.html">functions/getImageData.html</a></h2>
- </div>
-
-
- <div>
- <iframe id="25" width="110" height="42"></iframe>
- <h2><a id="25_link" href="functions/getImageDataBadArgs.html">functions/getImageDataBadArgs.html</a></h2>
- </div>
-
-
- <div>
- <iframe id="26" width="110" height="42"></iframe>
- <h2><a id="26_link" href="functions/isTests.html">functions/isTests.html</a></h2>
- </div>
-
-
- <div>
- <iframe id="27" width="110" height="42"></iframe>
- <h2><a id="27_link" href="functions/linkProgramBadArgs.html">functions/linkProgramBadArgs.html</a></h2>
- </div>
-
-
- <div>
- <iframe id="28" width="110" height="42"></iframe>
- <h2><a id="28_link" href="functions/readPixels.html">functions/readPixels.html</a></h2>
- </div>
-
-
- <div>
- <iframe id="29" width="110" height="42"></iframe>
- <h2><a id="29_link" href="functions/readPixelsBadArgs.html">functions/readPixelsBadArgs.html</a></h2>
- </div>
-
-
- <div>
- <iframe id="30" width="110" height="42"></iframe>
- <h2><a id="30_link" href="functions/texImage2D.html">functions/texImage2D.html</a></h2>
- </div>
-
-
- <div>
- <iframe id="31" width="110" height="42"></iframe>
- <h2><a id="31_link" href="functions/texImage2DBadArgs.html">functions/texImage2DBadArgs.html</a></h2>
- </div>
-
-
- <div>
- <iframe id="32" width="110" height="42"></iframe>
- <h2><a id="32_link" href="functions/texImage2DHTML.html">functions/texImage2DHTML.html</a></h2>
- </div>
-
-
- <div>
- <iframe id="33" width="110" height="42"></iframe>
- <h2><a id="33_link" href="functions/texImage2DHTMLBadArgs.html">functions/texImage2DHTMLBadArgs.html</a></h2>
- </div>
-
-
- <div>
- <iframe id="34" width="110" height="42"></iframe>
- <h2><a id="34_link" href="functions/texSubImage2D.html">functions/texSubImage2D.html</a></h2>
- </div>
-
-
- <div>
- <iframe id="35" width="110" height="42"></iframe>
- <h2><a id="35_link" href="functions/texSubImage2DBadArgs.html">functions/texSubImage2DBadArgs.html</a></h2>
- </div>
-
-
- <div>
- <iframe id="36" width="110" height="42"></iframe>
- <h2><a id="36_link" href="functions/texSubImage2DHTML.html">functions/texSubImage2DHTML.html</a></h2>
- </div>
-
-
- <div>
- <iframe id="37" width="110" height="42"></iframe>
- <h2><a id="37_link" href="functions/texSubImage2DHTMLBadArgs.html">functions/texSubImage2DHTMLBadArgs.html</a></h2>
- </div>
-
-
- <div>
- <iframe id="38" width="110" height="42"></iframe>
- <h2><a id="38_link" href="functions/uniformMatrix.html">functions/uniformMatrix.html</a></h2>
- </div>
-
-
- <div>
- <iframe id="39" width="110" height="42"></iframe>
- <h2><a id="39_link" href="functions/uniformMatrixBadArgs.html">functions/uniformMatrixBadArgs.html</a></h2>
- </div>
-
-
- <div>
- <iframe id="40" width="110" height="42"></iframe>
- <h2><a id="40_link" href="functions/uniformf.html">functions/uniformf.html</a></h2>
- </div>
-
-
- <div>
- <iframe id="41" width="110" height="42"></iframe>
- <h2><a id="41_link" href="functions/uniformfBadArgs.html">functions/uniformfBadArgs.html</a></h2>
- </div>
-
-
- <div>
- <iframe id="42" width="110" height="42"></iframe>
- <h2><a id="42_link" href="functions/uniformi.html">functions/uniformi.html</a></h2>
- </div>
-
-
- <div>
- <iframe id="43" width="110" height="42"></iframe>
- <h2><a id="43_link" href="functions/uniformiBadArgs.html">functions/uniformiBadArgs.html</a></h2>
- </div>
-
-
- <div>
- <iframe id="44" width="110" height="42"></iframe>
- <h2><a id="44_link" href="functions/vertexAttrib.html">functions/vertexAttrib.html</a></h2>
- </div>
-
-
- <div>
- <iframe id="45" width="110" height="42"></iframe>
- <h2><a id="45_link" href="functions/vertexAttribBadArgs.html">functions/vertexAttribBadArgs.html</a></h2>
- </div>
-
-
- <div>
- <iframe id="46" width="110" height="42"></iframe>
- <h2><a id="46_link" href="functions/vertexAttribPointer.html">functions/vertexAttribPointer.html</a></h2>
- </div>
-
-
- <div>
- <iframe id="47" width="110" height="42"></iframe>
- <h2><a id="47_link" href="functions/vertexAttribPointerBadArgs.html">functions/vertexAttribPointerBadArgs.html</a></h2>
- </div>
-
-
- <div>
- <iframe id="48" width="110" height="42"></iframe>
- <h2><a id="48_link" href="performance/CPUvsGPU.html">performance/CPUvsGPU.html</a></h2>
- </div>
-
-
- <div>
- <iframe id="49" width="110" height="42"></iframe>
- <h2><a id="49_link" href="performance/bandwidth.html">performance/bandwidth.html</a></h2>
- </div>
-
-
- <div>
- <iframe id="50" width="110" height="42"></iframe>
- <h2><a id="50_link" href="performance/jsGCPause.html">performance/jsGCPause.html</a></h2>
- </div>
-
-
- <div>
- <iframe id="51" width="110" height="42"></iframe>
- <h2><a id="51_link" href="performance/jsMatrixMult.html">performance/jsMatrixMult.html</a></h2>
- </div>
-
-
- <div>
- <iframe id="52" width="110" height="42"></iframe>
- <h2><a id="52_link" href="performance/jsToGLOverhead.html">performance/jsToGLOverhead.html</a></h2>
- </div>
-
-
- <div>
- <iframe id="53" width="110" height="42"></iframe>
- <h2><a id="53_link" href="glsl/arrayOutOfBounds.html">glsl/arrayOutOfBounds.html</a></h2>
- </div>
-
-
- <div>
- <iframe id="54" width="110" height="42"></iframe>
- <h2><a id="54_link" href="glsl/longLoops.html">glsl/longLoops.html</a></h2>
- </div>
-
-
- <div>
- <iframe id="55" width="110" height="42"></iframe>
- <h2><a id="55_link" href="glsl/uniformOutOfBounds.html">glsl/uniformOutOfBounds.html</a></h2>
- </div>
-
-
- <div>
- <iframe id="56" width="110" height="42"></iframe>
- <h2><a id="56_link" href="glsl/unusedAttribsUniforms.html">glsl/unusedAttribsUniforms.html</a></h2>
- </div>
-
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698