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

Side by Side Diff: conformance/ogles/GL/built_in_varying_array_out_of_bounds/built_in_varying_array_out_of_bounds_001_to_001.html

Issue 41993002: Add ToT WebGL conformance tests : part 9 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/webgl/sdk/tests/
Patch Set: Created 7 years, 2 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
Property Changes:
Added: svn:eol-style
## -0,0 +1 ##
+LF
\ No newline at end of property
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <!-- this file is auto-generated. DO NOT EDIT.
3
4 /*
5 ** Copyright (c) 2012 The Khronos Group Inc.
6 **
7 ** Permission is hereby granted, free of charge, to any person obtaining a
8 ** copy of this software and/or associated documentation files (the
9 ** "Materials"), to deal in the Materials without restriction, including
10 ** without limitation the rights to use, copy, modify, merge, publish,
11 ** distribute, sublicense, and/or sell copies of the Materials, and to
12 ** permit persons to whom the Materials are furnished to do so, subject to
13 ** the following conditions:
14 **
15 ** The above copyright notice and this permission notice shall be included
16 ** in all copies or substantial portions of the Materials.
17 **
18 ** THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
19 ** EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
20 ** MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
21 ** IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
22 ** CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
23 ** TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
24 ** MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
25 */
26
27 -->
28 <html>
29 <head>
30 <meta charset="utf-8">
31 <title>WebGL GLSL conformance test: built_in_varying_array_out_of_bounds_001_to_ 001.html</title>
32 <link rel="stylesheet" href="../../../../resources/js-test-style.css" />
33 <link rel="stylesheet" href="../../../resources/ogles-tests.css" />
34 <script src="../../../../resources/js-test-pre.js"></script>
35 <script src="../../../resources/webgl-test.js"></script>
36 <script src="../../../resources/webgl-test-utils.js"></script>
37 <script src="../../ogles-utils.js"></script>
38 </head>
39 <body>
40 <canvas id="example" width="500" height="500" style="width: 16px; height: 16px;" ></canvas>
41 <div id="description"></div>
42 <div id="console"></div>
43 </body>
44 <script>
45 "use strict";
46 OpenGLESTestRunner.run({
47 "tests": [
48 {
49 "pattern": "build",
50 "testProgram": {
51 "vertexShader": "../default/default.vert",
52 "fragmentShader": "gl_Color_array_index_out_of_bounds_frag.frag"
53 },
54 "name": "gl_Color_array_index_out_of_bounds_frag.test.html",
55 "linkstat": false,
56 "compstat": false
57 }
58 ]
59 });
60 var successfullyParsed = true;
61 </script>
62 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698