1 2013-02-07 Andrey Lushnikov <lushnikov@chromium.org>
3 Web Inspector: highlight matching braces in DTE.
4 https://bugs.webkit.org/show_bug.cgi?id=108697
6 Reviewed by Pavel Feldman.
8 New layout test to verify brace matching functionality. Fix some
9 layout test expectations as the patch removes braces from highlight
12 * inspector/editor/brace-matcher-expected.txt: Added.
13 * inspector/editor/brace-matcher.html: Added.
14 * inspector/editor/highlighter-basics-expected.txt:
15 * inspector/editor/text-editor-long-line-expected.txt:
17 2013-02-07 Matt Falkenhagen <falken@chromium.org>
19 Rollout r142058 various crashes and timeouts on AppleMac and Chromium
20 https://bugs.webkit.org/show_bug.cgi?id=109152
22 Reviewed by Pavel Feldman.
24 Unreviewed gardening. r142058 added failing tests and marked many as
25 Skip or Failure but there are also Timeouts and Crashes causing
28 * platform/chromium/TestExpectations:
29 * platform/mac/TestExpectations:
30 * platform/win/TestExpectations:
31 * webgl/conformance/canvas/buffer-offscreen-test-expected.txt: Removed.
32 * webgl/conformance/canvas/buffer-offscreen-test.html: Removed.
33 * webgl/conformance/canvas/buffer-preserve-test-expected.txt: Removed.
34 * webgl/conformance/canvas/buffer-preserve-test.html: Removed.
35 * webgl/conformance/canvas/drawingbuffer-test-expected.txt: Removed.
36 * webgl/conformance/canvas/drawingbuffer-test.html: Removed.
37 * webgl/conformance/canvas/to-data-url-test-expected.txt: Removed.
38 * webgl/conformance/canvas/to-data-url-test.html: Removed.
39 * webgl/conformance/context/context-attribute-preserve-drawing-buffer-expected.txt: Removed.
40 * webgl/conformance/context/context-attribute-preserve-drawing-buffer.html: Removed.
41 * webgl/conformance/context/context-creation-and-destruction-expected.txt: Removed.
42 * webgl/conformance/context/context-creation-and-destruction.html: Removed.
43 * webgl/conformance/glsl/functions/glsl-function-smoothstep-gentype-expected.txt: Removed.
44 * webgl/conformance/glsl/functions/glsl-function-smoothstep-gentype.html: Removed.
45 * webgl/conformance/glsl/literals/float_literal.vert-expected.txt: Removed.
46 * webgl/conformance/glsl/literals/float_literal.vert.html: Removed.
47 * webgl/conformance/glsl/misc/shader-uniform-packing-restrictions-expected.txt: Removed.
48 * webgl/conformance/glsl/misc/shader-uniform-packing-restrictions.html: Removed.
49 * webgl/conformance/glsl/misc/shader-varying-packing-restrictions-expected.txt: Removed.
50 * webgl/conformance/glsl/misc/shader-varying-packing-restrictions.html: Removed.
51 * webgl/conformance/glsl/misc/shader-with-array-of-structs-containing-arrays-expected.txt: Removed.
52 * webgl/conformance/glsl/misc/shader-with-array-of-structs-containing-arrays.html: Removed.
53 * webgl/conformance/glsl/misc/shader-with-global-variable-precision-mismatch-expected.txt: Removed.
54 * webgl/conformance/glsl/misc/shader-with-global-variable-precision-mismatch.html: Removed.
55 * webgl/conformance/glsl/misc/shader-with-non-reserved-words-expected.txt: Removed.
56 * webgl/conformance/glsl/misc/shader-with-non-reserved-words.html: Removed.
57 * webgl/conformance/glsl/misc/shader-with-short-circuiting-operators-expected.txt: Removed.
58 * webgl/conformance/glsl/misc/shader-with-short-circuiting-operators.html: Removed.
59 * webgl/conformance/glsl/misc/shader-with-similar-uniform-array-names-expected.txt: Removed.
60 * webgl/conformance/glsl/misc/shader-with-similar-uniform-array-names.html: Removed.
61 * webgl/conformance/glsl/misc/shaders-with-varyings-expected.txt: Removed.
62 * webgl/conformance/glsl/misc/shaders-with-varyings.html: Removed.
63 * webgl/conformance/glsl/variables/gl-pointcoord-expected.txt: Removed.
64 * webgl/conformance/glsl/variables/gl-pointcoord.html: Removed.
65 * webgl/conformance/more/conformance/quickCheckAPI-A-expected.txt: Removed.
66 * webgl/conformance/more/conformance/quickCheckAPI-A.html: Removed.
67 * webgl/conformance/more/conformance/quickCheckAPI-B1-expected.txt: Removed.
68 * webgl/conformance/more/conformance/quickCheckAPI-B1.html: Removed.
69 * webgl/conformance/more/conformance/quickCheckAPI-B2-expected.txt: Removed.
70 * webgl/conformance/more/conformance/quickCheckAPI-B2.html: Removed.
71 * webgl/conformance/more/conformance/quickCheckAPI-B3-expected.txt: Removed.
72 * webgl/conformance/more/conformance/quickCheckAPI-B3.html: Removed.
73 * webgl/conformance/more/conformance/quickCheckAPI-B4-expected.txt: Removed.
74 * webgl/conformance/more/conformance/quickCheckAPI-B4.html: Removed.
75 * webgl/conformance/more/conformance/quickCheckAPI-C-expected.txt: Removed.
76 * webgl/conformance/more/conformance/quickCheckAPI-C.html: Removed.
77 * webgl/conformance/more/conformance/quickCheckAPI-D_G-expected.txt: Removed.
78 * webgl/conformance/more/conformance/quickCheckAPI-D_G.html: Removed.
79 * webgl/conformance/more/conformance/quickCheckAPI-G_I-expected.txt: Removed.
80 * webgl/conformance/more/conformance/quickCheckAPI-G_I.html: Removed.
81 * webgl/conformance/more/conformance/quickCheckAPI-L_S-expected.txt: Removed.
82 * webgl/conformance/more/conformance/quickCheckAPI-L_S.html: Removed.
83 * webgl/conformance/more/conformance/quickCheckAPI-S_V-expected.txt: Removed.
84 * webgl/conformance/more/conformance/quickCheckAPI-S_V.html: Removed.
85 * webgl/conformance/more/functions/bufferDataBadArgs-expected.txt: Removed.
86 * webgl/conformance/more/functions/bufferDataBadArgs.html: Removed.
87 * webgl/conformance/more/functions/copyTexImage2D-expected.txt: Removed.
88 * webgl/conformance/more/functions/copyTexImage2D.html: Removed.
89 * webgl/conformance/more/functions/copyTexImage2DBadArgs-expected.txt: Removed.
90 * webgl/conformance/more/functions/copyTexImage2DBadArgs.html: Removed.
91 * webgl/conformance/more/functions/copyTexSubImage2D-expected.txt: Removed.
92 * webgl/conformance/more/functions/copyTexSubImage2D.html: Removed.
93 * webgl/conformance/more/functions/copyTexSubImage2DBadArgs-expected.txt: Removed.
94 * webgl/conformance/more/functions/copyTexSubImage2DBadArgs.html: Removed.
95 * webgl/conformance/more/functions/deleteBufferBadArgs-expected.txt: Removed.
96 * webgl/conformance/more/functions/deleteBufferBadArgs.html: Removed.
97 * webgl/conformance/more/functions/drawArrays-expected.txt: Removed.
98 * webgl/conformance/more/functions/drawArrays.html: Removed.
99 * webgl/conformance/more/functions/drawArraysOutOfBounds-expected.txt: Removed.
100 * webgl/conformance/more/functions/drawArraysOutOfBounds.html: Removed.
101 * webgl/conformance/more/functions/drawElements-expected.txt: Removed.
102 * webgl/conformance/more/functions/drawElements.html: Removed.
103 * webgl/conformance/more/functions/drawElementsBadArgs-expected.txt: Removed.
104 * webgl/conformance/more/functions/drawElementsBadArgs.html: Removed.
105 * webgl/conformance/more/functions/readPixelsBadArgs-expected.txt: Removed.
106 * webgl/conformance/more/functions/readPixelsBadArgs.html: Removed.
107 * webgl/conformance/more/functions/texImage2DBadArgs-expected.txt: Removed.
108 * webgl/conformance/more/functions/texImage2DBadArgs.html: Removed.
109 * webgl/conformance/more/functions/texImage2DHTML-expected.txt: Removed.
110 * webgl/conformance/more/functions/texImage2DHTML.html: Removed.
111 * webgl/conformance/more/functions/texSubImage2DBadArgs-expected.txt: Removed.
112 * webgl/conformance/more/functions/texSubImage2DBadArgs.html: Removed.
113 * webgl/conformance/more/functions/texSubImage2DHTML-expected.txt: Removed.
114 * webgl/conformance/more/functions/texSubImage2DHTML.html: Removed.
115 * webgl/conformance/ogles/GL/acos/acos_001_to_006-expected.txt: Removed.
116 * webgl/conformance/ogles/GL/acos/acos_001_to_006.html: Removed.
117 * webgl/conformance/ogles/GL/asin/asin_001_to_006-expected.txt: Removed.
118 * webgl/conformance/ogles/GL/asin/asin_001_to_006.html: Removed.
119 * webgl/conformance/ogles/GL/atan/atan_001_to_008-expected.txt: Removed.
120 * webgl/conformance/ogles/GL/atan/atan_001_to_008.html: Removed.
121 * webgl/conformance/ogles/GL/control_flow/control_flow_001_to_008-expected.txt: Removed.
122 * webgl/conformance/ogles/GL/control_flow/control_flow_001_to_008.html: Removed.
123 * webgl/conformance/ogles/GL/log/log_001_to_008-expected.txt: Removed.
124 * webgl/conformance/ogles/GL/log/log_001_to_008.html: Removed.
125 * webgl/conformance/ogles/GL/log2/log2_001_to_008-expected.txt: Removed.
126 * webgl/conformance/ogles/GL/log2/log2_001_to_008.html: Removed.
127 * webgl/conformance/ogles/GL/smoothstep/smoothstep_001_to_006-expected.txt: Removed.
128 * webgl/conformance/ogles/GL/smoothstep/smoothstep_001_to_006.html: Removed.
129 * webgl/conformance/programs/gl-bind-attrib-location-long-names-test-expected.txt: Removed.
130 * webgl/conformance/programs/gl-bind-attrib-location-long-names-test.html: Removed.
131 * webgl/conformance/programs/program-test-expected.txt: Removed.
132 * webgl/conformance/programs/program-test.html: Removed.
133 * webgl/conformance/reading/read-pixels-test-expected.txt: Removed.
134 * webgl/conformance/reading/read-pixels-test.html: Removed.
135 * webgl/conformance/renderbuffers/framebuffer-object-attachment-expected.txt: Removed.
136 * webgl/conformance/renderbuffers/framebuffer-object-attachment.html: Removed.
137 * webgl/conformance/rendering/gl-scissor-test-expected.txt: Removed.
138 * webgl/conformance/rendering/gl-scissor-test.html: Removed.
139 * webgl/conformance/rendering/more-than-65536-indices-expected.txt: Removed.
140 * webgl/conformance/rendering/more-than-65536-indices.html: Removed.
141 * webgl/conformance/rendering/multisample-corruption-expected.txt: Removed.
142 * webgl/conformance/rendering/multisample-corruption.html: Removed.
143 * webgl/conformance/rendering/point-size-expected.txt: Removed.
144 * webgl/conformance/rendering/point-size.html: Removed.
145 * webgl/conformance/state/gl-object-get-calls-expected.txt: Removed.
146 * webgl/conformance/state/gl-object-get-calls.html: Removed.
147 * webgl/conformance/textures/copy-tex-image-2d-formats-expected.txt: Removed.
148 * webgl/conformance/textures/copy-tex-image-2d-formats.html: Removed.
149 * webgl/conformance/textures/gl-pixelstorei-expected.txt: Removed.
150 * webgl/conformance/textures/gl-pixelstorei.html: Removed.
151 * webgl/conformance/textures/origin-clean-conformance-expected.txt: Removed.
152 * webgl/conformance/textures/origin-clean-conformance.html: Removed.
153 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-expected.txt: Removed.
154 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgb565-expected.txt: Removed.
155 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgb565.html: Removed.
156 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba4444-expected.txt: Removed.
157 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba4444.html: Removed.
158 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba5551-expected.txt: Removed.
159 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba5551.html: Removed.
160 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas.html: Removed.
161 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-expected.txt: Removed.
162 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgb565-expected.txt: Removed.
163 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgb565.html: Removed.
164 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba4444-expected.txt: Removed.
165 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba4444.html: Removed.
166 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba5551-expected.txt: Removed.
167 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba5551.html: Removed.
168 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image.html: Removed.
169 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-expected.txt: Removed.
170 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgb565-expected.txt: Removed.
171 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgb565.html: Removed.
172 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba4444-expected.txt: Removed.
173 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba4444.html: Removed.
174 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba5551-expected.txt: Removed.
175 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba5551.html: Removed.
176 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video.html: Removed.
177 * webgl/conformance/textures/texture-active-bind-2-expected.txt: Removed.
178 * webgl/conformance/textures/texture-active-bind-2.html: Removed.
179 * webgl/conformance/textures/texture-active-bind-expected.txt: Removed.
180 * webgl/conformance/textures/texture-active-bind.html: Removed.
181 * webgl/conformance/textures/texture-mips-expected.txt: Removed.
182 * webgl/conformance/textures/texture-mips.html: Removed.
183 * webgl/conformance/textures/texture-npot-video-expected.txt: Removed.
184 * webgl/conformance/textures/texture-npot-video.html: Removed.
185 * webgl/conformance/textures/texture-size-expected.txt: Removed.
186 * webgl/conformance/textures/texture-size-limit-expected.txt: Removed.
187 * webgl/conformance/textures/texture-size-limit.html: Removed.
188 * webgl/conformance/textures/texture-size.html: Removed.
189 * webgl/conformance/uniforms/gl-uniform-arrays-expected.txt: Removed.
190 * webgl/conformance/uniforms/gl-uniform-arrays.html: Removed.
191 * webgl/conformance/uniforms/uniform-default-values-expected.txt: Removed.
192 * webgl/conformance/uniforms/uniform-default-values.html: Removed.
193 * webgl/conformance/uniforms/uniform-location-expected.txt: Removed.
194 * webgl/conformance/uniforms/uniform-location.html: Removed.
195 * webgl/conformance/uniforms/uniform-samplers-test-expected.txt: Removed.
196 * webgl/conformance/uniforms/uniform-samplers-test.html: Removed.
197 * webgl/resources/webgl_test_files/conformance/canvas/buffer-offscreen-test.html: Removed.
198 * webgl/resources/webgl_test_files/conformance/canvas/buffer-preserve-test.html: Removed.
199 * webgl/resources/webgl_test_files/conformance/canvas/drawingbuffer-test.html: Removed.
200 * webgl/resources/webgl_test_files/conformance/canvas/to-data-url-test.html: Removed.
201 * webgl/resources/webgl_test_files/conformance/context/context-attribute-preserve-drawing-buffer.html: Removed.
202 * webgl/resources/webgl_test_files/conformance/context/context-creation-and-destruction.html: Removed.
203 * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-smoothstep-gentype.html: Removed.
204 * webgl/resources/webgl_test_files/conformance/glsl/literals/float_literal.vert.html: Removed.
205 * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-uniform-packing-restrictions.html: Removed.
206 * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-varying-packing-restrictions.html: Removed.
207 * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-array-of-structs-containing-arrays.html: Removed.
208 * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-global-variable-precision-mismatch.html: Removed.
209 * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-non-reserved-words.html: Removed.
210 * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-short-circuiting-operators.html: Removed.
211 * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-similar-uniform-array-names.html: Removed.
212 * webgl/resources/webgl_test_files/conformance/glsl/misc/shaders-with-varyings.html: Removed.
213 * webgl/resources/webgl_test_files/conformance/glsl/variables/gl-pointcoord.html: Removed.
214 * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-A.html: Removed.
215 * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B1.html: Removed.
216 * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B2.html: Removed.
217 * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B3.html: Removed.
218 * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B4.html: Removed.
219 * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-C.html: Removed.
220 * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-D_G.html: Removed.
221 * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-G_I.html: Removed.
222 * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-L_S.html: Removed.
223 * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-S_V.html: Removed.
224 * webgl/resources/webgl_test_files/conformance/more/functions/bufferDataBadArgs.html: Removed.
225 * webgl/resources/webgl_test_files/conformance/more/functions/copyTexImage2D.html: Removed.
226 * webgl/resources/webgl_test_files/conformance/more/functions/copyTexImage2DBadArgs.html: Removed.
227 * webgl/resources/webgl_test_files/conformance/more/functions/copyTexSubImage2D.html: Removed.
228 * webgl/resources/webgl_test_files/conformance/more/functions/copyTexSubImage2DBadArgs.html: Removed.
229 * webgl/resources/webgl_test_files/conformance/more/functions/deleteBufferBadArgs.html: Removed.
230 * webgl/resources/webgl_test_files/conformance/more/functions/drawArrays.html: Removed.
231 * webgl/resources/webgl_test_files/conformance/more/functions/drawArraysOutOfBounds.html: Removed.
232 * webgl/resources/webgl_test_files/conformance/more/functions/drawElements.html: Removed.
233 * webgl/resources/webgl_test_files/conformance/more/functions/drawElementsBadArgs.html: Removed.
234 * webgl/resources/webgl_test_files/conformance/more/functions/readPixelsBadArgs.html: Removed.
235 * webgl/resources/webgl_test_files/conformance/more/functions/texImage2DBadArgs.html: Removed.
236 * webgl/resources/webgl_test_files/conformance/more/functions/texImage2DHTML.html: Removed.
237 * webgl/resources/webgl_test_files/conformance/more/functions/texSubImage2DBadArgs.html: Removed.
238 * webgl/resources/webgl_test_files/conformance/more/functions/texSubImage2DHTML.html: Removed.
239 * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_001_to_006.html: Removed.
240 * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_001_to_006.html: Removed.
241 * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_001_to_008.html: Removed.
242 * webgl/resources/webgl_test_files/conformance/ogles/GL/control_flow/control_flow_001_to_008.html: Removed.
243 * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_001_to_008.html: Removed.
244 * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_001_to_008.html: Removed.
245 * webgl/resources/webgl_test_files/conformance/ogles/GL/smoothstep/smoothstep_001_to_006.html: Removed.
246 * webgl/resources/webgl_test_files/conformance/programs/gl-bind-attrib-location-long-names-test.html: Removed.
247 * webgl/resources/webgl_test_files/conformance/programs/program-test.html: Removed.
248 * webgl/resources/webgl_test_files/conformance/reading/read-pixels-test.html: Removed.
249 * webgl/resources/webgl_test_files/conformance/renderbuffers/framebuffer-object-attachment.html: Removed.
250 * webgl/resources/webgl_test_files/conformance/rendering/gl-scissor-test.html: Removed.
251 * webgl/resources/webgl_test_files/conformance/rendering/more-than-65536-indices.html: Removed.
252 * webgl/resources/webgl_test_files/conformance/rendering/multisample-corruption.html: Removed.
253 * webgl/resources/webgl_test_files/conformance/rendering/point-size.html: Removed.
254 * webgl/resources/webgl_test_files/conformance/state/gl-object-get-calls.html: Removed.
255 * webgl/resources/webgl_test_files/conformance/textures/copy-tex-image-2d-formats.html: Removed.
256 * webgl/resources/webgl_test_files/conformance/textures/gl-pixelstorei.html: Removed.
257 * webgl/resources/webgl_test_files/conformance/textures/origin-clean-conformance.html: Removed.
258 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgb565.html: Removed.
259 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba4444.html: Removed.
260 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba5551.html: Removed.
261 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-canvas.html: Removed.
262 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-rgb565.html: Removed.
263 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba4444.html: Removed.
264 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba5551.html: Removed.
265 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image.html: Removed.
266 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-video-rgb565.html: Removed.
267 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba4444.html: Removed.
268 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba5551.html: Removed.
269 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-video.html: Removed.
270 * webgl/resources/webgl_test_files/conformance/textures/texture-active-bind-2.html: Removed.
271 * webgl/resources/webgl_test_files/conformance/textures/texture-active-bind.html: Removed.
272 * webgl/resources/webgl_test_files/conformance/textures/texture-mips.html: Removed.
273 * webgl/resources/webgl_test_files/conformance/textures/texture-npot-video.html: Removed.
274 * webgl/resources/webgl_test_files/conformance/textures/texture-size-limit.html: Removed.
275 * webgl/resources/webgl_test_files/conformance/textures/texture-size.html: Removed.
276 * webgl/resources/webgl_test_files/conformance/uniforms/gl-uniform-arrays.html: Removed.
277 * webgl/resources/webgl_test_files/conformance/uniforms/uniform-default-values.html: Removed.
278 * webgl/resources/webgl_test_files/conformance/uniforms/uniform-location.html: Removed.
279 * webgl/resources/webgl_test_files/conformance/uniforms/uniform-samplers-test.html: Removed.
281 2013-02-07 Ádám Kallai <kadam@inf.u-szeged.hu>
283 [Qt] Unreviewed gardening. Skip failing WebGL tests.
285 * platform/qt/TestExpectations:
287 2013-02-07 Sheriff Bot <webkit.review.bot@gmail.com>
289 Unreviewed, rolling out r142067.
290 http://trac.webkit.org/changeset/142067
291 https://bugs.webkit.org/show_bug.cgi?id=109147
293 adding Slow modifier did not help completely (Requested by
296 * platform/chromium/TestExpectations:
298 2013-02-07 Zan Dobersek <zdobersek@igalia.com>
300 Unreviewed GTK gardening.
302 Expanding failure expectation for fast/dom/Window/slow-unload-handler.html.
303 Adding failure expectation for the new fast/css/negative-text-indent-in-inline-block.html
306 * platform/gtk/TestExpectations:
308 2013-02-03 Kentaro Hara <haraken@chromium.org>
310 WebKit's focus events are UIEvents (instead of FocusEvent) and thus don't expose .relatedTarget
311 https://bugs.webkit.org/show_bug.cgi?id=76216
313 Reviewed by Eric Seidel.
315 Spec: http://www.w3.org/TR/DOM-Level-3-Events/#events-FocusEvent
317 This patch creates a new FocusEvent class with a relatedTarget attribute.
318 Now when focusin or focusout events are dispatched, a FocusEvent is created with
319 the relatedTarget attribute set accordingly.
321 * fast/dom/shadow/shadow-boundary-events-expected.txt:
322 * fast/dom/shadow/shadow-boundary-events.html:
323 * fast/events/related-target-focusevent-expected.txt: Added.
324 * fast/events/related-target-focusevent.html: Added.
326 2013-02-06 Mike West <mkwst@chromium.org>
328 Entity-header extension headers honored on 304 responses.
329 https://bugs.webkit.org/show_bug.cgi?id=72414
331 Reviewed by Alexey Proskuryakov.
333 * http/tests/security/XFrameOptions/resources/nph-cached-xfo.pl: Added.
334 * http/tests/security/XFrameOptions/x-frame-options-cached-expected.txt: Added.
335 * http/tests/security/XFrameOptions/x-frame-options-cached.html: Added.
336 * http/tests/security/contentSecurityPolicy/cached-frame-csp-expected.txt: Added.
337 * http/tests/security/contentSecurityPolicy/cached-frame-csp.html: Added.
338 * http/tests/security/contentSecurityPolicy/resources/nph-cached-csp.pl: Added.
339 * http/tests/security/xssAuditor/cached-frame-expected.txt: Added.
340 * http/tests/security/xssAuditor/cached-frame.html: Added.
341 * http/tests/security/xssAuditor/resources/nph-cached.pl: Added.
343 2013-02-06 Matt Falkenhagen <falken@chromium.org>
345 Unreviewed gardening. Marking all webgl/conformance tests as slow.
347 * platform/chromium/TestExpectations:
349 2013-02-06 Tom Sepez <tsepez@chromium.org>
351 document.referrer leakage with XSS Auditor page block
352 https://bugs.webkit.org/show_bug.cgi?id=109089
354 Reviewed by Adam Barth.
356 Test prints the referrer to show it isn't leaked.
358 * http/tests/security/xssAuditor/full-block-script-tag-expected.txt:
359 * http/tests/security/xssAuditor/full-block-script-tag.html:
361 2013-02-06 Matt Falkenhagen <falken@chromium.org>
363 Unreviewed gardening. Marking gl-vertexattribpointer.html as slow.
365 * platform/chromium/TestExpectations:
367 2013-02-06 Gregg Tavares <gman@chromium.org>
369 Adds failing WebGL Conformance Tests.
370 https://bugs.webkit.org/show_bug.cgi?id=109075
372 Reviewed by Kenneth Russell.
374 * platform/chromium/TestExpectations:
375 * platform/mac/TestExpectations:
376 * platform/win/TestExpectations:
377 * webgl/conformance/canvas/buffer-offscreen-test-expected.txt: Added.
378 * webgl/conformance/canvas/buffer-offscreen-test.html: Added.
379 * webgl/conformance/canvas/buffer-preserve-test-expected.txt: Added.
380 * webgl/conformance/canvas/buffer-preserve-test.html: Added.
381 * webgl/conformance/canvas/drawingbuffer-test-expected.txt: Added.
382 * webgl/conformance/canvas/drawingbuffer-test.html: Added.
383 * webgl/conformance/canvas/to-data-url-test-expected.txt: Added.
384 * webgl/conformance/canvas/to-data-url-test.html: Added.
385 * webgl/conformance/context/context-attribute-preserve-drawing-buffer-expected.txt: Added.
386 * webgl/conformance/context/context-attribute-preserve-drawing-buffer.html: Added.
387 * webgl/conformance/context/context-creation-and-destruction-expected.txt: Added.
388 * webgl/conformance/context/context-creation-and-destruction.html: Added.
389 * webgl/conformance/glsl/functions/glsl-function-smoothstep-gentype-expected.txt: Added.
390 * webgl/conformance/glsl/functions/glsl-function-smoothstep-gentype.html: Added.
391 * webgl/conformance/glsl/literals/float_literal.vert-expected.txt: Added.
392 * webgl/conformance/glsl/literals/float_literal.vert.html: Added.
393 * webgl/conformance/glsl/misc/shader-uniform-packing-restrictions-expected.txt: Added.
394 * webgl/conformance/glsl/misc/shader-uniform-packing-restrictions.html: Added.
395 * webgl/conformance/glsl/misc/shader-varying-packing-restrictions-expected.txt: Added.
396 * webgl/conformance/glsl/misc/shader-varying-packing-restrictions.html: Added.
397 * webgl/conformance/glsl/misc/shader-with-array-of-structs-containing-arrays-expected.txt: Added.
398 * webgl/conformance/glsl/misc/shader-with-array-of-structs-containing-arrays.html: Added.
399 * webgl/conformance/glsl/misc/shader-with-global-variable-precision-mismatch-expected.txt: Added.
400 * webgl/conformance/glsl/misc/shader-with-global-variable-precision-mismatch.html: Added.
401 * webgl/conformance/glsl/misc/shader-with-non-reserved-words-expected.txt: Added.
402 * webgl/conformance/glsl/misc/shader-with-non-reserved-words.html: Added.
403 * webgl/conformance/glsl/misc/shader-with-short-circuiting-operators-expected.txt: Added.
404 * webgl/conformance/glsl/misc/shader-with-short-circuiting-operators.html: Added.
405 * webgl/conformance/glsl/misc/shader-with-similar-uniform-array-names-expected.txt: Added.
406 * webgl/conformance/glsl/misc/shader-with-similar-uniform-array-names.html: Added.
407 * webgl/conformance/glsl/misc/shaders-with-varyings-expected.txt: Added.
408 * webgl/conformance/glsl/misc/shaders-with-varyings.html: Added.
409 * webgl/conformance/glsl/variables/gl-pointcoord-expected.txt: Added.
410 * webgl/conformance/glsl/variables/gl-pointcoord.html: Added.
411 * webgl/conformance/more/conformance/quickCheckAPI-A-expected.txt: Added.
412 * webgl/conformance/more/conformance/quickCheckAPI-A.html: Added.
413 * webgl/conformance/more/conformance/quickCheckAPI-B1-expected.txt: Added.
414 * webgl/conformance/more/conformance/quickCheckAPI-B1.html: Added.
415 * webgl/conformance/more/conformance/quickCheckAPI-B2-expected.txt: Added.
416 * webgl/conformance/more/conformance/quickCheckAPI-B2.html: Added.
417 * webgl/conformance/more/conformance/quickCheckAPI-B3-expected.txt: Added.
418 * webgl/conformance/more/conformance/quickCheckAPI-B3.html: Added.
419 * webgl/conformance/more/conformance/quickCheckAPI-B4-expected.txt: Added.
420 * webgl/conformance/more/conformance/quickCheckAPI-B4.html: Added.
421 * webgl/conformance/more/conformance/quickCheckAPI-C-expected.txt: Added.
422 * webgl/conformance/more/conformance/quickCheckAPI-C.html: Added.
423 * webgl/conformance/more/conformance/quickCheckAPI-D_G-expected.txt: Added.
424 * webgl/conformance/more/conformance/quickCheckAPI-D_G.html: Added.
425 * webgl/conformance/more/conformance/quickCheckAPI-G_I-expected.txt: Added.
426 * webgl/conformance/more/conformance/quickCheckAPI-G_I.html: Added.
427 * webgl/conformance/more/conformance/quickCheckAPI-L_S-expected.txt: Added.
428 * webgl/conformance/more/conformance/quickCheckAPI-L_S.html: Added.
429 * webgl/conformance/more/conformance/quickCheckAPI-S_V-expected.txt: Added.
430 * webgl/conformance/more/conformance/quickCheckAPI-S_V.html: Added.
431 * webgl/conformance/more/functions/bufferDataBadArgs-expected.txt: Added.
432 * webgl/conformance/more/functions/bufferDataBadArgs.html: Added.
433 * webgl/conformance/more/functions/copyTexImage2D-expected.txt: Added.
434 * webgl/conformance/more/functions/copyTexImage2D.html: Added.
435 * webgl/conformance/more/functions/copyTexImage2DBadArgs-expected.txt: Added.
436 * webgl/conformance/more/functions/copyTexImage2DBadArgs.html: Added.
437 * webgl/conformance/more/functions/copyTexSubImage2D-expected.txt: Added.
438 * webgl/conformance/more/functions/copyTexSubImage2D.html: Added.
439 * webgl/conformance/more/functions/copyTexSubImage2DBadArgs-expected.txt: Added.
440 * webgl/conformance/more/functions/copyTexSubImage2DBadArgs.html: Added.
441 * webgl/conformance/more/functions/deleteBufferBadArgs-expected.txt: Added.
442 * webgl/conformance/more/functions/deleteBufferBadArgs.html: Added.
443 * webgl/conformance/more/functions/drawArrays-expected.txt: Added.
444 * webgl/conformance/more/functions/drawArrays.html: Added.
445 * webgl/conformance/more/functions/drawArraysOutOfBounds-expected.txt: Added.
446 * webgl/conformance/more/functions/drawArraysOutOfBounds.html: Added.
447 * webgl/conformance/more/functions/drawElements-expected.txt: Added.
448 * webgl/conformance/more/functions/drawElements.html: Added.
449 * webgl/conformance/more/functions/drawElementsBadArgs-expected.txt: Added.
450 * webgl/conformance/more/functions/drawElementsBadArgs.html: Added.
451 * webgl/conformance/more/functions/readPixelsBadArgs-expected.txt: Added.
452 * webgl/conformance/more/functions/readPixelsBadArgs.html: Added.
453 * webgl/conformance/more/functions/texImage2DBadArgs-expected.txt: Added.
454 * webgl/conformance/more/functions/texImage2DBadArgs.html: Added.
455 * webgl/conformance/more/functions/texImage2DHTML-expected.txt: Added.
456 * webgl/conformance/more/functions/texImage2DHTML.html: Added.
457 * webgl/conformance/more/functions/texSubImage2DBadArgs-expected.txt: Added.
458 * webgl/conformance/more/functions/texSubImage2DBadArgs.html: Added.
459 * webgl/conformance/more/functions/texSubImage2DHTML-expected.txt: Added.
460 * webgl/conformance/more/functions/texSubImage2DHTML.html: Added.
461 * webgl/conformance/ogles/GL/acos/acos_001_to_006-expected.txt: Added.
462 * webgl/conformance/ogles/GL/acos/acos_001_to_006.html: Added.
463 * webgl/conformance/ogles/GL/asin/asin_001_to_006-expected.txt: Added.
464 * webgl/conformance/ogles/GL/asin/asin_001_to_006.html: Added.
465 * webgl/conformance/ogles/GL/atan/atan_001_to_008-expected.txt: Added.
466 * webgl/conformance/ogles/GL/atan/atan_001_to_008.html: Added.
467 * webgl/conformance/ogles/GL/control_flow/control_flow_001_to_008-expected.txt: Added.
468 * webgl/conformance/ogles/GL/control_flow/control_flow_001_to_008.html: Added.
469 * webgl/conformance/ogles/GL/log/log_001_to_008-expected.txt: Added.
470 * webgl/conformance/ogles/GL/log/log_001_to_008.html: Added.
471 * webgl/conformance/ogles/GL/log2/log2_001_to_008-expected.txt: Added.
472 * webgl/conformance/ogles/GL/log2/log2_001_to_008.html: Added.
473 * webgl/conformance/ogles/GL/smoothstep/smoothstep_001_to_006-expected.txt: Added.
474 * webgl/conformance/ogles/GL/smoothstep/smoothstep_001_to_006.html: Added.
475 * webgl/conformance/programs/gl-bind-attrib-location-long-names-test-expected.txt: Added.
476 * webgl/conformance/programs/gl-bind-attrib-location-long-names-test.html: Added.
477 * webgl/conformance/programs/program-test-expected.txt: Added.
478 * webgl/conformance/programs/program-test.html: Added.
479 * webgl/conformance/reading/read-pixels-test-expected.txt: Added.
480 * webgl/conformance/reading/read-pixels-test.html: Added.
481 * webgl/conformance/renderbuffers/framebuffer-object-attachment-expected.txt: Added.
482 * webgl/conformance/renderbuffers/framebuffer-object-attachment.html: Added.
483 * webgl/conformance/rendering/gl-scissor-test-expected.txt: Added.
484 * webgl/conformance/rendering/gl-scissor-test.html: Added.
485 * webgl/conformance/rendering/more-than-65536-indices-expected.txt: Added.
486 * webgl/conformance/rendering/more-than-65536-indices.html: Added.
487 * webgl/conformance/rendering/multisample-corruption-expected.txt: Added.
488 * webgl/conformance/rendering/multisample-corruption.html: Added.
489 * webgl/conformance/rendering/point-size-expected.txt: Added.
490 * webgl/conformance/rendering/point-size.html: Added.
491 * webgl/conformance/state/gl-object-get-calls-expected.txt: Added.
492 * webgl/conformance/state/gl-object-get-calls.html: Added.
493 * webgl/conformance/textures/copy-tex-image-2d-formats-expected.txt: Added.
494 * webgl/conformance/textures/copy-tex-image-2d-formats.html: Added.
495 * webgl/conformance/textures/gl-pixelstorei-expected.txt: Added.
496 * webgl/conformance/textures/gl-pixelstorei.html: Added.
497 * webgl/conformance/textures/origin-clean-conformance-expected.txt: Added.
498 * webgl/conformance/textures/origin-clean-conformance.html: Added.
499 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-expected.txt: Added.
500 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgb565-expected.txt: Added.
501 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgb565.html: Added.
502 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba4444-expected.txt: Added.
503 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba4444.html: Added.
504 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba5551-expected.txt: Added.
505 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba5551.html: Added.
506 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas.html: Added.
507 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-expected.txt: Added.
508 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgb565-expected.txt: Added.
509 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgb565.html: Added.
510 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba4444-expected.txt: Added.
511 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba4444.html: Added.
512 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba5551-expected.txt: Added.
513 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba5551.html: Added.
514 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image.html: Added.
515 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-expected.txt: Added.
516 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgb565-expected.txt: Added.
517 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgb565.html: Added.
518 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba4444-expected.txt: Added.
519 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba4444.html: Added.
520 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba5551-expected.txt: Added.
521 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba5551.html: Added.
522 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video.html: Added.
523 * webgl/conformance/textures/texture-active-bind-2-expected.txt: Added.
524 * webgl/conformance/textures/texture-active-bind-2.html: Added.
525 * webgl/conformance/textures/texture-active-bind-expected.txt: Added.
526 * webgl/conformance/textures/texture-active-bind.html: Added.
527 * webgl/conformance/textures/texture-mips-expected.txt: Added.
528 * webgl/conformance/textures/texture-mips.html: Added.
529 * webgl/conformance/textures/texture-npot-video-expected.txt: Added.
530 * webgl/conformance/textures/texture-npot-video.html: Added.
531 * webgl/conformance/textures/texture-size-expected.txt: Added.
532 * webgl/conformance/textures/texture-size-limit-expected.txt: Added.
533 * webgl/conformance/textures/texture-size-limit.html: Added.
534 * webgl/conformance/textures/texture-size.html: Added.
535 * webgl/conformance/uniforms/gl-uniform-arrays-expected.txt: Added.
536 * webgl/conformance/uniforms/gl-uniform-arrays.html: Added.
537 * webgl/conformance/uniforms/uniform-default-values-expected.txt: Added.
538 * webgl/conformance/uniforms/uniform-default-values.html: Added.
539 * webgl/conformance/uniforms/uniform-location-expected.txt: Added.
540 * webgl/conformance/uniforms/uniform-location.html: Added.
541 * webgl/conformance/uniforms/uniform-samplers-test-expected.txt: Added.
542 * webgl/conformance/uniforms/uniform-samplers-test.html: Added.
543 * webgl/resources/webgl_test_files/conformance/canvas/buffer-offscreen-test.html: Added.
544 * webgl/resources/webgl_test_files/conformance/canvas/buffer-preserve-test.html: Added.
545 * webgl/resources/webgl_test_files/conformance/canvas/drawingbuffer-test.html: Added.
546 * webgl/resources/webgl_test_files/conformance/canvas/to-data-url-test.html: Added.
547 * webgl/resources/webgl_test_files/conformance/context/context-attribute-preserve-drawing-buffer.html: Added.
548 * webgl/resources/webgl_test_files/conformance/context/context-creation-and-destruction.html: Added.
549 * webgl/resources/webgl_test_files/conformance/glsl/functions/glsl-function-smoothstep-gentype.html: Added.
550 * webgl/resources/webgl_test_files/conformance/glsl/literals/float_literal.vert.html: Added.
551 * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-uniform-packing-restrictions.html: Added.
552 * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-varying-packing-restrictions.html: Added.
553 * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-array-of-structs-containing-arrays.html: Added.
554 * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-global-variable-precision-mismatch.html: Added.
555 * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-non-reserved-words.html: Added.
556 * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-short-circuiting-operators.html: Added.
557 * webgl/resources/webgl_test_files/conformance/glsl/misc/shader-with-similar-uniform-array-names.html: Added.
558 * webgl/resources/webgl_test_files/conformance/glsl/misc/shaders-with-varyings.html: Added.
559 * webgl/resources/webgl_test_files/conformance/glsl/variables/gl-pointcoord.html: Added.
560 * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-A.html: Added.
561 * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B1.html: Added.
562 * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B2.html: Added.
563 * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B3.html: Added.
564 * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B4.html: Added.
565 * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-C.html: Added.
566 * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-D_G.html: Added.
567 * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-G_I.html: Added.
568 * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-L_S.html: Added.
569 * webgl/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-S_V.html: Added.
570 * webgl/resources/webgl_test_files/conformance/more/functions/bufferDataBadArgs.html: Added.
571 * webgl/resources/webgl_test_files/conformance/more/functions/copyTexImage2D.html: Added.
572 * webgl/resources/webgl_test_files/conformance/more/functions/copyTexImage2DBadArgs.html: Added.
573 * webgl/resources/webgl_test_files/conformance/more/functions/copyTexSubImage2D.html: Added.
574 * webgl/resources/webgl_test_files/conformance/more/functions/copyTexSubImage2DBadArgs.html: Added.
575 * webgl/resources/webgl_test_files/conformance/more/functions/deleteBufferBadArgs.html: Added.
576 * webgl/resources/webgl_test_files/conformance/more/functions/drawArrays.html: Added.
577 * webgl/resources/webgl_test_files/conformance/more/functions/drawArraysOutOfBounds.html: Added.
578 * webgl/resources/webgl_test_files/conformance/more/functions/drawElements.html: Added.
579 * webgl/resources/webgl_test_files/conformance/more/functions/drawElementsBadArgs.html: Added.
580 * webgl/resources/webgl_test_files/conformance/more/functions/readPixelsBadArgs.html: Added.
581 * webgl/resources/webgl_test_files/conformance/more/functions/texImage2DBadArgs.html: Added.
582 * webgl/resources/webgl_test_files/conformance/more/functions/texImage2DHTML.html: Added.
583 * webgl/resources/webgl_test_files/conformance/more/functions/texSubImage2DBadArgs.html: Added.
584 * webgl/resources/webgl_test_files/conformance/more/functions/texSubImage2DHTML.html: Added.
585 * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_001_to_006.html: Added.
586 * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_001_to_006.html: Added.
587 * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_001_to_008.html: Added.
588 * webgl/resources/webgl_test_files/conformance/ogles/GL/control_flow/control_flow_001_to_008.html: Added.
589 * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_001_to_008.html: Added.
590 * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_001_to_008.html: Added.
591 * webgl/resources/webgl_test_files/conformance/ogles/GL/smoothstep/smoothstep_001_to_006.html: Added.
592 * webgl/resources/webgl_test_files/conformance/programs/gl-bind-attrib-location-long-names-test.html: Added.
593 * webgl/resources/webgl_test_files/conformance/programs/program-test.html: Added.
594 * webgl/resources/webgl_test_files/conformance/reading/read-pixels-test.html: Added.
595 * webgl/resources/webgl_test_files/conformance/renderbuffers/framebuffer-object-attachment.html: Added.
596 * webgl/resources/webgl_test_files/conformance/rendering/gl-scissor-test.html: Added.
597 * webgl/resources/webgl_test_files/conformance/rendering/more-than-65536-indices.html: Added.
598 * webgl/resources/webgl_test_files/conformance/rendering/multisample-corruption.html: Added.
599 * webgl/resources/webgl_test_files/conformance/rendering/point-size.html: Added.
600 * webgl/resources/webgl_test_files/conformance/state/gl-object-get-calls.html: Added.
601 * webgl/resources/webgl_test_files/conformance/textures/copy-tex-image-2d-formats.html: Added.
602 * webgl/resources/webgl_test_files/conformance/textures/gl-pixelstorei.html: Added.
603 * webgl/resources/webgl_test_files/conformance/textures/origin-clean-conformance.html: Added.
604 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgb565.html: Added.
605 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba4444.html: Added.
606 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba5551.html: Added.
607 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-canvas.html: Added.
608 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-rgb565.html: Added.
609 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba4444.html: Added.
610 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba5551.html: Added.
611 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image.html: Added.
612 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-video-rgb565.html: Added.
613 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba4444.html: Added.
614 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba5551.html: Added.
615 * webgl/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-video.html: Added.
616 * webgl/resources/webgl_test_files/conformance/textures/texture-active-bind-2.html: Added.
617 * webgl/resources/webgl_test_files/conformance/textures/texture-active-bind.html: Added.
618 * webgl/resources/webgl_test_files/conformance/textures/texture-mips.html: Added.
619 * webgl/resources/webgl_test_files/conformance/textures/texture-npot-video.html: Added.
620 * webgl/resources/webgl_test_files/conformance/textures/texture-size-limit.html: Added.
621 * webgl/resources/webgl_test_files/conformance/textures/texture-size.html: Added.
622 * webgl/resources/webgl_test_files/conformance/uniforms/gl-uniform-arrays.html: Added.
623 * webgl/resources/webgl_test_files/conformance/uniforms/uniform-default-values.html: Added.
624 * webgl/resources/webgl_test_files/conformance/uniforms/uniform-location.html: Added.
625 * webgl/resources/webgl_test_files/conformance/uniforms/uniform-samplers-test.html: Added.
627 2013-02-06 Terry Anderson <tdanderson@chromium.org>
629 Add support for gesture scroll events that do not propagate to enclosing scrollables
630 https://bugs.webkit.org/show_bug.cgi?id=108849
632 Reviewed by Antonio Gomes.
634 New tests added to ensure that GestureScrollUpdateWithoutPropagation events will not
635 propagate to the scrollable parent of their target when the target has no area
638 Modified two chromium-specific plugin tests to ensure that the plugins receive
639 GestureScrollUpdate events when GestureScrollUpdateWithoutPropagation events are
642 * fast/events/touch/gesture/touch-gesture-scroll-div-not-propagated-expected.txt: Added.
643 * fast/events/touch/gesture/touch-gesture-scroll-div-not-propagated.html: Added.
644 * fast/events/touch/gesture/touch-gesture-scroll-iframe-not-propagated-expected.txt: Added.
645 * fast/events/touch/gesture/touch-gesture-scroll-iframe-not-propagated.html: Added.
646 * fast/events/touch/gesture/touch-gesture-scroll-page-not-propagated-expected.txt: Added.
647 * fast/events/touch/gesture/touch-gesture-scroll-page-not-propagated.html: Added.
648 * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-div-not-propagated-expected.txt: Added.
649 * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-iframe-not-propagated-expected.txt: Added.
650 * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-page-not-propagated-expected.txt: Added.
651 * platform/chromium/plugins/gesture-events-expected.txt:
652 * platform/chromium/plugins/gesture-events-scrolled-expected.txt:
653 * platform/chromium/plugins/gesture-events-scrolled.html:
654 * platform/chromium/plugins/gesture-events.html:
656 2013-02-06 Ojan Vafai <ojan@chromium.org>
658 [Chromium] table-section-overflow-clip-crash.html hits an assert
659 https://bugs.webkit.org/show_bug.cgi?id=108594
661 Reviewed by Levi Weintraub.
663 * platform/chromium/TestExpectations:
665 2013-02-06 Ojan Vafai <ojan@chromium.org>
667 display:none file upload button crashes
668 https://bugs.webkit.org/show_bug.cgi?id=109102
670 Reviewed by Levi Weintraub.
672 * fast/forms/file/display-none-upload-button-expected.txt: Added.
673 * fast/forms/file/display-none-upload-button.html: Added.
674 Tests that we don't crash. Also exposes a bug that the baseline and height of
675 the input don't include the height of the filename text.
677 2013-02-06 Stephen Chenney <schenney@chromium.org>
679 [Chromium] Test expectations update for Skia change.
681 Unreviewed expectations update
683 Files that we were expecting to fail. Now being rebaselined.
685 * platform/chromium-linux-x86/svg/text/text-viewbox-rescale-expected.png: Added.
686 * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/canvas-composite-transformclip-expected.png:
687 * platform/chromium-linux/svg/batik/text/smallFonts-expected.png:
688 * platform/chromium-linux/svg/batik/text/textFeatures-expected.png:
689 * platform/chromium-linux/svg/text/selection-styles-expected.png:
690 * platform/chromium-linux/svg/text/text-viewbox-rescale-expected.png:
691 * platform/chromium-mac-lion/svg/text/text-viewbox-rescale-expected.png:
692 * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-composite-transformclip-expected.png:
693 * platform/chromium-mac/svg/text/text-viewbox-rescale-expected.png:
694 * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/canvas-composite-transformclip-expected.png:
695 * platform/efl/svg/batik/text/smallFonts-expected.png: Removed.
697 2013-02-06 Dima Gorbik <dgorbik@apple.com>
699 Reset the border property for -webkit-slider-thumb in unknown-pseudo-element-matching test
700 https://bugs.webkit.org/show_bug.cgi?id=109101
702 We check that the style matches a pseudo element by setting its height to 1px.
703 Some user agents, like iOS, have default border styles that affect the minimum height,
704 so we need to reset those.
706 Reviewed by Joseph Pecoraro.
708 * fast/css/unknown-pseudo-element-matching.html:
710 2013-02-06 Dirk Schulze <dschulze@adobe.com>
712 Context's currentPath should check for passed type
713 https://bugs.webkit.org/show_bug.cgi?id=109097
715 Reviewed by Dean Jackson.
717 Add checks with different data types as value for canvas.currentPath.
719 * fast/canvas/canvas-currentPath-crash-expected.txt: Added.
720 * fast/canvas/canvas-currentPath-crash.html: Added.
721 * fast/canvas/script-tests/canvas-currentPath-crash.js: Added.
722 * platform/chromium/TestExpectations:
723 * platform/efl/TestExpectations:
724 * platform/gtk/TestExpectations:
725 * platform/mac/TestExpectations:
726 * platform/qt/TestExpectations:
728 2013-02-06 Stephen Chenney <schenney@chromium.org>
730 [Chromium] Test expectations update for Skia change.
732 Unreviewed expectations update
734 Files that we were expecting to fail. Now being rebaselined.
736 * platform/chromium-linux/fast/repaint/japanese-rl-selection-clear-expected.png:
737 * platform/chromium-linux/fast/repaint/japanese-rl-selection-repaint-expected.png:
738 * platform/chromium-linux/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.png: Added.
739 * platform/chromium-linux/fast/text/justify-ideograph-vertical-expected.png:
740 * platform/chromium-linux/svg/custom/shapes-supporting-markers-expected.png:
741 * platform/chromium-linux/svg/custom/text-ctm-expected.png:
742 * platform/chromium-mac-lion/svg/custom/shapes-supporting-markers-expected.png:
743 * platform/chromium-mac/svg/custom/shapes-supporting-markers-expected.png:
744 * platform/chromium-mac/svg/custom/text-ctm-expected.txt:
745 * platform/chromium-win/svg/custom/shapes-supporting-markers-expected.png:
746 * platform/chromium-win/svg/custom/text-ctm-expected.png:
747 * platform/chromium-win/svg/custom/text-ctm-expected.txt: Removed.
748 * platform/gtk/svg/custom/text-ctm-expected.txt: Removed.
749 * svg/custom/text-ctm-expected.txt: Added.
751 2013-02-06 Rafael Weinstein <rafaelw@chromium.org>
753 [HTMLTemplateElement] Non </template> end tags should be ignored in "template contents" insertion mode.
754 https://bugs.webkit.org/show_bug.cgi?id=109090
756 Reviewed by Adam Barth.
758 * html5lib/resources/template.dat:
760 2013-02-06 Stephen Chenney <schenney@chromium.org>
762 [Chromium] Test expectations update for Skia change.
764 Unreviewed expectations update
766 Files that we were expecting to fail. Now being rebaslined.
768 * platform/chromium-linux-x86/fast/writing-mode/japanese-ruby-vertical-lr-expected.png: Removed.
769 * platform/chromium-linux-x86/fast/writing-mode/japanese-ruby-vertical-lr-expected.txt:
770 * platform/chromium-linux-x86/fast/writing-mode/japanese-ruby-vertical-rl-expected.png: Removed.
771 * platform/chromium-linux-x86/fast/writing-mode/japanese-ruby-vertical-rl-expected.txt:
772 * platform/chromium-linux/fast/writing-mode/border-vertical-lr-expected.png:
773 * platform/chromium-linux/fast/writing-mode/japanese-lr-selection-expected.png:
774 * platform/chromium-linux/fast/writing-mode/japanese-lr-text-expected.png:
775 * platform/chromium-linux/fast/writing-mode/japanese-rl-selection-expected.png:
776 * platform/chromium-linux/fast/writing-mode/japanese-rl-text-expected.png:
777 * platform/chromium-win-xp/fast/writing-mode/japanese-ruby-vertical-lr-expected.png:
778 * platform/chromium-win-xp/fast/writing-mode/japanese-ruby-vertical-lr-expected.txt:
779 * platform/chromium-win-xp/fast/writing-mode/japanese-ruby-vertical-rl-expected.png:
780 * platform/chromium-win-xp/fast/writing-mode/japanese-ruby-vertical-rl-expected.txt: Added.
781 * platform/chromium-win/fast/writing-mode/japanese-ruby-vertical-lr-expected.png:
782 * platform/chromium-win/fast/writing-mode/japanese-ruby-vertical-lr-expected.txt:
783 * platform/chromium-win/fast/writing-mode/japanese-ruby-vertical-rl-expected.png:
784 * platform/chromium-win/fast/writing-mode/japanese-ruby-vertical-rl-expected.txt:
786 2013-02-06 Stephen Chenney <schenney@chromium.org>
788 [Chromium] Test expectations update for Skia change.
790 Unreviewed expectations update
792 And these too. See change below.
794 * platform/chromium-mac-lion/fast/writing-mode/japanese-rl-selection-expected.txt: Added.
795 * platform/chromium-mac-lion/fast/writing-mode/japanese-rl-text-expected.txt: Added.
796 * platform/chromium-mac-snowleopard/fast/writing-mode/japanese-rl-selection-expected.txt: Added.
797 * platform/chromium-mac-snowleopard/fast/writing-mode/japanese-rl-text-expected.txt: Added.
799 2013-02-06 Stephen Chenney <schenney@chromium.org>
801 [Chromium] Test expectations update for Skia change.
803 Unreviewed expectations update
805 Apparently there are width differences on the mac platforms. These were
806 clobbered qwhen I updated the 10.8 expectations.
808 * platform/chromium-mac-lion/fast/writing-mode/japanese-lr-text-expected.txt: Added.
809 * platform/chromium-mac-snowleopard/fast/writing-mode/japanese-lr-text-expected.txt: Added.
811 2013-02-06 Dima Gorbik <dgorbik@apple.com>
813 Store the language internally instead of using lang attribute for WebVTT nodes
814 https://bugs.webkit.org/show_bug.cgi?id=108858
816 Reviewed by Eric Carlson.
818 * media/track/captions-webvtt/styling-lang.vtt:
819 * media/track/track-css-matching-lang-expected.txt:
820 * media/track/track-css-matching-lang.html:
822 2013-02-06 Levi Weintraub <leviw@chromium.org>
824 Negative text indents can break RenderBlock's inline maximum preferred width calculation
825 https://bugs.webkit.org/show_bug.cgi?id=108973
827 Reviewed by Emil A Eklund.
829 * fast/css/negative-text-indent-in-inline-block-expected.html: Added.
830 * fast/css/negative-text-indent-in-inline-block.html: Added.
832 2013-02-06 Zan Dobersek <zdobersek@igalia.com>
834 Unreviewed GTK gardening.
836 Expanding failure expectation for fast/dom/Window/slow-unload-handler-only-frame-is-stopped.html.
838 * platform/gtk/TestExpectations:
840 2013-02-06 Sheriff Bot <webkit.review.bot@gmail.com>
842 Unreviewed, rolling out r142025.
843 http://trac.webkit.org/changeset/142025
844 https://bugs.webkit.org/show_bug.cgi?id=109091
846 broke the build (Requested by tdanderson on #webkit).
848 * fast/events/touch/gesture/touch-gesture-scroll-div-not-propagated-expected.txt: Removed.
849 * fast/events/touch/gesture/touch-gesture-scroll-div-not-propagated.html: Removed.
850 * fast/events/touch/gesture/touch-gesture-scroll-iframe-not-propagated-expected.txt: Removed.
851 * fast/events/touch/gesture/touch-gesture-scroll-iframe-not-propagated.html: Removed.
852 * fast/events/touch/gesture/touch-gesture-scroll-page-not-propagated-expected.txt: Removed.
853 * fast/events/touch/gesture/touch-gesture-scroll-page-not-propagated.html: Removed.
854 * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-div-not-propagated-expected.txt: Removed.
855 * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-iframe-not-propagated-expected.txt: Removed.
856 * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-page-not-propagated-expected.txt: Removed.
857 * platform/chromium/plugins/gesture-events-expected.txt:
858 * platform/chromium/plugins/gesture-events-scrolled-expected.txt:
859 * platform/chromium/plugins/gesture-events-scrolled.html:
860 * platform/chromium/plugins/gesture-events.html:
862 2013-02-06 Zan Dobersek <zdobersek@igalia.com>
864 Unreviewed GTK gardening.
866 Rebaselining and adding a few failure expectations after r142015.
868 * platform/gtk/TestExpectations:
869 * platform/gtk/fast/dynamic/002-expected.txt:
871 2013-02-06 Terry Anderson <tdanderson@chromium.org>
873 Add support for gesture scroll events that do not propagate to enclosing scrollables
874 https://bugs.webkit.org/show_bug.cgi?id=108849
876 Reviewed by Antonio Gomes.
878 New tests added to ensure that GestureScrollUpdateNotPropagated events will not
879 propagate to the scrollable parent of their target when the target has no area
882 Modified two chromium-specific plugin tests to ensure that the plugins receive
883 GestureScrollUpdate events when GestureScrollUpdateNotPropagated events are
886 * fast/events/touch/gesture/touch-gesture-scroll-div-not-propagated-expected.txt: Added.
887 * fast/events/touch/gesture/touch-gesture-scroll-div-not-propagated.html: Added.
888 * fast/events/touch/gesture/touch-gesture-scroll-iframe-not-propagated-expected.txt: Added.
889 * fast/events/touch/gesture/touch-gesture-scroll-iframe-not-propagated.html: Added.
890 * fast/events/touch/gesture/touch-gesture-scroll-page-not-propagated-expected.txt: Added.
891 * fast/events/touch/gesture/touch-gesture-scroll-page-not-propagated.html: Added.
892 * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-div-not-propagated-expected.txt: Added.
893 * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-iframe-not-propagated-expected.txt: Added.
894 * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-page-not-propagated-expected.txt: Added.
895 * platform/chromium/plugins/gesture-events-expected.txt:
896 * platform/chromium/plugins/gesture-events-scrolled-expected.txt:
897 * platform/chromium/plugins/gesture-events-scrolled.html:
898 * platform/chromium/plugins/gesture-events.html:
900 2013-02-06 Ryosuke Niwa <rniwa@webkit.org>
902 REGRESSION(r141136): Apple's internal PLT test suite doesn't finish
903 https://bugs.webkit.org/show_bug.cgi?id=108380
905 Reviewed by Alexey Proskuryakov.
907 Re-enable tests that have been temporarily disabled.
909 * platform/mac/TestExpectations:
911 2013-02-06 Uday Kiran <udaykiran@motorola.com>
913 Implement 'vmax' from CSS3 values and units
914 https://bugs.webkit.org/show_bug.cgi?id=91440
916 Reviewed by Antti Koivisto.
918 vmax is implemented as primitive length unit.
919 New length type ViewportPercentageMax is added and included support for fetching the value
920 of this viewport percentage unit based on current viewport size.
922 The specification related to this implementation is
923 http://dev.w3.org/csswg/css3-values/#viewport-relative-lengths.
925 * css3/viewport-percentage-lengths/css3-viewport-percentage-lengths-getStyle-expected.txt:
926 * css3/viewport-percentage-lengths/css3-viewport-percentage-lengths-getStyle.html:
927 * css3/viewport-percentage-lengths/css3-viewport-percentage-lengths-vmax-absolute-expected.html: Added.
928 * css3/viewport-percentage-lengths/css3-viewport-percentage-lengths-vmax-absolute.html: Added.
929 * css3/viewport-percentage-lengths/css3-viewport-percentage-lengths-vmax-expected.html: Added.
930 * css3/viewport-percentage-lengths/css3-viewport-percentage-lengths-vmax.html: Added.
932 2013-02-06 Zan Dobersek <zdobersek@igalia.com>
934 Unreviewed GTK gardening.
936 Walked through the WontFix test expectations, expanding them with the expected failure.
937 This forces the test to run but not complain as long as the failure is the same as expected.
939 * platform/gtk/TestExpectations:
941 2013-02-06 Stephen White <senorblanco@chromium.org>
943 Suppress failures for minor pixel diffs which will be caused when https://codereview.chromium.org/12217047/ lands. Unreviewed.
944 https://bugs.webkit.org/show_bug.cgi?id=104289
946 * platform/chromium/TestExpectations:
948 2013-02-06 Zan Dobersek <zdobersek@igalia.com>
950 Unreviewed GTK gardening.
952 Marking required tests as slow so the test runs are not interrupted when timeouts
953 occur in tests that would actually pass if given enough time.
955 * platform/gtk/TestExpectations:
957 2013-02-06 Pravin D <pravind.2k4@gmail.com>
959 When a block element is made inline positioned and has static left and right, it does not follow inline formatting context
960 https://bugs.webkit.org/show_bug.cgi?id=91665
962 Reviewed by Julien Chaffraix.
964 * fast/dynamic/absolute-positioned-to-static-positioned-expected.txt: Added.
965 * fast/dynamic/absolute-positioned-to-static-positioned.html: Added.
966 * fast/dynamic/floating-to-non-floating-expected.txt: Added.
967 * fast/dynamic/floating-to-non-floating.html: Added.
968 * fast/dynamic/non-floating-to-floating-expected.txt: Added.
969 * fast/dynamic/non-floating-to-floating.html: Added.
970 * fast/dynamic/static-positioned-to-absolute-positioned-expected.txt: Added.
971 * fast/dynamic/static-positioned-to-absolute-positioned.html: Added.
972 Testcases for the patch.
974 * fast/dynamic/resources/helper-bug91665.js: Added.
975 * fast/dynamic/resources/style-bug91665.css: Added.
976 Common javascript functions and css classes used by the above testcases.
978 * fast/css/first-letter-removed-added-expected.txt:
979 Previously failing sub-test is passing.
981 * fullscreen/full-screen-fixed-pos-parent-expected.txt:
982 Change orthogonal to the current patch.
984 * platform/mac/fast/dynamic/002-expected.txt:
985 * platform/chromium-win/fast/dynamic/002-expected.txt:
986 * platform/chromium/fast/dynamic/002-expected.txt:
987 Expected change. The testcase has a static block element followed by a text node wrapped
988 in an anonymous block. When the block element becomes floating, it is out of the flow context.
989 Thus the text node must no longer be wrapped by the anonymous block.
991 * platform/chromium-mac/fast/repaint/absolute-position-change-containing-block-expected.png:
992 * platform/chromium-mac/fast/repaint/fixed-to-relative-position-with-absolute-child-expected.png:
993 Progression. Previously we used to repaint the a much larger area as compared to the behavior
994 with the patch, which repaints only the area affected due to the change in style(position)
997 * platform/chromium/fast/repaint/absolute-position-change-containing-block-expected.png: Added.
998 * platform/chromium/fast/repaint/fixed-to-relative-position-with-absolute-child-expected.png: Added.
999 * platform/mac/fast/repaint/absolute-position-change-containing-block-expected.png: Added.
1000 * platform/mac/fast/repaint/fixed-to-relative-position-with-absolute-child-expected.png: Added.
1001 Added platform specific images.
1003 2013-02-06 Chris Fleizach <cfleizach@apple.com>
1005 AX: if <html> has an ARIA attribute, it's exposed as an AXGroup
1006 https://bugs.webkit.org/show_bug.cgi?id=109008
1008 Reviewed by Ryosuke Niwa.
1010 * accessibility/html-html-element-is-ignored-expected.txt: Added.
1011 * accessibility/html-html-element-is-ignored.html: Added.
1012 * platform/chromium/TestExpectations:
1014 2013-02-06 Shawn Singh <shawnsingh@chromium.org>
1016 RenderLayer hasVisibleContent() has inconsistent semantics causing disappearing composited layers
1017 https://bugs.webkit.org/show_bug.cgi?id=108118
1019 Reviewed by Simon Fraser.
1021 * compositing/visibility/visibility-on-distant-descendant-expected.png: Added.
1022 * compositing/visibility/visibility-on-distant-descendant-expected.txt: Added.
1023 * compositing/visibility/visibility-on-distant-descendant.html: Added.
1025 2013-02-06 Gregg Tavares <gman@chromium.org>
1027 Adds the WebGL Conformance Test ogles support files.
1028 https://bugs.webkit.org/show_bug.cgi?id=109063
1030 Reviewed by Kenneth Russell.
1032 Note: This was reviewed offline because the patch was too large to upload to
1033 bugs.webkit.org. It doesn't add any LayoutTests. It only adds support files.
1035 * webgl/resources/webgl_test_files/conformance/ogles/GL/abs/abs_float_frag_xvary.frag: Added.
1036 * webgl/resources/webgl_test_files/conformance/ogles/GL/abs/abs_float_frag_xvary_ref.frag: Added.
1037 * webgl/resources/webgl_test_files/conformance/ogles/GL/abs/abs_float_vert_xvary.vert: Added.
1038 * webgl/resources/webgl_test_files/conformance/ogles/GL/abs/abs_float_vert_xvary_ref.vert: Added.
1039 * webgl/resources/webgl_test_files/conformance/ogles/GL/abs/abs_vec2_frag_xvary.frag: Added.
1040 * webgl/resources/webgl_test_files/conformance/ogles/GL/abs/abs_vec2_frag_xvary_ref.frag: Added.
1041 * webgl/resources/webgl_test_files/conformance/ogles/GL/abs/abs_vec2_vert_xvary.vert: Added.
1042 * webgl/resources/webgl_test_files/conformance/ogles/GL/abs/abs_vec2_vert_xvary_ref.vert: Added.
1043 * webgl/resources/webgl_test_files/conformance/ogles/GL/abs/abs_vec3_frag_xvary.frag: Added.
1044 * webgl/resources/webgl_test_files/conformance/ogles/GL/abs/abs_vec3_frag_xvary_ref.frag: Added.
1045 * webgl/resources/webgl_test_files/conformance/ogles/GL/abs/abs_vec3_vert_xvary.vert: Added.
1046 * webgl/resources/webgl_test_files/conformance/ogles/GL/abs/abs_vec3_vert_xvary_ref.vert: Added.
1047 * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_float_frag_xvary.frag: Added.
1048 * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_float_frag_xvary_ref.frag: Added.
1049 * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_float_vert_xvary.vert: Added.
1050 * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_float_vert_xvary_ref.vert: Added.
1051 * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_vec2_frag_xvary.frag: Added.
1052 * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_vec2_frag_xvary_ref.frag: Added.
1053 * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_vec2_vert_xvary.vert: Added.
1054 * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_vec2_vert_xvary_ref.vert: Added.
1055 * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_vec3_frag_xvary.frag: Added.
1056 * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_vec3_frag_xvary_ref.frag: Added.
1057 * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_vec3_vert_xvary.vert: Added.
1058 * webgl/resources/webgl_test_files/conformance/ogles/GL/acos/acos_vec3_vert_xvary_ref.vert: Added.
1059 * webgl/resources/webgl_test_files/conformance/ogles/GL/all/all_bvec2_frag.frag: Added.
1060 * webgl/resources/webgl_test_files/conformance/ogles/GL/all/all_bvec2_frag_ref.frag: Added.
1061 * webgl/resources/webgl_test_files/conformance/ogles/GL/all/all_bvec2_vert.vert: Added.
1062 * webgl/resources/webgl_test_files/conformance/ogles/GL/all/all_bvec2_vert_ref.vert: Added.
1063 * webgl/resources/webgl_test_files/conformance/ogles/GL/all/all_bvec3_frag.frag: Added.
1064 * webgl/resources/webgl_test_files/conformance/ogles/GL/all/all_bvec3_frag_ref.frag: Added.
1065 * webgl/resources/webgl_test_files/conformance/ogles/GL/all/all_bvec3_vert.vert: Added.
1066 * webgl/resources/webgl_test_files/conformance/ogles/GL/all/all_bvec3_vert_ref.vert: Added.
1067 * webgl/resources/webgl_test_files/conformance/ogles/GL/any/any_bvec2_frag.frag: Added.
1068 * webgl/resources/webgl_test_files/conformance/ogles/GL/any/any_bvec2_frag_ref.frag: Added.
1069 * webgl/resources/webgl_test_files/conformance/ogles/GL/any/any_bvec2_vert.vert: Added.
1070 * webgl/resources/webgl_test_files/conformance/ogles/GL/any/any_bvec2_vert_ref.vert: Added.
1071 * webgl/resources/webgl_test_files/conformance/ogles/GL/any/any_bvec3_frag.frag: Added.
1072 * webgl/resources/webgl_test_files/conformance/ogles/GL/any/any_bvec3_frag_ref.frag: Added.
1073 * webgl/resources/webgl_test_files/conformance/ogles/GL/any/any_bvec3_vert.vert: Added.
1074 * webgl/resources/webgl_test_files/conformance/ogles/GL/any/any_bvec3_vert_ref.vert: Added.
1075 * webgl/resources/webgl_test_files/conformance/ogles/GL/array/empty_empty_array_float_frag.frag: Added.
1076 * webgl/resources/webgl_test_files/conformance/ogles/GL/array/empty_empty_array_float_vert.vert: Added.
1077 * webgl/resources/webgl_test_files/conformance/ogles/GL/array/empty_uniform_array_float_frag.frag: Added.
1078 * webgl/resources/webgl_test_files/conformance/ogles/GL/array/empty_uniform_array_float_vert.vert: Added.
1079 * webgl/resources/webgl_test_files/conformance/ogles/GL/array/initfunc_empty_array_float_frag.frag: Added.
1080 * webgl/resources/webgl_test_files/conformance/ogles/GL/array/initfunc_empty_array_float_vert.vert: Added.
1081 * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_float_frag_xvary.frag: Added.
1082 * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_float_frag_xvary_ref.frag: Added.
1083 * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_float_vert_xvary.vert: Added.
1084 * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_float_vert_xvary_ref.vert: Added.
1085 * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_vec2_frag_xvary.frag: Added.
1086 * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_vec2_frag_xvary_ref.frag: Added.
1087 * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_vec2_vert_xvary.vert: Added.
1088 * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_vec2_vert_xvary_ref.vert: Added.
1089 * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_vec3_frag_xvary.frag: Added.
1090 * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_vec3_frag_xvary_ref.frag: Added.
1091 * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_vec3_vert_xvary.vert: Added.
1092 * webgl/resources/webgl_test_files/conformance/ogles/GL/asin/asin_vec3_vert_xvary_ref.vert: Added.
1093 * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_float_frag_xvary.frag: Added.
1094 * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_float_frag_xvary_ref.frag: Added.
1095 * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_float_frag_xvaryyvary.frag: Added.
1096 * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_float_frag_xvaryyvary_ref.frag: Added.
1097 * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_float_vert_xvary.vert: Added.
1098 * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_float_vert_xvary_ref.vert: Added.
1099 * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_float_vert_xvaryyvary.vert: Added.
1100 * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_float_vert_xvaryyvary_ref.vert: Added.
1101 * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec2_frag_xvary.frag: Added.
1102 * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec2_frag_xvary_ref.frag: Added.
1103 * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec2_frag_xvaryyvary.frag: Added.
1104 * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec2_frag_xvaryyvary_ref.frag: Added.
1105 * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec2_vert_xvary.vert: Added.
1106 * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec2_vert_xvary_ref.vert: Added.
1107 * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec2_vert_xvaryyvary.vert: Added.
1108 * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec2_vert_xvaryyvary_ref.vert: Added.
1109 * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec3_frag_xvary.frag: Added.
1110 * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec3_frag_xvary_ref.frag: Added.
1111 * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec3_frag_xvaryyvary.frag: Added.
1112 * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec3_frag_xvaryyvary_ref.frag: Added.
1113 * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec3_vert_xvary.vert: Added.
1114 * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec3_vert_xvary_ref.vert: Added.
1115 * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec3_vert_xvaryyvary.vert: Added.
1116 * webgl/resources/webgl_test_files/conformance/ogles/GL/atan/atan_vec3_vert_xvaryyvary_ref.vert: Added.
1117 * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxCombinedTextureImageUnits_frag.frag: Added.
1118 * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxCombinedTextureImageUnits_vert.vert: Added.
1119 * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxDrawBuffers_frag.frag: Added.
1120 * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxDrawBuffers_vert.vert: Added.
1121 * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxFragmentUniformVectors_frag.frag: Added.
1122 * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxFragmentUniformVectors_vert.vert: Added.
1123 * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxTextureImageUnits_frag.frag: Added.
1124 * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxTextureImageUnits_vert.vert: Added.
1125 * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxVaryingVectors_frag.frag: Added.
1126 * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxVaryingVectors_vert.vert: Added.
1127 * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxVertexAttribs_frag.frag: Added.
1128 * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxVertexAttribs_vert.vert: Added.
1129 * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxVertexTextureImageUnits_frag.frag: Added.
1130 * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxVertexTextureImageUnits_vert.vert: Added.
1131 * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxVertexUniformVectors_frag.frag: Added.
1132 * webgl/resources/webgl_test_files/conformance/ogles/GL/biConstants/gl_MaxVertexUniformVectors_vert.vert: Added.
1133 * webgl/resources/webgl_test_files/conformance/ogles/GL/biuDepthRange/DepthRange_frag.frag: Added.
1134 * webgl/resources/webgl_test_files/conformance/ogles/GL/biuDepthRange/DepthRange_vert.vert: Added.
1135 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CG_Data_Types_frag.frag: Added.
1136 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CG_Standard_Library_frag.frag: Added.
1137 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectBuiltInOveride_frag.frag: Added.
1138 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectComma_frag.frag: Added.
1139 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectConstFolding1_vert.vert: Added.
1140 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectConstFolding2_vert.vert: Added.
1141 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectConstruct_vert.vert: Added.
1142 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectExtension10_V100_frag.frag: Added.
1143 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectExtension1_V100_frag.frag: Added.
1144 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectExtension4_V100_frag.frag: Added.
1145 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectFull_vert.vert: Added.
1146 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectFuncOverload_frag.frag: Added.
1147 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectFuncOverload_vert.vert: Added.
1148 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectFunction1_vert.vert: Added.
1149 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectModule_frag.frag: Added.
1150 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectParse1_frag.frag: Added.
1151 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectParse2_frag.frag: Added.
1152 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectParse2_vert.vert: Added.
1153 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectParseTest1_frag.frag: Added.
1154 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectParseTest_frag.frag: Added.
1155 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectPreprocess5_frag.frag: Added.
1156 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectPreprocess8_frag.frag: Added.
1157 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectPreprocess9_frag.frag: Added.
1158 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectSwizzle1_frag.frag: Added.
1159 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectSwizzle1_vert.vert: Added.
1160 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectSwizzle2_frag.frag: Added.
1161 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectSwizzle2_vert.vert: Added.
1162 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectSwizzle3_frag.frag: Added.
1163 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/CorrectVersion_V100_frag.frag: Added.
1164 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/DuplicateVersion1_V100_frag.frag: Added.
1165 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/FunctionParam_vert.vert: Added.
1166 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/Include_Preprocessor_Directive_frag.frag: Added.
1167 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/Low_Level_Assembly_Reserved_Words_frag.frag: Added.
1168 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/Main_Parameters_vert.vert: Added.
1169 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/ParseTest3_frag.frag: Added.
1170 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/ParseTest4_frag.frag: Added.
1171 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/Permissive_Constant_Conversions_frag.frag: Added.
1172 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/Permissive_Scalar_Vector_Expressions_frag.frag: Added.
1173 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/TernaryOp_frag.frag: Added.
1174 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/Texture_Rectangle_Samplers_frag.frag: Added.
1175 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/array10_frag.frag: Added.
1176 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/array11_frag.frag: Added.
1177 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/array1_frag.frag: Added.
1178 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/array2_frag.frag: Added.
1179 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/array3_frag.frag: Added.
1180 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/array4_frag.frag: Added.
1181 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/array5_frag.frag: Added.
1182 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/array6_frag.frag: Added.
1183 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/array7_frag.frag: Added.
1184 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/array8_frag.frag: Added.
1185 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/array9_frag.frag: Added.
1186 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/attribute1_vert.vert: Added.
1187 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/attribute2_vert.vert: Added.
1188 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/attribute_frag.frag: Added.
1189 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/attribute_vert.vert: Added.
1190 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/break_frag.frag: Added.
1191 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/comma1_vert.vert: Added.
1192 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/comma2_frag.frag: Added.
1193 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/comma2_vert.vert: Added.
1194 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/comma3_vert.vert: Added.
1195 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/comment_frag.frag: Added.
1196 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/conditional1_frag.frag: Added.
1197 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/conditional2_frag.frag: Added.
1198 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/conditional3_frag.frag: Added.
1199 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/constFunc_frag.frag: Added.
1200 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/constructor1_frag.frag: Added.
1201 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/constructor2_frag.frag: Added.
1202 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/constructor3_V100_frag.frag: Added.
1203 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/continue_frag.frag: Added.
1204 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/dataType10_frag.frag: Added.
1205 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/dataType11_frag.frag: Added.
1206 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/dataType12_frag.frag: Added.
1207 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/dataType13_frag.frag: Added.
1208 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/dataType19_frag.frag: Added.
1209 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/dataType1_frag.frag: Added.
1210 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/dataType2_frag.frag: Added.
1211 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/dataType3_frag.frag: Added.
1212 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/dataType4_frag.frag: Added.
1213 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/dataType5_frag.frag: Added.
1214 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/dataType6_frag.frag: Added.
1215 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/dataType7_frag.frag: Added.
1216 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/dataType8_frag.frag: Added.
1217 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/dataType9_frag.frag: Added.
1218 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/default.frag: Added.
1219 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/default.vert: Added.
1220 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/dowhile_frag.frag: Added.
1221 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/dvec2_frag.frag: Added.
1222 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/dvec3_frag.frag: Added.
1223 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/dvec4_frag.frag: Added.
1224 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/extension2_V100_frag.frag: Added.
1225 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/extension3_V100_frag.frag: Added.
1226 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/extension5_V100_frag.frag: Added.
1227 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/extension6_V100_frag.frag: Added.
1228 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/extension7_V100_frag.frag: Added.
1229 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/extension8_V100_frag.frag: Added.
1230 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/extension9_V100_frag.frag: Added.
1231 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/float2_frag.frag: Added.
1232 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/float3_frag.frag: Added.
1233 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/float4_frag.frag: Added.
1234 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/fragmentOnly1_vert.vert: Added.
1235 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/fragmentOnly2_vert.vert: Added.
1236 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/fragmentOnly3_vert.vert: Added.
1237 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/fragmentOnly4_vert.vert: Added.
1238 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/fragmentOnly_vert.vert: Added.
1239 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/function10_frag.frag: Added.
1240 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/function1_frag.frag: Added.
1241 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/function2_V100_frag.frag: Added.
1242 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/function3_frag.frag: Added.
1243 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/function4_frag.frag: Added.
1244 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/function6_frag.frag: Added.
1245 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/function7_frag.frag: Added.
1246 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/function8_frag.frag: Added.
1247 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/function9_frag.frag: Added.
1248 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/hvec2_frag.frag: Added.
1249 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/hvec3_frag.frag: Added.
1250 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/hvec4_frag.frag: Added.
1251 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/identifier1_frag.frag: Added.
1252 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/identifier2_frag.frag: Added.
1253 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/identifier3_frag.frag: Added.
1254 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/if1_frag.frag: Added.
1255 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/if2_frag.frag: Added.
1256 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/increment1_frag.frag: Added.
1257 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/increment2_frag.frag: Added.
1258 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/increment3_frag.frag: Added.
1259 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/increment4_frag.frag: Added.
1260 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/increment6_frag.frag: Added.
1261 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/main1_vert.vert: Added.
1262 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/main2_vert.vert: Added.
1263 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/main3_vert.vert: Added.
1264 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/matrix_V100_frag.frag: Added.
1265 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/normal_vert.vert: Added.
1266 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/parser10_frag.frag: Added.
1267 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/parser1_vert.vert: Added.
1268 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/parser3_frag.frag: Added.
1269 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/parser4_frag.frag: Added.
1270 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/parser5_frag.frag: Added.
1271 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/parser6_frag.frag: Added.
1272 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/parser7_frag.frag: Added.
1273 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/parser8_frag.frag: Added.
1274 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/parser9_frag.frag: Added.
1275 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/preprocess0_frag.frag: Added.
1276 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/preprocess10_frag.frag: Added.
1277 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/preprocess1_frag.frag: Added.
1278 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/preprocess2_frag.frag: Added.
1279 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/preprocess3_frag.frag: Added.
1280 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/preprocess4_frag.frag: Added.
1281 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/preprocess6_frag.frag: Added.
1282 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/preprocess7_frag.frag: Added.
1283 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/scoping1_frag.frag: Added.
1284 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/scoping2_frag.frag: Added.
1285 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/struct10_frag.frag: Added.
1286 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/struct11_frag.frag: Added.
1287 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/struct1_frag.frag: Added.
1288 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/struct2_frag.frag: Added.
1289 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/struct3_frag.frag: Added.
1290 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/struct4_frag.frag: Added.
1291 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/struct5_frag.frag: Added.
1292 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/struct6_frag.frag: Added.
1293 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/struct7_frag.frag: Added.
1294 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/struct8_frag.frag: Added.
1295 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/struct9_frag.frag: Added.
1296 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/swizzle1_frag.frag: Added.
1297 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/swizzle2_frag.frag: Added.
1298 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/swizzle3_frag.frag: Added.
1299 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/typecast_frag.frag: Added.
1300 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/uniform1_frag.frag: Added.
1301 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/uniform_frag.frag: Added.
1302 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/varying1_frag.frag: Added.
1303 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/varying2_frag.frag: Added.
1304 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/varying3_frag.frag: Added.
1305 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/varying_frag.frag: Added.
1306 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/vector_frag.frag: Added.
1307 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/version2_V100_frag.frag: Added.
1308 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/version3_V100_frag.frag: Added.
1309 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/vertexOnly2_frag.frag: Added.
1310 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/vertexOnly_frag.frag: Added.
1311 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/vertex_vert.vert: Added.
1312 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/while1_frag.frag: Added.
1313 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/while2_frag.frag: Added.
1314 * webgl/resources/webgl_test_files/conformance/ogles/GL/build/while_frag.frag: Added.
1315 * webgl/resources/webgl_test_files/conformance/ogles/GL/built_in_varying_array_out_of_bounds/gl_Color_array_index_out_of_bounds_frag.frag: Added.
1316 * webgl/resources/webgl_test_files/conformance/ogles/GL/ceil/ceil_float_frag_xvary.frag: Added.
1317 * webgl/resources/webgl_test_files/conformance/ogles/GL/ceil/ceil_float_frag_xvary_ref.frag: Added.
1318 * webgl/resources/webgl_test_files/conformance/ogles/GL/ceil/ceil_float_vert_xvary.vert: Added.
1319 * webgl/resources/webgl_test_files/conformance/ogles/GL/ceil/ceil_float_vert_xvary_ref.vert: Added.
1320 * webgl/resources/webgl_test_files/conformance/ogles/GL/ceil/ceil_vec2_frag_xvary.frag: Added.
1321 * webgl/resources/webgl_test_files/conformance/ogles/GL/ceil/ceil_vec2_frag_xvary_ref.frag: Added.
1322 * webgl/resources/webgl_test_files/conformance/ogles/GL/ceil/ceil_vec2_vert_xvary.vert: Added.
1323 * webgl/resources/webgl_test_files/conformance/ogles/GL/ceil/ceil_vec2_vert_xvary_ref.vert: Added.
1324 * webgl/resources/webgl_test_files/conformance/ogles/GL/ceil/ceil_vec3_frag_xvary.frag: Added.
1325 * webgl/resources/webgl_test_files/conformance/ogles/GL/ceil/ceil_vec3_frag_xvary_ref.frag: Added.
1326 * webgl/resources/webgl_test_files/conformance/ogles/GL/ceil/ceil_vec3_vert_xvary.vert: Added.
1327 * webgl/resources/webgl_test_files/conformance/ogles/GL/ceil/ceil_vec3_vert_xvary_ref.vert: Added.
1328 * webgl/resources/webgl_test_files/conformance/ogles/GL/clamp/clamp_float_frag_xvary_yconstquarter.frag: Added.
1329 * webgl/resources/webgl_test_files/conformance/ogles/GL/clamp/clamp_float_frag_xvary_yconstquarter_ref.frag: Added.
1330 * webgl/resources/webgl_test_files/conformance/ogles/GL/clamp/clamp_float_vert_xvary_yconstquarter.vert: Added.
1331 * webgl/resources/webgl_test_files/conformance/ogles/GL/clamp/clamp_float_vert_xvary_yconstquarter_ref.vert: Added.
1332 * webgl/resources/webgl_test_files/conformance/ogles/GL/clamp/clamp_vec2_frag_xvary_yconstquarter.frag: Added.
1333 * webgl/resources/webgl_test_files/conformance/ogles/GL/clamp/clamp_vec2_frag_xvary_yconstquarter_ref.frag: Added.
1334 * webgl/resources/webgl_test_files/conformance/ogles/GL/clamp/clamp_vec2_vert_xvary_yconstquarter.vert: Added.
1335 * webgl/resources/webgl_test_files/conformance/ogles/GL/clamp/clamp_vec2_vert_xvary_yconstquarter_ref.vert: Added.
1336 * webgl/resources/webgl_test_files/conformance/ogles/GL/clamp/clamp_vec3_frag_xvary_yconstquarter.frag: Added.
1337 * webgl/resources/webgl_test_files/conformance/ogles/GL/clamp/clamp_vec3_frag_xvary_yconstquarter_ref.frag: Added.
1338 * webgl/resources/webgl_test_files/conformance/ogles/GL/clamp/clamp_vec3_vert_xvary_yconstquarter.vert: Added.
1339 * webgl/resources/webgl_test_files/conformance/ogles/GL/clamp/clamp_vec3_vert_xvary_yconstquarter_ref.vert: Added.
1340 * webgl/resources/webgl_test_files/conformance/ogles/GL/control_flow/for_break_frag.frag: Added.
1341 * webgl/resources/webgl_test_files/conformance/ogles/GL/control_flow/for_break_vert.vert: Added.
1342 * webgl/resources/webgl_test_files/conformance/ogles/GL/control_flow/for_continue_frag.frag: Added.
1343 * webgl/resources/webgl_test_files/conformance/ogles/GL/control_flow/for_continue_vert.vert: Added.
1344 * webgl/resources/webgl_test_files/conformance/ogles/GL/control_flow/for_nested_break_frag.frag: Added.
1345 * webgl/resources/webgl_test_files/conformance/ogles/GL/control_flow/for_nested_break_vert.vert: Added.
1346 * webgl/resources/webgl_test_files/conformance/ogles/GL/control_flow/for_nested_continue_frag.frag: Added.
1347 * webgl/resources/webgl_test_files/conformance/ogles/GL/control_flow/for_nested_continue_vert.vert: Added.
1348 * webgl/resources/webgl_test_files/conformance/ogles/GL/control_flow/nested_if_else_frag.frag: Added.
1349 * webgl/resources/webgl_test_files/conformance/ogles/GL/control_flow/nested_if_else_vert.vert: Added.
1350 * webgl/resources/webgl_test_files/conformance/ogles/GL/cos/cos_float_frag_xvary.frag: Added.
1351 * webgl/resources/webgl_test_files/conformance/ogles/GL/cos/cos_float_frag_xvary_ref.frag: Added.
1352 * webgl/resources/webgl_test_files/conformance/ogles/GL/cos/cos_float_vert_xvary.vert: Added.
1353 * webgl/resources/webgl_test_files/conformance/ogles/GL/cos/cos_float_vert_xvary_ref.vert: Added.
1354 * webgl/resources/webgl_test_files/conformance/ogles/GL/cos/cos_vec2_frag_xvary.frag: Added.
1355 * webgl/resources/webgl_test_files/conformance/ogles/GL/cos/cos_vec2_frag_xvary_ref.frag: Added.
1356 * webgl/resources/webgl_test_files/conformance/ogles/GL/cos/cos_vec2_vert_xvary.vert: Added.
1357 * webgl/resources/webgl_test_files/conformance/ogles/GL/cos/cos_vec2_vert_xvary_ref.vert: Added.
1358 * webgl/resources/webgl_test_files/conformance/ogles/GL/cos/cos_vec3_frag_xvary.frag: Added.
1359 * webgl/resources/webgl_test_files/conformance/ogles/GL/cos/cos_vec3_frag_xvary_ref.frag: Added.
1360 * webgl/resources/webgl_test_files/conformance/ogles/GL/cos/cos_vec3_vert_xvary.vert: Added.
1361 * webgl/resources/webgl_test_files/conformance/ogles/GL/cos/cos_vec3_vert_xvary_ref.vert: Added.
1362 * webgl/resources/webgl_test_files/conformance/ogles/GL/cross/cross_vec3_frag_xvaryyconst.frag: Added.
1363 * webgl/resources/webgl_test_files/conformance/ogles/GL/cross/cross_vec3_frag_xvaryyconst_ref.frag: Added.
1364 * webgl/resources/webgl_test_files/conformance/ogles/GL/cross/cross_vec3_vert_xvaryyconst.vert: Added.
1365 * webgl/resources/webgl_test_files/conformance/ogles/GL/cross/cross_vec3_vert_xvaryyconst_ref.vert: Added.
1366 * webgl/resources/webgl_test_files/conformance/ogles/GL/default/default.frag: Added.
1367 * webgl/resources/webgl_test_files/conformance/ogles/GL/default/default.vert: Added.
1368 * webgl/resources/webgl_test_files/conformance/ogles/GL/default/default_textured.frag: Added.
1369 * webgl/resources/webgl_test_files/conformance/ogles/GL/default/default_textured.vert: Added.
1370 * webgl/resources/webgl_test_files/conformance/ogles/GL/default/expected.frag: Added.
1371 * webgl/resources/webgl_test_files/conformance/ogles/GL/degrees/degrees_float_frag_xvary.frag: Added.
1372 * webgl/resources/webgl_test_files/conformance/ogles/GL/degrees/degrees_float_frag_xvary_ref.frag: Added.
1373 * webgl/resources/webgl_test_files/conformance/ogles/GL/degrees/degrees_float_vert_xvary.vert: Added.
1374 * webgl/resources/webgl_test_files/conformance/ogles/GL/degrees/degrees_float_vert_xvary_ref.vert: Added.
1375 * webgl/resources/webgl_test_files/conformance/ogles/GL/degrees/degrees_vec2_frag_xvary.frag: Added.
1376 * webgl/resources/webgl_test_files/conformance/ogles/GL/degrees/degrees_vec2_frag_xvary_ref.frag: Added.
1377 * webgl/resources/webgl_test_files/conformance/ogles/GL/degrees/degrees_vec2_vert_xvary.vert: Added.
1378 * webgl/resources/webgl_test_files/conformance/ogles/GL/degrees/degrees_vec2_vert_xvary_ref.vert: Added.
1379 * webgl/resources/webgl_test_files/conformance/ogles/GL/degrees/degrees_vec3_frag_xvary.frag: Added.
1380 * webgl/resources/webgl_test_files/conformance/ogles/GL/degrees/degrees_vec3_frag_xvary_ref.frag: Added.
1381 * webgl/resources/webgl_test_files/conformance/ogles/GL/degrees/degrees_vec3_vert_xvary.vert: Added.
1382 * webgl/resources/webgl_test_files/conformance/ogles/GL/degrees/degrees_vec3_vert_xvary_ref.vert: Added.
1383 * webgl/resources/webgl_test_files/conformance/ogles/GL/discard/discard_cond_frag.frag: Added.
1384 * webgl/resources/webgl_test_files/conformance/ogles/GL/discard/discard_cond_frag_ref.frag: Added.
1385 * webgl/resources/webgl_test_files/conformance/ogles/GL/discard/discard_frag.frag: Added.
1386 * webgl/resources/webgl_test_files/conformance/ogles/GL/distance/distance_float_frag_xvaryyhalf.frag: Added.
1387 * webgl/resources/webgl_test_files/conformance/ogles/GL/distance/distance_float_frag_xvaryyhalf_ref.frag: Added.
1388 * webgl/resources/webgl_test_files/conformance/ogles/GL/distance/distance_float_vert_xvaryyhalf.vert: Added.
1389 * webgl/resources/webgl_test_files/conformance/ogles/GL/distance/distance_float_vert_xvaryyhalf_ref.vert: Added.
1390 * webgl/resources/webgl_test_files/conformance/ogles/GL/distance/distance_vec2_frag_xvaryyhalf.frag: Added.
1391 * webgl/resources/webgl_test_files/conformance/ogles/GL/distance/distance_vec2_frag_xvaryyhalf_ref.frag: Added.
1392 * webgl/resources/webgl_test_files/conformance/ogles/GL/distance/distance_vec2_vert_xvaryyhalf.vert: Added.
1393 * webgl/resources/webgl_test_files/conformance/ogles/GL/distance/distance_vec2_vert_xvaryyhalf_ref.vert: Added.
1394 * webgl/resources/webgl_test_files/conformance/ogles/GL/distance/distance_vec3_frag_xvaryyhalf.frag: Added.
1395 * webgl/resources/webgl_test_files/conformance/ogles/GL/distance/distance_vec3_frag_xvaryyhalf_ref.frag: Added.
1396 * webgl/resources/webgl_test_files/conformance/ogles/GL/distance/distance_vec3_vert_xvaryyhalf.vert: Added.
1397 * webgl/resources/webgl_test_files/conformance/ogles/GL/distance/distance_vec3_vert_xvaryyhalf_ref.vert: Added.
1398 * webgl/resources/webgl_test_files/conformance/ogles/GL/dot/dot_float_frag_xvaryyone.frag: Added.
1399 * webgl/resources/webgl_test_files/conformance/ogles/GL/dot/dot_float_frag_xvaryyone_ref.frag: Added.
1400 * webgl/resources/webgl_test_files/conformance/ogles/GL/dot/dot_float_vert_xvaryyone.vert: Added.
1401 * webgl/resources/webgl_test_files/conformance/ogles/GL/dot/dot_float_vert_xvaryyone_ref.vert: Added.
1402 * webgl/resources/webgl_test_files/conformance/ogles/GL/dot/dot_vec2_frag_xvaryyhalf.frag: Added.
1403 * webgl/resources/webgl_test_files/conformance/ogles/GL/dot/dot_vec2_frag_xvaryyhalf_ref.frag: Added.
1404 * webgl/resources/webgl_test_files/conformance/ogles/GL/dot/dot_vec2_vert_xvaryyhalf.vert: Added.
1405 * webgl/resources/webgl_test_files/conformance/ogles/GL/dot/dot_vec2_vert_xvaryyhalf_ref.vert: Added.
1406 * webgl/resources/webgl_test_files/conformance/ogles/GL/dot/dot_vec3_frag_xvaryythird.frag: Added.
1407 * webgl/resources/webgl_test_files/conformance/ogles/GL/dot/dot_vec3_frag_xvaryythird_ref.frag: Added.
1408 * webgl/resources/webgl_test_files/conformance/ogles/GL/dot/dot_vec3_vert_xvaryythird.vert: Added.
1409 * webgl/resources/webgl_test_files/conformance/ogles/GL/dot/dot_vec3_vert_xvaryythird_ref.vert: Added.
1410 * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_bvec2_frag.frag: Added.
1411 * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_bvec2_frag_ref.frag: Added.
1412 * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_bvec2_vert.vert: Added.
1413 * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_bvec2_vert_ref.vert: Added.
1414 * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_bvec3_frag.frag: Added.
1415 * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_bvec3_frag_ref.frag: Added.
1416 * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_bvec3_vert.vert: Added.
1417 * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_bvec3_vert_ref.vert: Added.
1418 * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_ivec2_frag.frag: Added.
1419 * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_ivec2_frag_ref.frag: Added.
1420 * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_ivec2_vert.vert: Added.
1421 * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_ivec2_vert_ref.vert: Added.
1422 * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_ivec3_frag.frag: Added.
1423 * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_ivec3_frag_ref.frag: Added.
1424 * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_ivec3_vert.vert: Added.
1425 * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_ivec3_vert_ref.vert: Added.
1426 * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_vec2_frag.frag: Added.
1427 * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_vec2_frag_ref.frag: Added.
1428 * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_vec2_vert.vert: Added.
1429 * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_vec2_vert_ref.vert: Added.
1430 * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_vec3_frag.frag: Added.
1431 * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_vec3_frag_ref.frag: Added.
1432 * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_vec3_vert.vert: Added.
1433 * webgl/resources/webgl_test_files/conformance/ogles/GL/equal/equal_vec3_vert_ref.vert: Added.
1434 * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_float_frag_xvary.frag: Added.
1435 * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_float_frag_xvary_ref.frag: Added.
1436 * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_float_frag_xvaryneg.frag: Added.
1437 * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_float_frag_xvaryneg_ref.frag: Added.
1438 * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_float_vert_xvary.vert: Added.
1439 * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_float_vert_xvary_ref.vert: Added.
1440 * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_float_vert_xvaryneg.vert: Added.
1441 * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_float_vert_xvaryneg_ref.vert: Added.
1442 * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_vec2_frag_xvary.frag: Added.
1443 * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_vec2_frag_xvary_ref.frag: Added.
1444 * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_vec2_frag_xvaryneg.frag: Added.
1445 * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_vec2_frag_xvaryneg_ref.frag: Added.
1446 * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_vec2_vert_xvary.vert: Added.
1447 * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_vec2_vert_xvary_ref.vert: Added.
1448 * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_vec2_vert_xvaryneg.vert: Added.
1449 * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_vec2_vert_xvaryneg_ref.vert: Added.
1450 * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_vec3_frag_xvary.frag: Added.
1451 * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_vec3_frag_xvary_ref.frag: Added.
1452 * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_vec3_frag_xvaryneg.frag: Added.
1453 * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_vec3_frag_xvaryneg_ref.frag: Added.
1454 * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_vec3_vert_xvary.vert: Added.
1455 * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_vec3_vert_xvary_ref.vert: Added.
1456 * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_vec3_vert_xvaryneg.vert: Added.
1457 * webgl/resources/webgl_test_files/conformance/ogles/GL/exp/exp_vec3_vert_xvaryneg_ref.vert: Added.
1458 * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_float_frag_xvary.frag: Added.
1459 * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_float_frag_xvary_ref.frag: Added.
1460 * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_float_frag_xvaryneg.frag: Added.
1461 * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_float_frag_xvaryneg_ref.frag: Added.
1462 * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_float_vert_xvary.vert: Added.
1463 * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_float_vert_xvary_ref.vert: Added.
1464 * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_float_vert_xvaryneg.vert: Added.
1465 * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_float_vert_xvaryneg_ref.vert: Added.
1466 * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_vec2_frag_xvary.frag: Added.
1467 * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_vec2_frag_xvary_ref.frag: Added.
1468 * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_vec2_frag_xvaryneg.frag: Added.
1469 * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_vec2_frag_xvaryneg_ref.frag: Added.
1470 * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_vec2_vert_xvary.vert: Added.
1471 * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_vec2_vert_xvary_ref.vert: Added.
1472 * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_vec2_vert_xvaryneg.vert: Added.
1473 * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_vec2_vert_xvaryneg_ref.vert: Added.
1474 * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_vec3_frag_xvary.frag: Added.
1475 * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_vec3_frag_xvary_ref.frag: Added.
1476 * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_vec3_frag_xvaryneg.frag: Added.
1477 * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_vec3_frag_xvaryneg_ref.frag: Added.
1478 * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_vec3_vert_xvary.vert: Added.
1479 * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_vec3_vert_xvary_ref.vert: Added.
1480 * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_vec3_vert_xvaryneg.vert: Added.
1481 * webgl/resources/webgl_test_files/conformance/ogles/GL/exp2/exp2_vec3_vert_xvaryneg_ref.vert: Added.
1482 * webgl/resources/webgl_test_files/conformance/ogles/GL/faceforward/faceforward_float_frag_nvaryiconst.frag: Added.
1483 * webgl/resources/webgl_test_files/conformance/ogles/GL/faceforward/faceforward_float_frag_nvaryiconst_ref.frag: Added.
1484 * webgl/resources/webgl_test_files/conformance/ogles/GL/faceforward/faceforward_float_vert_nvaryiconst.vert: Added.
1485 * webgl/resources/webgl_test_files/conformance/ogles/GL/faceforward/faceforward_float_vert_nvaryiconst_ref.vert: Added.
1486 * webgl/resources/webgl_test_files/conformance/ogles/GL/faceforward/faceforward_vec2_frag_nvaryiconst.frag: Added.
1487 * webgl/resources/webgl_test_files/conformance/ogles/GL/faceforward/faceforward_vec2_frag_nvaryiconst_ref.frag: Added.
1488 * webgl/resources/webgl_test_files/conformance/ogles/GL/faceforward/faceforward_vec2_vert_nvaryiconst.vert: Added.
1489 * webgl/resources/webgl_test_files/conformance/ogles/GL/faceforward/faceforward_vec2_vert_nvaryiconst_ref.vert: Added.
1490 * webgl/resources/webgl_test_files/conformance/ogles/GL/faceforward/faceforward_vec3_frag_nvaryiconst.frag: Added.
1491 * webgl/resources/webgl_test_files/conformance/ogles/GL/faceforward/faceforward_vec3_frag_nvaryiconst_ref.frag: Added.
1492 * webgl/resources/webgl_test_files/conformance/ogles/GL/faceforward/faceforward_vec3_vert_nvaryiconst.vert: Added.
1493 * webgl/resources/webgl_test_files/conformance/ogles/GL/faceforward/faceforward_vec3_vert_nvaryiconst_ref.vert: Added.
1494 * webgl/resources/webgl_test_files/conformance/ogles/GL/floor/floor_float_frag_xvary.frag: Added.
1495 * webgl/resources/webgl_test_files/conformance/ogles/GL/floor/floor_float_frag_xvary_ref.frag: Added.
1496 * webgl/resources/webgl_test_files/conformance/ogles/GL/floor/floor_float_vert_xvary.vert: Added.
1497 * webgl/resources/webgl_test_files/conformance/ogles/GL/floor/floor_float_vert_xvary_ref.vert: Added.
1498 * webgl/resources/webgl_test_files/conformance/ogles/GL/floor/floor_vec2_frag_xvary.frag: Added.
1499 * webgl/resources/webgl_test_files/conformance/ogles/GL/floor/floor_vec2_frag_xvary_ref.frag: Added.
1500 * webgl/resources/webgl_test_files/conformance/ogles/GL/floor/floor_vec2_vert_xvary.vert: Added.
1501 * webgl/resources/webgl_test_files/conformance/ogles/GL/floor/floor_vec2_vert_xvary_ref.vert: Added.
1502 * webgl/resources/webgl_test_files/conformance/ogles/GL/floor/floor_vec3_frag_xvary.frag: Added.
1503 * webgl/resources/webgl_test_files/conformance/ogles/GL/floor/floor_vec3_frag_xvary_ref.frag: Added.
1504 * webgl/resources/webgl_test_files/conformance/ogles/GL/floor/floor_vec3_vert_xvary.vert: Added.
1505 * webgl/resources/webgl_test_files/conformance/ogles/GL/floor/floor_vec3_vert_xvary_ref.vert: Added.
1506 * webgl/resources/webgl_test_files/conformance/ogles/GL/fract/fract_float_frag_xvary.frag: Added.
1507 * webgl/resources/webgl_test_files/conformance/ogles/GL/fract/fract_float_frag_xvary_ref.frag: Added.
1508 * webgl/resources/webgl_test_files/conformance/ogles/GL/fract/fract_float_vert_xvary.vert: Added.
1509 * webgl/resources/webgl_test_files/conformance/ogles/GL/fract/fract_float_vert_xvary_ref.vert: Added.
1510 * webgl/resources/webgl_test_files/conformance/ogles/GL/fract/fract_vec2_frag_xvary.frag: Added.
1511 * webgl/resources/webgl_test_files/conformance/ogles/GL/fract/fract_vec2_frag_xvary_ref.frag: Added.
1512 * webgl/resources/webgl_test_files/conformance/ogles/GL/fract/fract_vec2_vert_xvary.vert: Added.
1513 * webgl/resources/webgl_test_files/conformance/ogles/GL/fract/fract_vec2_vert_xvary_ref.vert: Added.
1514 * webgl/resources/webgl_test_files/conformance/ogles/GL/fract/fract_vec3_frag_xvary.frag: Added.
1515 * webgl/resources/webgl_test_files/conformance/ogles/GL/fract/fract_vec3_frag_xvary_ref.frag: Added.
1516 * webgl/resources/webgl_test_files/conformance/ogles/GL/fract/fract_vec3_vert_xvary.vert: Added.
1517 * webgl/resources/webgl_test_files/conformance/ogles/GL/fract/fract_vec3_vert_xvary_ref.vert: Added.
1518 * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/array_float_frag.frag: Added.
1519 * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/array_float_vert.vert: Added.
1520 * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bool_empty_empty_bool_array_frag.frag: Added.
1521 * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bool_empty_empty_bool_array_vert.vert: Added.
1522 * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bool_empty_empty_bool_empty_frag.frag: Added.
1523 * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bool_empty_empty_bool_empty_vert.vert: Added.
1524 * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bool_empty_in_bool_array_frag.frag: Added.
1525 * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bool_empty_in_bool_array_vert.vert: Added.
1526 * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bool_empty_in_bool_empty_frag.frag: Added.
1527 * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bool_empty_in_bool_empty_vert.vert: Added.
1528 * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bool_empty_inout_bool_array_frag.frag: Added.
1529 * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bool_empty_inout_bool_array_vert.vert: Added.
1530 * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bool_empty_inout_bool_empty_frag.frag: Added.
1531 * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bool_empty_inout_bool_empty_vert.vert: Added.
1532 * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bool_empty_out_bool_array_frag.frag: Added.
1533 * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bool_empty_out_bool_array_vert.vert: Added.
1534 * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bool_empty_out_bool_empty_frag.frag: Added.
1535 * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bool_empty_out_bool_empty_vert.vert: Added.
1536 * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bvec4_empty_empty_bvec4_array_frag.frag: Added.
1537 * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bvec4_empty_empty_bvec4_array_vert.vert: Added.
1538 * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bvec4_empty_empty_bvec4_empty_frag.frag: Added.
1539 * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bvec4_empty_empty_bvec4_empty_vert.vert: Added.
1540 * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bvec4_empty_in_bvec4_array_frag.frag: Added.
1541 * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bvec4_empty_in_bvec4_array_vert.vert: Added.
1542 * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bvec4_empty_in_bvec4_empty_frag.frag: Added.
1543 * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bvec4_empty_in_bvec4_empty_vert.vert: Added.
1544 * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bvec4_empty_inout_bvec4_array_frag.frag: Added.
1545 * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bvec4_empty_inout_bvec4_array_vert.vert: Added.
1546 * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bvec4_empty_inout_bvec4_bigarray_frag.frag: Added.
1547 * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bvec4_empty_inout_bvec4_bigarray_vert.vert: Added.
1548 * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bvec4_empty_inout_bvec4_empty_frag.frag: Added.
1549 * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bvec4_empty_inout_bvec4_empty_vert.vert: Added.
1550 * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bvec4_empty_out_bvec4_array_frag.frag: Added.
1551 * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bvec4_empty_out_bvec4_array_vert.vert: Added.
1552 * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bvec4_empty_out_bvec4_empty_frag.frag: Added.
1553 * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/bvec4_empty_out_bvec4_empty_vert.vert: Added.
1554 * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/float_empty_empty_float_array_frag.frag: Added.
1555 * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/float_empty_empty_float_array_vert.vert: Added.
1556 * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/float_empty_empty_float_empty_frag.frag: Added.
1557 * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/float_empty_empty_float_empty_vert.vert: Added.
1558 * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/float_empty_in_float_array_frag.frag: Added.
1559 * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/float_empty_in_float_array_vert.vert: Added.
1560 * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/float_empty_in_float_empty_frag.frag: Added.
1561 * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/float_empty_in_float_empty_vert.vert: Added.
1562 * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/float_empty_inout_float_array_frag.frag: Added.
1563 * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/float_empty_inout_float_array_vert.vert: Added.
1564 * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/float_empty_inout_float_empty_frag.frag: Added.
1565 * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/float_empty_inout_float_empty_vert.vert: Added.
1566 * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/float_empty_out_float_array_frag.frag: Added.
1567 * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/float_empty_out_float_array_vert.vert: Added.
1568 * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/float_empty_out_float_empty_frag.frag: Added.
1569 * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/float_empty_out_float_empty_vert.vert: Added.
1570 * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/int_empty_empty_int_array_frag.frag: Added.
1571 * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/int_empty_empty_int_array_vert.vert: Added.
1572 * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/int_empty_empty_int_empty_frag.frag: Added.
1573 * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/int_empty_empty_int_empty_vert.vert: Added.
1574 * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/int_empty_in_int_array_frag.frag: Added.
1575 * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/int_empty_in_int_array_vert.vert: Added.
1576 * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/int_empty_in_int_empty_frag.frag: Added.
1577 * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/int_empty_in_int_empty_vert.vert: Added.
1578 * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/int_empty_inout_int_array_frag.frag: Added.
1579 * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/int_empty_inout_int_array_vert.vert: Added.
1580 * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/int_empty_inout_int_empty_frag.frag: Added.
1581 * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/int_empty_inout_int_empty_vert.vert: Added.
1582 * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/int_empty_out_int_array_frag.frag: Added.
1583 * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/int_empty_out_int_array_vert.vert: Added.
1584 * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/int_empty_out_int_empty_frag.frag: Added.
1585 * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/int_empty_out_int_empty_vert.vert: Added.
1586 * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/ivec4_empty_empty_ivec4_array_frag.frag: Added.
1587 * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/ivec4_empty_empty_ivec4_array_vert.vert: Added.
1588 * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/ivec4_empty_empty_ivec4_empty_frag.frag: Added.
1589 * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/ivec4_empty_empty_ivec4_empty_vert.vert: Added.
1590 * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/ivec4_empty_in_ivec4_array_frag.frag: Added.
1591 * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/ivec4_empty_in_ivec4_array_vert.vert: Added.
1592 * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/ivec4_empty_in_ivec4_empty_frag.frag: Added.
1593 * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/ivec4_empty_in_ivec4_empty_vert.vert: Added.
1594 * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/ivec4_empty_inout_ivec4_array_frag.frag: Added.
1595 * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/ivec4_empty_inout_ivec4_array_vert.vert: Added.
1596 * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/ivec4_empty_inout_ivec4_bigarray_frag.frag: Added.
1597 * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/ivec4_empty_inout_ivec4_bigarray_vert.vert: Added.
1598 * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/ivec4_empty_inout_ivec4_empty_frag.frag: Added.
1599 * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/ivec4_empty_inout_ivec4_empty_vert.vert: Added.
1600 * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/ivec4_empty_out_ivec4_array_frag.frag: Added.
1601 * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/ivec4_empty_out_ivec4_array_vert.vert: Added.
1602 * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/ivec4_empty_out_ivec4_empty_frag.frag: Added.
1603 * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/ivec4_empty_out_ivec4_empty_vert.vert: Added.
1604 * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/mat4_empty_empty_mat4_array_frag.frag: Added.
1605 * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/mat4_empty_empty_mat4_array_vert.vert: Added.
1606 * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/mat4_empty_empty_mat4_empty_frag.frag: Added.
1607 * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/mat4_empty_empty_mat4_empty_vert.vert: Added.
1608 * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/mat4_empty_in_mat4_array_frag.frag: Added.
1609 * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/mat4_empty_in_mat4_array_vert.vert: Added.
1610 * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/mat4_empty_in_mat4_empty_frag.frag: Added.
1611 * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/mat4_empty_in_mat4_empty_vert.vert: Added.
1612 * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/mat4_empty_inout_mat4_array_frag.frag: Added.
1613 * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/mat4_empty_inout_mat4_array_vert.vert: Added.
1614 * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/mat4_empty_inout_mat4_empty_frag.frag: Added.
1615 * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/mat4_empty_inout_mat4_empty_vert.vert: Added.
1616 * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/mat4_empty_out_mat4_array_frag.frag: Added.
1617 * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/mat4_empty_out_mat4_array_vert.vert: Added.
1618 * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/mat4_empty_out_mat4_empty_frag.frag: Added.
1619 * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/mat4_empty_out_mat4_empty_vert.vert: Added.
1620 * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/qualifiers_float_frag.frag: Added.
1621 * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/qualifiers_float_vert.vert: Added.
1622 * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/qualifiers_struct_frag.frag: Added.
1623 * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/qualifiers_struct_vert.vert: Added.
1624 * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/vec4_empty_empty_vec4_array_frag.frag: Added.
1625 * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/vec4_empty_empty_vec4_array_vert.vert: Added.
1626 * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/vec4_empty_empty_vec4_empty_frag.frag: Added.
1627 * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/vec4_empty_empty_vec4_empty_vert.vert: Added.
1628 * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/vec4_empty_in_vec4_array_frag.frag: Added.
1629 * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/vec4_empty_in_vec4_array_vert.vert: Added.
1630 * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/vec4_empty_in_vec4_empty_frag.frag: Added.
1631 * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/vec4_empty_in_vec4_empty_vert.vert: Added.
1632 * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/vec4_empty_inout_vec4_array_frag.frag: Added.
1633 * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/vec4_empty_inout_vec4_array_vert.vert: Added.
1634 * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/vec4_empty_inout_vec4_bigarray_frag.frag: Added.
1635 * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/vec4_empty_inout_vec4_bigarray_vert.vert: Added.
1636 * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/vec4_empty_inout_vec4_empty_frag.frag: Added.
1637 * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/vec4_empty_inout_vec4_empty_vert.vert: Added.
1638 * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/vec4_empty_out_vec4_array_frag.frag: Added.
1639 * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/vec4_empty_out_vec4_array_vert.vert: Added.
1640 * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/vec4_empty_out_vec4_empty_frag.frag: Added.
1641 * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/vec4_empty_out_vec4_empty_vert.vert: Added.
1642 * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/void_empty_empty_void_empty_frag.frag: Added.
1643 * webgl/resources/webgl_test_files/conformance/ogles/GL/functions/void_empty_empty_void_empty_vert.vert: Added.
1644 * webgl/resources/webgl_test_files/conformance/ogles/GL/gl_FragCoord/gl_FragCoord_w_frag.frag: Added.
1645 * webgl/resources/webgl_test_files/conformance/ogles/GL/gl_FragCoord/gl_FragCoord_xy_frag.frag: Added.
1646 * webgl/resources/webgl_test_files/conformance/ogles/GL/gl_FragCoord/gl_FragCoord_xy_frag_ref.frag: Added.
1647 * webgl/resources/webgl_test_files/conformance/ogles/GL/gl_FragCoord/gl_FragCoord_z_frag.frag: Added.
1648 * webgl/resources/webgl_test_files/conformance/ogles/GL/gl_FragCoord/gl_FragCoord_z_frag_ref.frag: Added.
1649 * webgl/resources/webgl_test_files/conformance/ogles/GL/gl_FragCoord/gl_FragCoord_z_frag_ref.vert: Added.
1650 * webgl/resources/webgl_test_files/conformance/ogles/GL/gl_FrontFacing/gl_FrontFacing_frag.frag: Added.
1651 * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThan/greaterThan_ivec2_frag.frag: Added.
1652 * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThan/greaterThan_ivec2_frag_ref.frag: Added.
1653 * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThan/greaterThan_ivec2_vert.vert: Added.
1654 * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThan/greaterThan_ivec2_vert_ref.vert: Added.
1655 * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThan/greaterThan_ivec3_frag.frag: Added.
1656 * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThan/greaterThan_ivec3_frag_ref.frag: Added.
1657 * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThan/greaterThan_ivec3_vert.vert: Added.
1658 * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThan/greaterThan_ivec3_vert_ref.vert: Added.
1659 * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThan/greaterThan_vec2_frag.frag: Added.
1660 * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThan/greaterThan_vec2_frag_ref.frag: Added.
1661 * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThan/greaterThan_vec2_vert.vert: Added.
1662 * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThan/greaterThan_vec2_vert_ref.vert: Added.
1663 * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThan/greaterThan_vec3_frag.frag: Added.
1664 * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThan/greaterThan_vec3_frag_ref.frag: Added.
1665 * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThan/greaterThan_vec3_vert.vert: Added.
1666 * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThan/greaterThan_vec3_vert_ref.vert: Added.
1667 * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThanEqual/greaterThanEqual_ivec2_frag.frag: Added.
1668 * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThanEqual/greaterThanEqual_ivec2_frag_ref.frag: Added.
1669 * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThanEqual/greaterThanEqual_ivec2_vert.vert: Added.
1670 * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThanEqual/greaterThanEqual_ivec2_vert_ref.vert: Added.
1671 * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThanEqual/greaterThanEqual_ivec3_frag.frag: Added.
1672 * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThanEqual/greaterThanEqual_ivec3_frag_ref.frag: Added.
1673 * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThanEqual/greaterThanEqual_ivec3_vert.vert: Added.
1674 * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThanEqual/greaterThanEqual_ivec3_vert_ref.vert: Added.
1675 * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThanEqual/greaterThanEqual_vec2_frag.frag: Added.
1676 * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThanEqual/greaterThanEqual_vec2_frag_ref.frag: Added.
1677 * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThanEqual/greaterThanEqual_vec2_vert.vert: Added.
1678 * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThanEqual/greaterThanEqual_vec2_vert_ref.vert: Added.
1679 * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThanEqual/greaterThanEqual_vec3_frag.frag: Added.
1680 * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThanEqual/greaterThanEqual_vec3_frag_ref.frag: Added.
1681 * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThanEqual/greaterThanEqual_vec3_vert.vert: Added.
1682 * webgl/resources/webgl_test_files/conformance/ogles/GL/greaterThanEqual/greaterThanEqual_vec3_vert_ref.vert: Added.
1683 * webgl/resources/webgl_test_files/conformance/ogles/GL/inversesqrt/inversesqrt_float_frag_xvary.frag: Added.
1684 * webgl/resources/webgl_test_files/conformance/ogles/GL/inversesqrt/inversesqrt_float_frag_xvary_ref.frag: Added.
1685 * webgl/resources/webgl_test_files/conformance/ogles/GL/inversesqrt/inversesqrt_float_vert_xvary.vert: Added.
1686 * webgl/resources/webgl_test_files/conformance/ogles/GL/inversesqrt/inversesqrt_float_vert_xvary_ref.vert: Added.
1687 * webgl/resources/webgl_test_files/conformance/ogles/GL/inversesqrt/inversesqrt_vec2_frag_xvary.frag: Added.
1688 * webgl/resources/webgl_test_files/conformance/ogles/GL/inversesqrt/inversesqrt_vec2_frag_xvary_ref.frag: Added.
1689 * webgl/resources/webgl_test_files/conformance/ogles/GL/inversesqrt/inversesqrt_vec2_vert_xvary.vert: Added.
1690 * webgl/resources/webgl_test_files/conformance/ogles/GL/inversesqrt/inversesqrt_vec2_vert_xvary_ref.vert: Added.
1691 * webgl/resources/webgl_test_files/conformance/ogles/GL/inversesqrt/inversesqrt_vec3_frag_xvary.frag: Added.
1692 * webgl/resources/webgl_test_files/conformance/ogles/GL/inversesqrt/inversesqrt_vec3_frag_xvary_ref.frag: Added.
1693 * webgl/resources/webgl_test_files/conformance/ogles/GL/inversesqrt/inversesqrt_vec3_vert_xvary.vert: Added.
1694 * webgl/resources/webgl_test_files/conformance/ogles/GL/inversesqrt/inversesqrt_vec3_vert_xvary_ref.vert: Added.
1695 * webgl/resources/webgl_test_files/conformance/ogles/GL/length/length_float_frag_xvary.frag: Added.
1696 * webgl/resources/webgl_test_files/conformance/ogles/GL/length/length_float_frag_xvary_ref.frag: Added.
1697 * webgl/resources/webgl_test_files/conformance/ogles/GL/length/length_float_vert_xvary.vert: Added.
1698 * webgl/resources/webgl_test_files/conformance/ogles/GL/length/length_float_vert_xvary_ref.vert: Added.
1699 * webgl/resources/webgl_test_files/conformance/ogles/GL/length/length_vec2_frag_xvary.frag: Added.
1700 * webgl/resources/webgl_test_files/conformance/ogles/GL/length/length_vec2_frag_xvary_ref.frag: Added.
1701 * webgl/resources/webgl_test_files/conformance/ogles/GL/length/length_vec2_vert_xvary.vert: Added.
1702 * webgl/resources/webgl_test_files/conformance/ogles/GL/length/length_vec2_vert_xvary_ref.vert: Added.
1703 * webgl/resources/webgl_test_files/conformance/ogles/GL/length/length_vec3_frag_xvary.frag: Added.
1704 * webgl/resources/webgl_test_files/conformance/ogles/GL/length/length_vec3_frag_xvary_ref.frag: Added.
1705 * webgl/resources/webgl_test_files/conformance/ogles/GL/length/length_vec3_vert_xvary.vert: Added.
1706 * webgl/resources/webgl_test_files/conformance/ogles/GL/length/length_vec3_vert_xvary_ref.vert: Added.
1707 * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThan/lessThan_ivec2_frag.frag: Added.
1708 * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThan/lessThan_ivec2_frag_ref.frag: Added.
1709 * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThan/lessThan_ivec2_vert.vert: Added.
1710 * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThan/lessThan_ivec2_vert_ref.vert: Added.
1711 * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThan/lessThan_ivec3_frag.frag: Added.
1712 * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThan/lessThan_ivec3_frag_ref.frag: Added.
1713 * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThan/lessThan_ivec3_vert.vert: Added.
1714 * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThan/lessThan_ivec3_vert_ref.vert: Added.
1715 * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThan/lessThan_vec2_frag.frag: Added.
1716 * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThan/lessThan_vec2_frag_ref.frag: Added.
1717 * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThan/lessThan_vec2_vert.vert: Added.
1718 * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThan/lessThan_vec2_vert_ref.vert: Added.
1719 * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThan/lessThan_vec3_frag.frag: Added.
1720 * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThan/lessThan_vec3_frag_ref.frag: Added.
1721 * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThan/lessThan_vec3_vert.vert: Added.
1722 * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThan/lessThan_vec3_vert_ref.vert: Added.
1723 * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThanEqual/lessThanEqual_ivec2_frag.frag: Added.
1724 * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThanEqual/lessThanEqual_ivec2_frag_ref.frag: Added.
1725 * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThanEqual/lessThanEqual_ivec2_vert.vert: Added.
1726 * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThanEqual/lessThanEqual_ivec2_vert_ref.vert: Added.
1727 * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThanEqual/lessThanEqual_ivec3_frag.frag: Added.
1728 * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThanEqual/lessThanEqual_ivec3_frag_ref.frag: Added.
1729 * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThanEqual/lessThanEqual_ivec3_vert.vert: Added.
1730 * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThanEqual/lessThanEqual_ivec3_vert_ref.vert: Added.
1731 * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThanEqual/lessThanEqual_vec2_frag.frag: Added.
1732 * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThanEqual/lessThanEqual_vec2_frag_ref.frag: Added.
1733 * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThanEqual/lessThanEqual_vec2_vert.vert: Added.
1734 * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThanEqual/lessThanEqual_vec2_vert_ref.vert: Added.
1735 * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThanEqual/lessThanEqual_vec3_frag.frag: Added.
1736 * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThanEqual/lessThanEqual_vec3_frag_ref.frag: Added.
1737 * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThanEqual/lessThanEqual_vec3_vert.vert: Added.
1738 * webgl/resources/webgl_test_files/conformance/ogles/GL/lessThanEqual/lessThanEqual_vec3_vert_ref.vert: Added.
1739 * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_float_frag_xvary.frag: Added.
1740 * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_float_frag_xvary01.frag: Added.
1741 * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_float_frag_xvary01_ref.frag: Added.
1742 * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_float_frag_xvary_ref.frag: Added.
1743 * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_float_vert_xvary.vert: Added.
1744 * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_float_vert_xvary01.vert: Added.
1745 * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_float_vert_xvary01_ref.vert: Added.
1746 * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_float_vert_xvary_ref.vert: Added.
1747 * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_vec2_frag_xvary.frag: Added.
1748 * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_vec2_frag_xvary01.frag: Added.
1749 * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_vec2_frag_xvary01_ref.frag: Added.
1750 * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_vec2_frag_xvary_ref.frag: Added.
1751 * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_vec2_vert_xvary.vert: Added.
1752 * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_vec2_vert_xvary01.vert: Added.
1753 * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_vec2_vert_xvary01_ref.vert: Added.
1754 * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_vec2_vert_xvary_ref.vert: Added.
1755 * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_vec3_frag_xvary.frag: Added.
1756 * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_vec3_frag_xvary01.frag: Added.
1757 * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_vec3_frag_xvary01_ref.frag: Added.
1758 * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_vec3_frag_xvary_ref.frag: Added.
1759 * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_vec3_vert_xvary.vert: Added.
1760 * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_vec3_vert_xvary01.vert: Added.
1761 * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_vec3_vert_xvary01_ref.vert: Added.
1762 * webgl/resources/webgl_test_files/conformance/ogles/GL/log/log_vec3_vert_xvary_ref.vert: Added.
1763 * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_float_frag_xvary.frag: Added.
1764 * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_float_frag_xvary01.frag: Added.
1765 * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_float_frag_xvary01_ref.frag: Added.
1766 * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_float_frag_xvary_ref.frag: Added.
1767 * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_float_vert_xvary.vert: Added.
1768 * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_float_vert_xvary01.vert: Added.
1769 * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_float_vert_xvary01_ref.vert: Added.
1770 * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_float_vert_xvary_ref.vert: Added.
1771 * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_vec2_frag_xvary.frag: Added.
1772 * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_vec2_frag_xvary01.frag: Added.
1773 * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_vec2_frag_xvary01_ref.frag: Added.
1774 * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_vec2_frag_xvary_ref.frag: Added.
1775 * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_vec2_vert_xvary.vert: Added.
1776 * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_vec2_vert_xvary01.vert: Added.
1777 * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_vec2_vert_xvary01_ref.vert: Added.
1778 * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_vec2_vert_xvary_ref.vert: Added.
1779 * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_vec3_frag_xvary.frag: Added.
1780 * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_vec3_frag_xvary01.frag: Added.
1781 * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_vec3_frag_xvary01_ref.frag: Added.
1782 * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_vec3_frag_xvary_ref.frag: Added.
1783 * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_vec3_vert_xvary.vert: Added.
1784 * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_vec3_vert_xvary01.vert: Added.
1785 * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_vec3_vert_xvary01_ref.vert: Added.
1786 * webgl/resources/webgl_test_files/conformance/ogles/GL/log2/log2_vec3_vert_xvary_ref.vert: Added.
1787 * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/array_const_mat2_frag.frag: Added.
1788 * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/array_const_mat2_vert.vert: Added.
1789 * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/array_const_mat3_frag.frag: Added.
1790 * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/array_const_mat3_vert.vert: Added.
1791 * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/array_const_mat4_frag.frag: Added.
1792 * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/array_const_mat4_vert.vert: Added.
1793 * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/const_mat2_copy_frag.frag: Added.
1794 * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/const_mat2_copy_vert.vert: Added.
1795 * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/const_mat2_frag.frag: Added.
1796 * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/const_mat2_vert.vert: Added.
1797 * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/const_mat3_copy_frag.frag: Added.
1798 * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/const_mat3_copy_vert.vert: Added.
1799 * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/const_mat3_frag.frag: Added.
1800 * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/const_mat3_vert.vert: Added.
1801 * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/const_mat4_copy_frag.frag: Added.
1802 * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/const_mat4_copy_vert.vert: Added.
1803 * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/const_mat4_frag.frag: Added.
1804 * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/const_mat4_vert.vert: Added.
1805 * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat2_2vec2_frag.frag: Added.
1806 * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat2_2vec2_vert.vert: Added.
1807 * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat2_4float_frag.frag: Added.
1808 * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat2_4float_vert.vert: Added.
1809 * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat2_copy_frag.frag: Added.
1810 * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat2_copy_vert.vert: Added.
1811 * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat2_float_frag.frag: Added.
1812 * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat2_float_vert.vert: Added.
1813 * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat2_frag.frag: Added.
1814 * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat2_vert.vert: Added.
1815 * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat3_3vec3_frag.frag: Added.
1816 * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat3_3vec3_vert.vert: Added.
1817 * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat3_9float_frag.frag: Added.
1818 * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat3_9float_vert.vert: Added.
1819 * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat3_copy_frag.frag: Added.
1820 * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat3_copy_vert.vert: Added.
1821 * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat3_float_frag.frag: Added.
1822 * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat3_float_vert.vert: Added.
1823 * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat3_frag.frag: Added.
1824 * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat3_vert.vert: Added.
1825 * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat4_16float_frag.frag: Added.
1826 * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat4_16float_vert.vert: Added.
1827 * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat4_4vec4_frag.frag: Added.
1828 * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat4_4vec4_vert.vert: Added.
1829 * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat4_copy_frag.frag: Added.
1830 * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat4_copy_vert.vert: Added.
1831 * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat4_frag.frag: Added.
1832 * webgl/resources/webgl_test_files/conformance/ogles/GL/mat/mat4_vert.vert: Added.
1833 * webgl/resources/webgl_test_files/conformance/ogles/GL/mat3/mat3arrayindirect0_frag.frag: Added.
1834 * webgl/resources/webgl_test_files/conformance/ogles/GL/mat3/mat3arrayindirect0_vert.vert: Added.
1835 * webgl/resources/webgl_test_files/conformance/ogles/GL/mat3/mat3arrayindirect1_frag.frag: Added.
1836 * webgl/resources/webgl_test_files/conformance/ogles/GL/mat3/mat3arrayindirect1_vert.vert: Added.
1837 * webgl/resources/webgl_test_files/conformance/ogles/GL/mat3/mat3arraysimple_frag.frag: Added.
1838 * webgl/resources/webgl_test_files/conformance/ogles/GL/mat3/mat3arraysimple_vert.vert: Added.
1839 * webgl/resources/webgl_test_files/conformance/ogles/GL/matrixCompMult/matrixMultComp_mat2_frag.frag: Added.
1840 * webgl/resources/webgl_test_files/conformance/ogles/GL/matrixCompMult/matrixMultComp_mat2_frag_ref.frag: Added.
1841 * webgl/resources/webgl_test_files/conformance/ogles/GL/matrixCompMult/matrixMultComp_mat2_vert.vert: Added.
1842 * webgl/resources/webgl_test_files/conformance/ogles/GL/matrixCompMult/matrixMultComp_mat2_vert_ref.vert: Added.
1843 * webgl/resources/webgl_test_files/conformance/ogles/GL/matrixCompMult/matrixMultComp_mat3_frag.frag: Added.
1844 * webgl/resources/webgl_test_files/conformance/ogles/GL/matrixCompMult/matrixMultComp_mat3_frag_ref.frag: Added.
1845 * webgl/resources/webgl_test_files/conformance/ogles/GL/matrixCompMult/matrixMultComp_mat3_vert.vert: Added.
1846 * webgl/resources/webgl_test_files/conformance/ogles/GL/matrixCompMult/matrixMultComp_mat3_vert_ref.vert: Added.
1847 * webgl/resources/webgl_test_files/conformance/ogles/GL/max/max_float_frag_xvary_yconsthalf.frag: Added.
1848 * webgl/resources/webgl_test_files/conformance/ogles/GL/max/max_float_frag_xvary_yconsthalf_ref.frag: Added.
1849 * webgl/resources/webgl_test_files/conformance/ogles/GL/max/max_float_vert_xvary_yconsthalf.vert: Added.
1850 * webgl/resources/webgl_test_files/conformance/ogles/GL/max/max_float_vert_xvary_yconsthalf_ref.vert: Added.
1851 * webgl/resources/webgl_test_files/conformance/ogles/GL/max/max_vec2_frag_xvary_yconsthalf.frag: Added.
1852 * webgl/resources/webgl_test_files/conformance/ogles/GL/max/max_vec2_frag_xvary_yconsthalf_ref.frag: Added.
1853 * webgl/resources/webgl_test_files/conformance/ogles/GL/max/max_vec2_vert_xvary_yconsthalf.vert: Added.
1854 * webgl/resources/webgl_test_files/conformance/ogles/GL/max/max_vec2_vert_xvary_yconsthalf_ref.vert: Added.
1855 * webgl/resources/webgl_test_files/conformance/ogles/GL/max/max_vec3_frag_xvary_yconsthalf.frag: Added.
1856 * webgl/resources/webgl_test_files/conformance/ogles/GL/max/max_vec3_frag_xvary_yconsthalf_ref.frag: Added.
1857 * webgl/resources/webgl_test_files/conformance/ogles/GL/max/max_vec3_vert_xvary_yconsthalf.vert: Added.
1858 * webgl/resources/webgl_test_files/conformance/ogles/GL/max/max_vec3_vert_xvary_yconsthalf_ref.vert: Added.
1859 * webgl/resources/webgl_test_files/conformance/ogles/GL/min/min_float_frag_xvary_yconsthalf.frag: Added.
1860 * webgl/resources/webgl_test_files/conformance/ogles/GL/min/min_float_frag_xvary_yconsthalf_ref.frag: Added.
1861 * webgl/resources/webgl_test_files/conformance/ogles/GL/min/min_float_vert_xvary_yconsthalf.vert: Added.
1862 * webgl/resources/webgl_test_files/conformance/ogles/GL/min/min_float_vert_xvary_yconsthalf_ref.vert: Added.
1863 * webgl/resources/webgl_test_files/conformance/ogles/GL/min/min_vec2_frag_xvary_yconsthalf.frag: Added.
1864 * webgl/resources/webgl_test_files/conformance/ogles/GL/min/min_vec2_frag_xvary_yconsthalf_ref.frag: Added.
1865 * webgl/resources/webgl_test_files/conformance/ogles/GL/min/min_vec2_vert_xvary_yconsthalf.vert: Added.
1866 * webgl/resources/webgl_test_files/conformance/ogles/GL/min/min_vec2_vert_xvary_yconsthalf_ref.vert: Added.
1867 * webgl/resources/webgl_test_files/conformance/ogles/GL/min/min_vec3_frag_xvary_yconsthalf.frag: Added.
1868 * webgl/resources/webgl_test_files/conformance/ogles/GL/min/min_vec3_frag_xvary_yconsthalf_ref.frag: Added.
1869 * webgl/resources/webgl_test_files/conformance/ogles/GL/min/min_vec3_vert_xvary_yconsthalf.vert: Added.
1870 * webgl/resources/webgl_test_files/conformance/ogles/GL/min/min_vec3_vert_xvary_yconsthalf_ref.vert: Added.
1871 * webgl/resources/webgl_test_files/conformance/ogles/GL/mix/mix_float_frag_xvary_yconsthalf_aconsthalf.frag: Added.
1872 * webgl/resources/webgl_test_files/conformance/ogles/GL/mix/mix_float_frag_xvary_yconsthalf_aconsthalf_ref.frag: Added.
1873 * webgl/resources/webgl_test_files/conformance/ogles/GL/mix/mix_float_vert_xvary_yconsthalf_aconsthalf.vert: Added.
1874 * webgl/resources/webgl_test_files/conformance/ogles/GL/mix/mix_float_vert_xvary_yconsthalf_aconsthalf_ref.vert: Added.
1875 * webgl/resources/webgl_test_files/conformance/ogles/GL/mix/mix_vec2_frag_xvary_yconsthalf_aconsthalf.frag: Added.
1876 * webgl/resources/webgl_test_files/conformance/ogles/GL/mix/mix_vec2_frag_xvary_yconsthalf_aconsthalf_ref.frag: Added.
1877 * webgl/resources/webgl_test_files/conformance/ogles/GL/mix/mix_vec2_vert_xvary_yconsthalf_aconsthalf.vert: Added.
1878 * webgl/resources/webgl_test_files/conformance/ogles/GL/mix/mix_vec2_vert_xvary_yconsthalf_aconsthalf_ref.vert: Added.
1879 * webgl/resources/webgl_test_files/conformance/ogles/GL/mix/mix_vec3_frag_xvary_yconsthalf_aconsthalf.frag: Added.
1880 * webgl/resources/webgl_test_files/conformance/ogles/GL/mix/mix_vec3_frag_xvary_yconsthalf_aconsthalf_ref.frag: Added.
1881 * webgl/resources/webgl_test_files/conformance/ogles/GL/mix/mix_vec3_vert_xvary_yconsthalf_aconsthalf.vert: Added.
1882 * webgl/resources/webgl_test_files/conformance/ogles/GL/mix/mix_vec3_vert_xvary_yconsthalf_aconsthalf_ref.vert: Added.
1883 * webgl/resources/webgl_test_files/conformance/ogles/GL/mod/mod_float_frag_xvary_yconst1.frag: Added.
1884 * webgl/resources/webgl_test_files/conformance/ogles/GL/mod/mod_float_frag_xvary_yconst1_ref.frag: Added.
1885 * webgl/resources/webgl_test_files/conformance/ogles/GL/mod/mod_float_vert_xvary_yconst1.vert: Added.
1886 * webgl/resources/webgl_test_files/conformance/ogles/GL/mod/mod_float_vert_xvary_yconst1_ref.vert: Added.
1887 * webgl/resources/webgl_test_files/conformance/ogles/GL/mod/mod_vec2_frag_xvary_yconst1.frag: Added.
1888 * webgl/resources/webgl_test_files/conformance/ogles/GL/mod/mod_vec2_frag_xvary_yconst1_ref.frag: Added.
1889 * webgl/resources/webgl_test_files/conformance/ogles/GL/mod/mod_vec2_vert_xvary_yconst1.vert: Added.
1890 * webgl/resources/webgl_test_files/conformance/ogles/GL/mod/mod_vec2_vert_xvary_yconst1_ref.vert: Added.
1891 * webgl/resources/webgl_test_files/conformance/ogles/GL/mod/mod_vec3_frag_xvary_yconst1.frag: Added.
1892 * webgl/resources/webgl_test_files/conformance/ogles/GL/mod/mod_vec3_frag_xvary_yconst1_ref.frag: Added.
1893 * webgl/resources/webgl_test_files/conformance/ogles/GL/mod/mod_vec3_vert_xvary_yconst1.vert: Added.
1894 * webgl/resources/webgl_test_files/conformance/ogles/GL/mod/mod_vec3_vert_xvary_yconst1_ref.vert: Added.
1895 * webgl/resources/webgl_test_files/conformance/ogles/GL/mod/mod_x_large_y_large_frag.frag: Added.
1896 * webgl/resources/webgl_test_files/conformance/ogles/GL/mod/mod_x_large_y_large_vert.vert: Added.
1897 * webgl/resources/webgl_test_files/conformance/ogles/GL/normalize/normalize_float_frag_xvary.frag: Added.
1898 * webgl/resources/webgl_test_files/conformance/ogles/GL/normalize/normalize_float_frag_xvary_ref.frag: Added.
1899 * webgl/resources/webgl_test_files/conformance/ogles/GL/normalize/normalize_float_vert_xvary.vert: Added.
1900 * webgl/resources/webgl_test_files/conformance/ogles/GL/normalize/normalize_float_vert_xvary_ref.vert: Added.
1901 * webgl/resources/webgl_test_files/conformance/ogles/GL/normalize/normalize_vec2_frag_xvary.frag: Added.
1902 * webgl/resources/webgl_test_files/conformance/ogles/GL/normalize/normalize_vec2_frag_xvary_ref.frag: Added.
1903 * webgl/resources/webgl_test_files/conformance/ogles/GL/normalize/normalize_vec2_vert_xvary.vert: Added.
1904 * webgl/resources/webgl_test_files/conformance/ogles/GL/normalize/normalize_vec2_vert_xvary_ref.vert: Added.
1905 * webgl/resources/webgl_test_files/conformance/ogles/GL/normalize/normalize_vec3_frag_xvary.frag: Added.
1906 * webgl/resources/webgl_test_files/conformance/ogles/GL/normalize/normalize_vec3_frag_xvary_ref.frag: Added.
1907 * webgl/resources/webgl_test_files/conformance/ogles/GL/normalize/normalize_vec3_vert_xvary.vert: Added.
1908 * webgl/resources/webgl_test_files/conformance/ogles/GL/normalize/normalize_vec3_vert_xvary_ref.vert: Added.
1909 * webgl/resources/webgl_test_files/conformance/ogles/GL/not/not_bvec2_frag.frag: Added.
1910 * webgl/resources/webgl_test_files/conformance/ogles/GL/not/not_bvec2_frag_ref.frag: Added.
1911 * webgl/resources/webgl_test_files/conformance/ogles/GL/not/not_bvec2_vert.vert: Added.
1912 * webgl/resources/webgl_test_files/conformance/ogles/GL/not/not_bvec2_vert_ref.vert: Added.
1913 * webgl/resources/webgl_test_files/conformance/ogles/GL/not/not_bvec3_frag.frag: Added.
1914 * webgl/resources/webgl_test_files/conformance/ogles/GL/not/not_bvec3_frag_ref.frag: Added.
1915 * webgl/resources/webgl_test_files/conformance/ogles/GL/not/not_bvec3_vert.vert: Added.
1916 * webgl/resources/webgl_test_files/conformance/ogles/GL/not/not_bvec3_vert_ref.vert: Added.
1917 * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_bvec2_frag.frag: Added.
1918 * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_bvec2_frag_ref.frag: Added.
1919 * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_bvec2_vert.vert: Added.
1920 * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_bvec2_vert_ref.vert: Added.
1921 * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_bvec3_frag.frag: Added.
1922 * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_bvec3_frag_ref.frag: Added.
1923 * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_bvec3_vert.vert: Added.
1924 * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_bvec3_vert_ref.vert: Added.
1925 * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_ivec2_frag.frag: Added.
1926 * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_ivec2_frag_ref.frag: Added.
1927 * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_ivec2_vert.vert: Added.
1928 * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_ivec2_vert_ref.vert: Added.
1929 * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_ivec3_frag.frag: Added.
1930 * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_ivec3_frag_ref.frag: Added.
1931 * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_ivec3_vert.vert: Added.
1932 * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_ivec3_vert_ref.vert: Added.
1933 * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_vec2_frag.frag: Added.
1934 * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_vec2_frag_ref.frag: Added.
1935 * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_vec2_vert.vert: Added.
1936 * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_vec2_vert_ref.vert: Added.
1937 * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_vec3_frag.frag: Added.
1938 * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_vec3_frag_ref.frag: Added.
1939 * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_vec3_vert.vert: Added.
1940 * webgl/resources/webgl_test_files/conformance/ogles/GL/notEqual/notEqual_vec3_vert_ref.vert: Added.
1941 * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/addsubtract_frag.frag: Added.
1942 * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/addsubtract_vert.vert: Added.
1943 * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/assignments_frag.frag: Added.
1944 * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/assignments_vert.vert: Added.
1945 * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/division_frag.frag: Added.
1946 * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/division_vert.vert: Added.
1947 * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/equality_frag.frag: Added.
1948 * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/equality_vert.vert: Added.
1949 * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/logical_frag.frag: Added.
1950 * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/logical_vert.vert: Added.
1951 * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/multiplicative_frag.frag: Added.
1952 * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/multiplicative_vert.vert: Added.
1953 * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/postfixdecrement_frag.frag: Added.
1954 * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/postfixdecrement_vert.vert: Added.
1955 * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/postfixincrement_frag.frag: Added.
1956 * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/postfixincrement_vert.vert: Added.
1957 * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/prefixdecrement_frag.frag: Added.
1958 * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/prefixdecrement_vert.vert: Added.
1959 * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/prefixincrement_frag.frag: Added.
1960 * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/prefixincrement_vert.vert: Added.
1961 * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/relational_frag.frag: Added.
1962 * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/relational_vert.vert: Added.
1963 * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/selection_frag.frag: Added.
1964 * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/selection_vert.vert: Added.
1965 * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/unary_frag.frag: Added.
1966 * webgl/resources/webgl_test_files/conformance/ogles/GL/operators/unary_vert.vert: Added.
1967 * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_float_frag_xconst2_yvary.frag: Added.
1968 * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_float_frag_xconst2_yvary_ref.frag: Added.
1969 * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_float_frag_xconsthalf_yvary.frag: Added.
1970 * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_float_frag_xconsthalf_yvary_ref.frag: Added.
1971 * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_float_frag_xvary_yconst2.frag: Added.
1972 * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_float_frag_xvary_yconst2_ref.frag: Added.
1973 * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_float_frag_xvary_yconsthalf.frag: Added.
1974 * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_float_frag_xvary_yconsthalf_ref.frag: Added.
1975 * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_float_vert_xconst2_yvary.vert: Added.
1976 * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_float_vert_xconst2_yvary_ref.vert: Added.
1977 * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_float_vert_xconsthalf_yvary.vert: Added.
1978 * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_float_vert_xconsthalf_yvary_ref.vert: Added.
1979 * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_float_vert_xvary_yconst2.vert: Added.
1980 * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_float_vert_xvary_yconst2_ref.vert: Added.
1981 * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_float_vert_xvary_yconsthalf.vert: Added.
1982 * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_float_vert_xvary_yconsthalf_ref.vert: Added.
1983 * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec2_frag_xconst2_yvary.frag: Added.
1984 * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec2_frag_xconst2_yvary_ref.frag: Added.
1985 * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec2_frag_xconsthalf_yvary.frag: Added.
1986 * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec2_frag_xconsthalf_yvary_ref.frag: Added.
1987 * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec2_frag_xvary_yconst2.frag: Added.
1988 * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec2_frag_xvary_yconst2_ref.frag: Added.
1989 * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec2_frag_xvary_yconsthalf.frag: Added.
1990 * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec2_frag_xvary_yconsthalf_ref.frag: Added.
1991 * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec2_vert_xconst2_yvary.vert: Added.
1992 * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec2_vert_xconst2_yvary_ref.vert: Added.
1993 * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec2_vert_xconsthalf_yvary.vert: Added.
1994 * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec2_vert_xconsthalf_yvary_ref.vert: Added.
1995 * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec2_vert_xvary_yconst2.vert: Added.
1996 * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec2_vert_xvary_yconst2_ref.vert: Added.
1997 * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec2_vert_xvary_yconsthalf.vert: Added.
1998 * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec2_vert_xvary_yconsthalf_ref.vert: Added.
1999 * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec3_frag_xconst2_yvary.frag: Added.
2000 * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec3_frag_xconst2_yvary_ref.frag: Added.
2001 * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec3_frag_xconsthalf_yvary.frag: Added.
2002 * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec3_frag_xconsthalf_yvary_ref.frag: Added.
2003 * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec3_frag_xvary_yconst2.frag: Added.
2004 * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec3_frag_xvary_yconst2_ref.frag: Added.
2005 * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec3_frag_xvary_yconsthalf.frag: Added.
2006 * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec3_frag_xvary_yconsthalf_ref.frag: Added.
2007 * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec3_vert_xconst2_yvary.vert: Added.
2008 * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec3_vert_xconst2_yvary_ref.vert: Added.
2009 * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec3_vert_xconsthalf_yvary.vert: Added.
2010 * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec3_vert_xconsthalf_yvary_ref.vert: Added.
2011 * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec3_vert_xvary_yconst2.vert: Added.
2012 * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec3_vert_xvary_yconst2_ref.vert: Added.
2013 * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec3_vert_xvary_yconsthalf.vert: Added.
2014 * webgl/resources/webgl_test_files/conformance/ogles/GL/pow/pow_vec3_vert_xvary_yconsthalf_ref.vert: Added.
2015 * webgl/resources/webgl_test_files/conformance/ogles/GL/radians/radians_float_frag_xvary.frag: Added.
2016 * webgl/resources/webgl_test_files/conformance/ogles/GL/radians/radians_float_frag_xvary_ref.frag: Added.
2017 * webgl/resources/webgl_test_files/conformance/ogles/GL/radians/radians_float_vert_xvary.vert: Added.
2018 * webgl/resources/webgl_test_files/conformance/ogles/GL/radians/radians_float_vert_xvary_ref.vert: Added.
2019 * webgl/resources/webgl_test_files/conformance/ogles/GL/radians/radians_vec2_frag_xvary.frag: Added.
2020 * webgl/resources/webgl_test_files/conformance/ogles/GL/radians/radians_vec2_frag_xvary_ref.frag: Added.
2021 * webgl/resources/webgl_test_files/conformance/ogles/GL/radians/radians_vec2_vert_xvary.vert: Added.
2022 * webgl/resources/webgl_test_files/conformance/ogles/GL/radians/radians_vec2_vert_xvary_ref.vert: Added.
2023 * webgl/resources/webgl_test_files/conformance/ogles/GL/radians/radians_vec3_frag_xvary.frag: Added.
2024 * webgl/resources/webgl_test_files/conformance/ogles/GL/radians/radians_vec3_frag_xvary_ref.frag: Added.
2025 * webgl/resources/webgl_test_files/conformance/ogles/GL/radians/radians_vec3_vert_xvary.vert: Added.
2026 * webgl/resources/webgl_test_files/conformance/ogles/GL/radians/radians_vec3_vert_xvary_ref.vert: Added.
2027 * webgl/resources/webgl_test_files/conformance/ogles/GL/reflect/reflect_float_frag_ivarynconst.frag: Added.
2028 * webgl/resources/webgl_test_files/conformance/ogles/GL/reflect/reflect_float_frag_ivarynconst_ref.frag: Added.
2029 * webgl/resources/webgl_test_files/conformance/ogles/GL/reflect/reflect_float_vert_ivarynconst.vert: Added.
2030 * webgl/resources/webgl_test_files/conformance/ogles/GL/reflect/reflect_float_vert_ivarynconst_ref.vert: Added.
2031 * webgl/resources/webgl_test_files/conformance/ogles/GL/reflect/reflect_vec2_frag_ivarynconst.frag: Added.
2032 * webgl/resources/webgl_test_files/conformance/ogles/GL/reflect/reflect_vec2_frag_ivarynconst_ref.frag: Added.
2033 * webgl/resources/webgl_test_files/conformance/ogles/GL/reflect/reflect_vec2_vert_ivarynconst.vert: Added.
2034 * webgl/resources/webgl_test_files/conformance/ogles/GL/reflect/reflect_vec2_vert_ivarynconst_ref.vert: Added.
2035 * webgl/resources/webgl_test_files/conformance/ogles/GL/reflect/reflect_vec3_frag_ivarynconst.frag: Added.
2036 * webgl/resources/webgl_test_files/conformance/ogles/GL/reflect/reflect_vec3_frag_ivarynconst_ref.frag: Added.
2037 * webgl/resources/webgl_test_files/conformance/ogles/GL/reflect/reflect_vec3_vert_ivarynconst.vert: Added.
2038 * webgl/resources/webgl_test_files/conformance/ogles/GL/reflect/reflect_vec3_vert_ivarynconst_ref.vert: Added.
2039 * webgl/resources/webgl_test_files/conformance/ogles/GL/refract/refract_float_frag_ivarynconst.frag: Added.
2040 * webgl/resources/webgl_test_files/conformance/ogles/GL/refract/refract_float_frag_ivarynconst_ref.frag: Added.
2041 * webgl/resources/webgl_test_files/conformance/ogles/GL/refract/refract_float_vert_ivarynconst.vert: Added.
2042 * webgl/resources/webgl_test_files/conformance/ogles/GL/refract/refract_float_vert_ivarynconst_ref.vert: Added.
2043 * webgl/resources/webgl_test_files/conformance/ogles/GL/refract/refract_vec2_frag_ivarynconst.frag: Added.
2044 * webgl/resources/webgl_test_files/conformance/ogles/GL/refract/refract_vec2_frag_ivarynconst_ref.frag: Added.
2045 * webgl/resources/webgl_test_files/conformance/ogles/GL/refract/refract_vec2_vert_ivarynconst.vert: Added.
2046 * webgl/resources/webgl_test_files/conformance/ogles/GL/refract/refract_vec2_vert_ivarynconst_ref.vert: Added.
2047 * webgl/resources/webgl_test_files/conformance/ogles/GL/refract/refract_vec3_frag_ivarynconst.frag: Added.
2048 * webgl/resources/webgl_test_files/conformance/ogles/GL/refract/refract_vec3_frag_ivarynconst_ref.frag: Added.
2049 * webgl/resources/webgl_test_files/conformance/ogles/GL/refract/refract_vec3_vert_ivarynconst.vert: Added.
2050 * webgl/resources/webgl_test_files/conformance/ogles/GL/refract/refract_vec3_vert_ivarynconst_ref.vert: Added.
2051 * webgl/resources/webgl_test_files/conformance/ogles/GL/sign/sign_float_frag_xvary.frag: Added.
2052 * webgl/resources/webgl_test_files/conformance/ogles/GL/sign/sign_float_frag_xvary_ref.frag: Added.
2053 * webgl/resources/webgl_test_files/conformance/ogles/GL/sign/sign_float_vert_xvary.vert: Added.
2054 * webgl/resources/webgl_test_files/conformance/ogles/GL/sign/sign_float_vert_xvary_ref.vert: Added.
2055 * webgl/resources/webgl_test_files/conformance/ogles/GL/sign/sign_vec2_frag_xvary.frag: Added.
2056 * webgl/resources/webgl_test_files/conformance/ogles/GL/sign/sign_vec2_frag_xvary_ref.frag: Added.
2057 * webgl/resources/webgl_test_files/conformance/ogles/GL/sign/sign_vec2_vert_xvary.vert: Added.
2058 * webgl/resources/webgl_test_files/conformance/ogles/GL/sign/sign_vec2_vert_xvary_ref.vert: Added.
2059 * webgl/resources/webgl_test_files/conformance/ogles/GL/sign/sign_vec3_frag_xvary.frag: Added.
2060 * webgl/resources/webgl_test_files/conformance/ogles/GL/sign/sign_vec3_frag_xvary_ref.frag: Added.
2061 * webgl/resources/webgl_test_files/conformance/ogles/GL/sign/sign_vec3_vert_xvary.vert: Added.
2062 * webgl/resources/webgl_test_files/conformance/ogles/GL/sign/sign_vec3_vert_xvary_ref.vert: Added.
2063 * webgl/resources/webgl_test_files/conformance/ogles/GL/sin/sin_float_frag_xvary.frag: Added.
2064 * webgl/resources/webgl_test_files/conformance/ogles/GL/sin/sin_float_frag_xvary_ref.frag: Added.
2065 * webgl/resources/webgl_test_files/conformance/ogles/GL/sin/sin_float_vert_xvary.vert: Added.
2066 * webgl/resources/webgl_test_files/conformance/ogles/GL/sin/sin_float_vert_xvary_ref.vert: Added.
2067 * webgl/resources/webgl_test_files/conformance/ogles/GL/sin/sin_vec2_frag_xvary.frag: Added.
2068 * webgl/resources/webgl_test_files/conformance/ogles/GL/sin/sin_vec2_frag_xvary_ref.frag: Added.
2069 * webgl/resources/webgl_test_files/conformance/ogles/GL/sin/sin_vec2_vert_xvary.vert: Added.
2070 * webgl/resources/webgl_test_files/conformance/ogles/GL/sin/sin_vec2_vert_xvary_ref.vert: Added.
2071 * webgl/resources/webgl_test_files/conformance/ogles/GL/sin/sin_vec3_frag_xvary.frag: Added.
2072 * webgl/resources/webgl_test_files/conformance/ogles/GL/sin/sin_vec3_frag_xvary_ref.frag: Added.
2073 * webgl/resources/webgl_test_files/conformance/ogles/GL/sin/sin_vec3_vert_xvary.vert: Added.
2074 * webgl/resources/webgl_test_files/conformance/ogles/GL/sin/sin_vec3_vert_xvary_ref.vert: Added.
2075 * webgl/resources/webgl_test_files/conformance/ogles/GL/smoothstep/smoothstep_float_frag_xvary_edgeconstquarter.frag: Added.
2076 * webgl/resources/webgl_test_files/conformance/ogles/GL/smoothstep/smoothstep_float_frag_xvary_edgeconstquarter_ref.frag: Added.
2077 * webgl/resources/webgl_test_files/conformance/ogles/GL/smoothstep/smoothstep_float_vert_xvary_edgeconstquarter.vert: Added.
2078 * webgl/resources/webgl_test_files/conformance/ogles/GL/smoothstep/smoothstep_float_vert_xvary_edgeconstquarter_ref.vert: Added.
2079 * webgl/resources/webgl_test_files/conformance/ogles/GL/smoothstep/smoothstep_vec2_frag_xvary_edgeconstquarter.frag: Added.
2080 * webgl/resources/webgl_test_files/conformance/ogles/GL/smoothstep/smoothstep_vec2_frag_xvary_edgeconstquarter_ref.frag: Added.
2081 * webgl/resources/webgl_test_files/conformance/ogles/GL/smoothstep/smoothstep_vec2_vert_xvary_edgeconstquarter.vert: Added.
2082 * webgl/resources/webgl_test_files/conformance/ogles/GL/smoothstep/smoothstep_vec2_vert_xvary_edgeconstquarter_ref.vert: Added.
2083 * webgl/resources/webgl_test_files/conformance/ogles/GL/smoothstep/smoothstep_vec3_frag_xvary_edgeconstquarter.frag: Added.
2084 * webgl/resources/webgl_test_files/conformance/ogles/GL/smoothstep/smoothstep_vec3_frag_xvary_edgeconstquarter_ref.frag: Added.
2085 * webgl/resources/webgl_test_files/conformance/ogles/GL/smoothstep/smoothstep_vec3_vert_xvary_edgeconstquarter.vert: Added.
2086 * webgl/resources/webgl_test_files/conformance/ogles/GL/smoothstep/smoothstep_vec3_vert_xvary_edgeconstquarter_ref.vert: Added.
2087 * webgl/resources/webgl_test_files/conformance/ogles/GL/sqrt/sqrt_float_frag_xvary.frag: Added.
2088 * webgl/resources/webgl_test_files/conformance/ogles/GL/sqrt/sqrt_float_frag_xvary_ref.frag: Added.
2089 * webgl/resources/webgl_test_files/conformance/ogles/GL/sqrt/sqrt_float_vert_xvary.vert: Added.
2090 * webgl/resources/webgl_test_files/conformance/ogles/GL/sqrt/sqrt_float_vert_xvary_ref.vert: Added.
2091 * webgl/resources/webgl_test_files/conformance/ogles/GL/sqrt/sqrt_vec2_frag_xvary.frag: Added.
2092 * webgl/resources/webgl_test_files/conformance/ogles/GL/sqrt/sqrt_vec2_frag_xvary_ref.frag: Added.
2093 * webgl/resources/webgl_test_files/conformance/ogles/GL/sqrt/sqrt_vec2_vert_xvary.vert: Added.
2094 * webgl/resources/webgl_test_files/conformance/ogles/GL/sqrt/sqrt_vec2_vert_xvary_ref.vert: Added.
2095 * webgl/resources/webgl_test_files/conformance/ogles/GL/sqrt/sqrt_vec3_frag_xvary.frag: Added.
2096 * webgl/resources/webgl_test_files/conformance/ogles/GL/sqrt/sqrt_vec3_frag_xvary_ref.frag: Added.
2097 * webgl/resources/webgl_test_files/conformance/ogles/GL/sqrt/sqrt_vec3_vert_xvary.vert: Added.
2098 * webgl/resources/webgl_test_files/conformance/ogles/GL/sqrt/sqrt_vec3_vert_xvary_ref.vert: Added.
2099 * webgl/resources/webgl_test_files/conformance/ogles/GL/step/step_float_frag_xvary_edgeconsthalf.frag: Added.
2100 * webgl/resources/webgl_test_files/conformance/ogles/GL/step/step_float_frag_xvary_edgeconsthalf_ref.frag: Added.
2101 * webgl/resources/webgl_test_files/conformance/ogles/GL/step/step_float_vert_xvary_edgeconsthalf.vert: Added.
2102 * webgl/resources/webgl_test_files/conformance/ogles/GL/step/step_float_vert_xvary_edgeconsthalf_ref.vert: Added.
2103 * webgl/resources/webgl_test_files/conformance/ogles/GL/step/step_vec2_frag_xvary_edgeconsthalf.frag: Added.
2104 * webgl/resources/webgl_test_files/conformance/ogles/GL/step/step_vec2_frag_xvary_edgeconsthalf_ref.frag: Added.
2105 * webgl/resources/webgl_test_files/conformance/ogles/GL/step/step_vec2_vert_xvary_edgeconsthalf.vert: Added.
2106 * webgl/resources/webgl_test_files/conformance/ogles/GL/step/step_vec2_vert_xvary_edgeconsthalf_ref.vert: Added.
2107 * webgl/resources/webgl_test_files/conformance/ogles/GL/step/step_vec3_frag_xvary_edgeconsthalf.frag: Added.
2108 * webgl/resources/webgl_test_files/conformance/ogles/GL/step/step_vec3_frag_xvary_edgeconsthalf_ref.frag: Added.
2109 * webgl/resources/webgl_test_files/conformance/ogles/GL/step/step_vec3_vert_xvary_edgeconsthalf.vert: Added.
2110 * webgl/resources/webgl_test_files/conformance/ogles/GL/step/step_vec3_vert_xvary_edgeconsthalf_ref.vert: Added.
2111 * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/nestedstructcomb_various_frag.frag: Added.
2112 * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/nestedstructcomb_various_vert.vert: Added.
2113 * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_bool_frag.frag: Added.
2114 * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_bool_vert.vert: Added.
2115 * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_bvec2bvec3bvec4_frag.frag: Added.
2116 * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_bvec2bvec3bvec4_vert.vert: Added.
2117 * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_float_frag.frag: Added.
2118 * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_float_vert.vert: Added.
2119 * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_mat2_frag.frag: Added.
2120 * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_mat2_vert.vert: Added.
2121 * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_mat3_frag.frag: Added.
2122 * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_mat3_vert.vert: Added.
2123 * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_mat4_frag.frag: Added.
2124 * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_mat4_vert.vert: Added.
2125 * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_vec2_frag.frag: Added.
2126 * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_vec2_vert.vert: Added.
2127 * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_vec3_frag.frag: Added.
2128 * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_vec3_vert.vert: Added.
2129 * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_vec4_frag.frag: Added.
2130 * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/struct_vec4_vert.vert: Added.
2131 * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structcopy_bool_frag.frag: Added.
2132 * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structcopy_bool_vert.vert: Added.
2133 * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structcopy_bvec2bvec3bvec4_frag.frag: Added.
2134 * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structcopy_bvec2bvec3bvec4_vert.vert: Added.
2135 * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structcopy_float_frag.frag: Added.
2136 * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structcopy_float_vert.vert: Added.
2137 * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structcopy_mat2_frag.frag: Added.
2138 * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structcopy_mat2_vert.vert: Added.
2139 * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structcopy_mat3_frag.frag: Added.
2140 * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structcopy_mat3_vert.vert: Added.
2141 * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structcopy_mat4_frag.frag: Added.
2142 * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structcopy_mat4_vert.vert: Added.
2143 * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structcopy_vec2_frag.frag: Added.
2144 * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structcopy_vec2_vert.vert: Added.
2145 * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structcopy_vec3_frag.frag: Added.
2146 * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structcopy_vec3_vert.vert: Added.
2147 * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structcopy_vec4_frag.frag: Added.
2148 * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structcopy_vec4_vert.vert: Added.
2149 * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structnest_bool_frag.frag: Added.
2150 * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structnest_bool_vert.vert: Added.
2151 * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structnest_bvec2bvec3bvec4_frag.frag: Added.
2152 * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structnest_bvec2bvec3bvec4_vert.vert: Added.
2153 * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structnest_float_frag.frag: Added.
2154 * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structnest_float_vert.vert: Added.
2155 * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structnest_mat2_frag.frag: Added.
2156 * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structnest_mat2_vert.vert: Added.
2157 * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structnest_mat3_frag.frag: Added.
2158 * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structnest_mat3_vert.vert: Added.
2159 * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structnest_mat4_frag.frag: Added.
2160 * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structnest_mat4_vert.vert: Added.
2161 * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structnest_vec2_frag.frag: Added.
2162 * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structnest_vec2_vert.vert: Added.
2163 * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structnest_vec3_frag.frag: Added.
2164 * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structnest_vec3_vert.vert: Added.
2165 * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structnest_vec4_frag.frag: Added.
2166 * webgl/resources/webgl_test_files/conformance/ogles/GL/struct/structnest_vec4_vert.vert: Added.
2167 * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_bgr_1vec3_frag.frag: Added.
2168 * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_bgr_1vec3_vert.vert: Added.
2169 * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_br_g_1vec2_1float_frag.frag: Added.
2170 * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_br_g_1vec2_1float_vert.vert: Added.
2171 * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_gb_r_1vec2_1float_frag.frag: Added.
2172 * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_gb_r_1vec2_1float_vert.vert: Added.
2173 * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_grb_1vec3_frag.frag: Added.
2174 * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_grb_1vec3_vert.vert: Added.
2175 * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_ps_t_1vec2_1float_frag.frag: Added.
2176 * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_ps_t_1vec2_1float_vert.vert: Added.
2177 * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_pts_1vec3_frag.frag: Added.
2178 * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_pts_1vec3_vert.vert: Added.
2179 * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_rb_g_1vec2_1float_frag.frag: Added.
2180 * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_rb_g_1vec2_1float_vert.vert: Added.
2181 * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_rg_b_1vec2_1float_frag.frag: Added.
2182 * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_rg_b_1vec2_1float_vert.vert: Added.
2183 * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_rgb_1vec3_frag.frag: Added.
2184 * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_rgb_1vec3_vert.vert: Added.
2185 * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_sp_t_1vec2_1float_frag.frag: Added.
2186 * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_sp_t_1vec2_1float_vert.vert: Added.
2187 * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_st_p_1vec2_1float_frag.frag: Added.
2188 * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_st_p_1vec2_1float_vert.vert: Added.
2189 * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_stp_1vec3_frag.frag: Added.
2190 * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_stp_1vec3_vert.vert: Added.
2191 * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_tp_s_1vec2_1float_frag.frag: Added.
2192 * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_tp_s_1vec2_1float_vert.vert: Added.
2193 * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_tsp_1vec3_frag.frag: Added.
2194 * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_tsp_1vec3_vert.vert: Added.
2195 * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_xy_z_1vec2_1float_frag.frag: Added.
2196 * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_xy_z_1vec2_1float_vert.vert: Added.
2197 * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_xyz_1vec3_frag.frag: Added.
2198 * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_xyz_1vec3_vert.vert: Added.
2199 * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_xz_y_1vec2_1float_frag.frag: Added.
2200 * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_xz_y_1vec2_1float_vert.vert: Added.
2201 * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_yxz_1vec3_frag.frag: Added.
2202 * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_yxz_1vec3_vert.vert: Added.
2203 * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_yz_x_1vec2_1float_frag.frag: Added.
2204 * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_yz_x_1vec2_1float_vert.vert: Added.
2205 * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_zx_y_1vec2_1float_frag.frag: Added.
2206 * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_zx_y_1vec2_1float_vert.vert: Added.
2207 * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_zyx_1vec3_frag.frag: Added.
2208 * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec3_zyx_1vec3_vert.vert: Added.
2209 * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_ar_bg_2vec2_frag.frag: Added.
2210 * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_ar_bg_2vec2_vert.vert: Added.
2211 * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_arb_g_1vec3_1float_frag.frag: Added.
2212 * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_arb_g_1vec3_1float_vert.vert: Added.
2213 * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_arbg_1vec4_frag.frag: Added.
2214 * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_arbg_1vec4_vert.vert: Added.
2215 * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_bar_g_1vec3_1float_frag.frag: Added.
2216 * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_bar_g_1vec3_1float_vert.vert: Added.
2217 * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_barg_1vec4_frag.frag: Added.
2218 * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_barg_1vec4_vert.vert: Added.
2219 * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_br_ag_2vec2_frag.frag: Added.
2220 * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_br_ag_2vec2_vert.vert: Added.
2221 * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_gr_ab_2vec2_frag.frag: Added.
2222 * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_gr_ab_2vec2_vert.vert: Added.
2223 * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_gra_b_1vec3_1float_frag.frag: Added.
2224 * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_gra_b_1vec3_1float_vert.vert: Added.
2225 * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_grab_1vec4_frag.frag: Added.
2226 * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_grab_1vec4_vert.vert: Added.
2227 * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_pqs_t_1vec3_1float_frag.frag: Added.
2228 * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_pqs_t_1vec3_1float_vert.vert: Added.
2229 * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_pqst_1vec4_frag.frag: Added.
2230 * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_pqst_1vec4_vert.vert: Added.
2231 * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_ps_qt_2vec2_frag.frag: Added.
2232 * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_ps_qt_2vec2_vert.vert: Added.
2233 * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_qs_pt_2vec2_frag.frag: Added.
2234 * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_qs_pt_2vec2_vert.vert: Added.
2235 * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_qsp_t_1vec3_1float_frag.frag: Added.
2236 * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_qsp_t_1vec3_1float_vert.vert: Added.
2237 * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_qspt_1vec4_frag.frag: Added.
2238 * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_qspt_1vec4_vert.vert: Added.
2239 * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_r_g_b_a_4float_frag.frag: Added.
2240 * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_r_g_b_a_4float_vert.vert: Added.
2241 * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_rg_ba_2vec2_frag.frag: Added.
2242 * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_rg_ba_2vec2_vert.vert: Added.
2243 * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_rgb_a_1vec3_1float_frag.frag: Added.
2244 * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_rgb_a_1vec3_1float_vert.vert: Added.
2245 * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_rgba_1vec4_frag.frag: Added.
2246 * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_rgba_1vec4_vert.vert: Added.
2247 * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_s_t_p_q_4float_frag.frag: Added.
2248 * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_s_t_p_q_4float_vert.vert: Added.
2249 * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_st_pq_2vec2_frag.frag: Added.
2250 * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_st_pq_2vec2_vert.vert: Added.
2251 * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_stp_q_1vec3_1float_frag.frag: Added.
2252 * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_stp_q_1vec3_1float_vert.vert: Added.
2253 * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_stpq_1vec4_frag.frag: Added.
2254 * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_stpq_1vec4_vert.vert: Added.
2255 * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_ts_qp_2vec2_frag.frag: Added.
2256 * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_ts_qp_2vec2_vert.vert: Added.
2257 * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_tsq_p_1vec3_1float_frag.frag: Added.
2258 * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_tsq_p_1vec3_1float_vert.vert: Added.
2259 * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_tsqp_1vec4_frag.frag: Added.
2260 * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_tsqp_1vec4_vert.vert: Added.
2261 * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_wx_zy_2vec2_frag.frag: Added.
2262 * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_wx_zy_2vec2_vert.vert: Added.
2263 * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_wxz_y_1vec3_1float_frag.frag: Added.
2264 * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_wxz_y_1vec3_1float_vert.vert: Added.
2265 * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_wxzy_1vec4_frag.frag: Added.
2266 * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_wxzy_1vec4_vert.vert: Added.
2267 * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_x_y_z_w_4float_frag.frag: Added.
2268 * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_x_y_z_w_4float_vert.vert: Added.
2269 * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_xy_zw_2vec2_frag.frag: Added.
2270 * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_xy_zw_2vec2_vert.vert: Added.
2271 * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_xyz_w_1vec3_1float_frag.frag: Added.
2272 * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_xyz_w_1vec3_1float_vert.vert: Added.
2273 * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_xyzw_1vec4_frag.frag: Added.
2274 * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_xyzw_1vec4_vert.vert: Added.
2275 * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_yx_wz_2vec2_frag.frag: Added.
2276 * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_yx_wz_2vec2_vert.vert: Added.
2277 * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_yxw_z_1vec3_1float_frag.frag: Added.
2278 * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_yxw_z_1vec3_1float_vert.vert: Added.
2279 * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_yxwz_1vec4_frag.frag: Added.
2280 * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_yxwz_1vec4_vert.vert: Added.
2281 * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_zwx_y_1vec3_1float_frag.frag: Added.
2282 * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_zwx_y_1vec3_1float_vert.vert: Added.
2283 * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_zwxy_1vec4_frag.frag: Added.
2284 * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_zwxy_1vec4_vert.vert: Added.
2285 * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_zx_wy_2vec2_frag.frag: Added.
2286 * webgl/resources/webgl_test_files/conformance/ogles/GL/swizzlers/vec4_zx_wy_2vec2_vert.vert: Added.
2287 * webgl/resources/webgl_test_files/conformance/ogles/GL/tan/tan_float_frag_xvary.frag: Added.
2288 * webgl/resources/webgl_test_files/conformance/ogles/GL/tan/tan_float_frag_xvary_ref.frag: Added.
2289 * webgl/resources/webgl_test_files/conformance/ogles/GL/tan/tan_float_vert_xvary.vert: Added.
2290 * webgl/resources/webgl_test_files/conformance/ogles/GL/tan/tan_float_vert_xvary_ref.vert: Added.
2291 * webgl/resources/webgl_test_files/conformance/ogles/GL/tan/tan_vec2_frag_xvary.frag: Added.
2292 * webgl/resources/webgl_test_files/conformance/ogles/GL/tan/tan_vec2_frag_xvary_ref.frag: Added.
2293 * webgl/resources/webgl_test_files/conformance/ogles/GL/tan/tan_vec2_vert_xvary.vert: Added.
2294 * webgl/resources/webgl_test_files/conformance/ogles/GL/tan/tan_vec2_vert_xvary_ref.vert: Added.
2295 * webgl/resources/webgl_test_files/conformance/ogles/GL/tan/tan_vec3_frag_xvary.frag: Added.
2296 * webgl/resources/webgl_test_files/conformance/ogles/GL/tan/tan_vec3_frag_xvary_ref.frag: Added.
2297 * webgl/resources/webgl_test_files/conformance/ogles/GL/tan/tan_vec3_vert_xvary.vert: Added.
2298 * webgl/resources/webgl_test_files/conformance/ogles/GL/tan/tan_vec3_vert_xvary_ref.vert: Added.
2299 * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/bvec4_2int_2float_frag.frag: Added.
2300 * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/bvec4_2int_2float_vert.vert: Added.
2301 * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/ivec3_3int_frag.frag: Added.
2302 * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/ivec3_3int_vert.vert: Added.
2303 * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/vec2_2float_frag.frag: Added.
2304 * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/vec2_2float_vert.vert: Added.
2305 * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/vec2_vec3_frag.frag: Added.
2306 * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/vec2_vec3_vert.vert: Added.
2307 * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/vec3_float_vec2_frag.frag: Added.
2308 * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/vec3_float_vec2_vert.vert: Added.
2309 * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/vec3_vec2_float_frag.frag: Added.
2310 * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/vec3_vec2_float_vert.vert: Added.
2311 * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/vec3_vec4_frag.frag: Added.
2312 * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/vec3_vec4_vert.vert: Added.
2313 * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/vec4_ivec4_frag.frag: Added.
2314 * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/vec4_ivec4_vert.vert: Added.
2315 * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/vec4_vec3_float_frag.frag: Added.
2316 * webgl/resources/webgl_test_files/conformance/ogles/GL/vec/vec4_vec3_float_vert.vert: Added.
2317 * webgl/resources/webgl_test_files/conformance/ogles/GL/vec3/vec3array_frag.frag: Added.
2318 * webgl/resources/webgl_test_files/conformance/ogles/GL/vec3/vec3array_vert.vert: Added.
2319 * webgl/resources/webgl_test_files/conformance/ogles/GL/vec3/vec3arraydirect_frag.frag: Added.
2320 * webgl/resources/webgl_test_files/conformance/ogles/GL/vec3/vec3arraydirect_vert.vert: Added.
2321 * webgl/resources/webgl_test_files/conformance/ogles/GL/vec3/vec3arrayindirect_frag.frag: Added.
2322 * webgl/resources/webgl_test_files/conformance/ogles/GL/vec3/vec3arrayindirect_vert.vert: Added.
2323 * webgl/resources/webgl_test_files/conformance/ogles/GL/vec3/vec3single_frag.frag: Added.
2324 * webgl/resources/webgl_test_files/conformance/ogles/GL/vec3/vec3single_vert.vert: Added.
2325 * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/compressed_paletted_texture/compressed_paletted_texture.frag: Added.
2326 * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/compressed_paletted_texture/compressed_paletted_texture.vert: Added.
2327 * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/dFdx/dFdx_frag.frag: Added.
2328 * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/dFdx/dFdx_frag.vert: Added.
2329 * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/dFdx/dFdx_frag_ref.frag: Added.
2330 * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/dFdx/dFdx_frag_ref.vert: Added.
2331 * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/dFdy/dFdy_frag.frag: Added.
2332 * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/dFdy/dFdy_frag.vert: Added.
2333 * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/dFdy/dFdy_frag_ref.frag: Added.
2334 * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/dFdy/dFdy_frag_ref.vert: Added.
2335 * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/default_shaders/default.frag: Added.
2336 * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/default_shaders/default.vert: Added.
2337 * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/default_shaders/default_textured.frag: Added.
2338 * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/default_shaders/default_textured.vert: Added.
2339 * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/fwidth/fwidth_frag.frag: Added.
2340 * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/fwidth/fwidth_frag.vert: Added.
2341 * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/fwidth/fwidth_frag_dx.frag: Added.
2342 * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/fwidth/fwidth_frag_dx.vert: Added.
2343 * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/fwidth/fwidth_frag_dy.frag: Added.
2344 * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/fwidth/fwidth_frag_dy.vert: Added.
2345 * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/fwidth/fwidth_frag_ref.frag: Added.
2346 * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/fwidth/fwidth_frag_ref.vert: Added.
2347 * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/fwidth/fwidth_frag_ref_dx.frag: Added.
2348 * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/fwidth/fwidth_frag_ref_dx.vert: Added.
2349 * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/fwidth/fwidth_frag_ref_dy.frag: Added.
2350 * webgl/resources/webgl_test_files/conformance/ogles/GL2ExtensionTests/fwidth/fwidth_frag_ref_dy.vert: Added.
2351 * webgl/resources/webgl_test_files/conformance/ogles/GL2FixedTests/buffer_objects/buffer_objects.frag: Added.
2352 * webgl/resources/webgl_test_files/conformance/ogles/GL2FixedTests/buffer_objects/buffer_objects.vert: Added.
2353 * webgl/resources/webgl_test_files/conformance/ogles/GL2FixedTests/buffer_objects/buffer_objects_multitexturing.frag: Added.
2354 * webgl/resources/webgl_test_files/conformance/ogles/GL2FixedTests/buffer_objects/buffer_objects_multitexturing.vert: Added.
2355 * webgl/resources/webgl_test_files/conformance/ogles/GL2FixedTests/buffer_objects/buffer_objects_pointSize.frag: Added.
2356 * webgl/resources/webgl_test_files/conformance/ogles/GL2FixedTests/buffer_objects/buffer_objects_pointSize.vert: Added.
2357 * webgl/resources/webgl_test_files/conformance/ogles/GL2FixedTests/copy_texture/copy_texture.frag: Added.
2358 * webgl/resources/webgl_test_files/conformance/ogles/GL2FixedTests/default_shaders/default.frag: Added.
2359 * webgl/resources/webgl_test_files/conformance/ogles/GL2FixedTests/default_shaders/default.vert: Added.
2360 * webgl/resources/webgl_test_files/conformance/ogles/GL2FixedTests/default_shaders/default_textured.frag: Added.
2361 * webgl/resources/webgl_test_files/conformance/ogles/GL2FixedTests/default_shaders/default_textured.vert: Added.
2362 * webgl/resources/webgl_test_files/conformance/ogles/GL2FixedTests/lighting_diffuse/lighting_diffuse.frag: Added.
2363 * webgl/resources/webgl_test_files/conformance/ogles/GL2FixedTests/lighting_diffuse/lighting_diffuse.vert: Added.
2364 * webgl/resources/webgl_test_files/conformance/ogles/GL2FixedTests/lighting_diffuse/lighting_diffuse_ref.frag: Added.
2365 * webgl/resources/webgl_test_files/conformance/ogles/GL2FixedTests/lighting_diffuse/lighting_diffuse_ref.vert: Added.
2366 * webgl/resources/webgl_test_files/conformance/ogles/GL2FixedTests/point_rasterization/point_rasterization.frag: Added.
2367 * webgl/resources/webgl_test_files/conformance/ogles/GL2FixedTests/point_rasterization/point_rasterization.vert: Added.
2368 * webgl/resources/webgl_test_files/conformance/ogles/GL2FixedTests/point_sprites/point_sprites.frag: Added.
2369 * webgl/resources/webgl_test_files/conformance/ogles/GL2FixedTests/point_sprites/point_sprites.vert: Added.
2370 * webgl/resources/webgl_test_files/conformance/ogles/GL2FixedTests/user_clip_planes/user_clip_planes.frag: Added.
2371 * webgl/resources/webgl_test_files/conformance/ogles/GL2FixedTests/user_clip_planes/user_clip_planes.vert: Added.
2372 * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/attach_shader/successfulcompile_frag.frag: Added.
2373 * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/attach_shader/successfulcompile_vert.vert: Added.
2374 * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/attach_shader/unsuccessfulcompile_frag.frag: Added.
2375 * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/attach_shader/unsuccessfulcompile_vert.vert: Added.
2376 * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/bind_attribute_location/brick.frag: Added.
2377 * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/bind_attribute_location/brick.vert: Added.
2378 * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/compile_shader/brick.vert: Added.
2379 * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/compile_shader/texture.frag: Added.
2380 * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/compile_shader/wood.frag: Added.
2381 * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/compile_shader/wood.vert: Added.
2382 * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/delete_object/successfulcompile_frag.frag: Added.
2383 * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/delete_object/successfulcompile_vert.vert: Added.
2384 * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/detach_shader/successfulcompile_frag.frag: Added.
2385 * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/detach_shader/successfulcompile_vert.vert: Added.
2386 * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/framebuffer_objects/fboShader0.frag: Added.
2387 * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/framebuffer_objects/fboShader0.vert: Added.
2388 * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/get_active_attribute/brick.frag: Added.
2389 * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/get_active_attribute/brick_mat2.vert: Added.
2390 * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/get_active_attribute/brick_mat3.vert: Added.
2391 * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/get_active_attribute/brick_mat4.vert: Added.
2392 * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/get_active_attribute/brick_vec.vert: Added.
2393 * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/get_active_uniform/brick.frag: Added.
2394 * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/get_active_uniform/brick.vert: Added.
2395 * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/get_attribute_location/brick.frag: Added.
2396 * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/get_attribute_location/brick.vert: Added.
2397 * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/get_handle/successfulcompile_frag.frag: Added.
2398 * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/get_handle/successfulcompile_vert.vert: Added.
2399 * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/get_uniform_location/brick.frag: Added.
2400 * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/get_uniform_location/brick.vert: Added.
2401 * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glGetProgramInfoLog_2.0/simple.frag: Added.
2402 * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glGetProgramInfoLog_2.0/simple.vert: Added.
2403 * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glGetProgramiv_2.0/brick.frag: Added.
2404 * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glGetProgramiv_2.0/brick.vert: Added.
2405 * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glGetShaderInfoLog_2.0/simple.frag: Added.
2406 * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glGetShaderInfoLog_2.0/simple.vert: Added.
2407 * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glGetUniform/bvec_tests.frag: Added.
2408 * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glGetUniform/bvec_tests.vert: Added.
2409 * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glGetUniform/ivec_tests.frag: Added.
2410 * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glGetUniform/ivec_tests.vert: Added.
2411 * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glGetUniform/mat_tests.frag: Added.
2412 * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glGetUniform/mat_tests.vert: Added.
2413 * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glGetUniform/vec_tests.frag: Added.
2414 * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glGetUniform/vec_tests.vert: Added.
2415 * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glGetVertexAttrib/mat_tests.vert: Added.
2416 * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glGetVertexAttrib/mat_tests2.vert: Added.
2417 * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glGetVertexAttrib/vec_tests.vert: Added.
2418 * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/1b_frag.frag: Added.
2419 * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/1b_vert.frag: Added.
2420 * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/1b_vert.vert: Added.
2421 * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/1f_frag.frag: Added.
2422 * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/1f_vert.frag: Added.
2423 * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/1f_vert.vert: Added.
2424 * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/1i_frag.frag: Added.
2425 * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/1i_vert.frag: Added.
2426 * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/1i_vert.vert: Added.
2427 * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/21f_frag.frag: Added.
2428 * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/21i_frag.frag: Added.
2429 * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/22f_frag.frag: Added.
2430 * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/22i_frag.frag: Added.
2431 * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/23f_frag.frag: Added.
2432 * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/23i_frag.frag: Added.
2433 * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/24f_frag.frag: Added.
2434 * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/24i_frag.frag: Added.
2435 * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/2b_frag.frag: Added.
2436 * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/2b_vert.frag: Added.
2437 * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/2b_vert.vert: Added.
2438 * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/2f_frag.frag: Added.
2439 * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/2f_vert.frag: Added.
2440 * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/2f_vert.vert: Added.
2441 * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/2i_frag.frag: Added.
2442 * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/2i_vert.frag: Added.
2443 * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/2i_vert.vert: Added.
2444 * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/2m_frag.frag: Added.
2445 * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/3b_frag.frag: Added.
2446 * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/3b_vert.frag: Added.
2447 * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/3b_vert.vert: Added.
2448 * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/3f_frag.frag: Added.
2449 * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/3f_vert.frag: Added.
2450 * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/3f_vert.vert: Added.
2451 * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/3i_frag.frag: Added.
2452 * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/3i_vert.frag: Added.
2453 * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/3i_vert.vert: Added.
2454 * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/3m_frag.frag: Added.
2455 * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/4b_firstthree_frag.frag: Added.
2456 * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/4b_firstthree_vert.frag: Added.
2457 * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/4b_lastthree_frag.frag: Added.
2458 * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/4b_lastthree_vert.frag: Added.
2459 * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/4b_vert.vert: Added.
2460 * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/4f_frag.frag: Added.
2461 * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/4f_vert.frag: Added.
2462 * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/4f_vert.vert: Added.
2463 * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/4i_frag.frag: Added.
2464 * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/4i_vert.frag: Added.
2465 * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/4i_vert.vert: Added.
2466 * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/4m_frag.frag: Added.
2467 * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/default.vert: Added.
2468 * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/matrix2VSU.frag: Added.
2469 * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/matrix2VSU.vert: Added.
2470 * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/matrix2arrayVSU.frag: Added.
2471 * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/matrix2arrayVSU.vert: Added.
2472 * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/matrixVSU.frag: Added.
2473 * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/glUniform/matrixVSU.vert: Added.
2474 * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/link_program/successfulcompile_frag.frag: Added.
2475 * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/link_program/successfulcompile_vert.vert: Added.
2476 * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/link_program/unsuccessfulcompile_frag.frag: Added.
2477 * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/link_program/unsuccessfulcompile_vert.vert: Added.
2478 * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/precision_specifiers/precision_specifiers.frag: Added.
2479 * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/precision_specifiers/precision_specifiers.vert: Added.
2480 * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/relink_program/simple.frag: Added.
2481 * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/relink_program/simple.vert: Added.
2482 * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/shader_source/successfulcompile_frag.frag: Added.
2483 * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/shader_source/successfulcompile_vert.vert: Added.
2484 * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/shader_source/unsuccessfulcompile_frag.frag: Added.
2485 * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/shader_source/unsuccessfulcompile_vert.vert: Added.
2486 * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/three_uniforms/4f_frag.frag: Added.
2487 * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/use_program/successfulcompile_frag.frag: Added.
2488 * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/use_program/successfulcompile_vert.vert: Added.
2489 * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/use_program/unsuccessfulcompile_frag.frag: Added.
2490 * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/use_program/unsuccessfulcompile_vert.vert: Added.
2491 * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/validate_program/successfulcompile_frag.frag: Added.
2492 * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/validate_program/successfulcompile_vert.vert: Added.
2493 * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/validate_program/unsuccessfulcompile_frag.frag: Added.
2494 * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/validate_program/unsuccessfulcompile_vert.vert: Added.
2495 * webgl/resources/webgl_test_files/conformance/ogles/GL2Tests/vertex_program_point_size/point_size.vert: Added.
2496 * webgl/resources/webgl_test_files/conformance/ogles/ogles-utils.js: Added.
2497 (OpenGLESTestRunner):
2498 (OpenGLESTestRunner.):
2500 2013-02-06 Dean Jackson <dino@apple.com>
2502 Minor updates to captions menu UI
2503 https://bugs.webkit.org/show_bug.cgi?id=109005
2505 Reviewed by Eric Carlson.
2507 A caption track without a label or language is now given the menu
2508 title 'Unknown'. Note also that the test includes some intentional
2511 * media/video-controls-captions-trackmenu-localized.html:
2512 * platform/mac/media/video-controls-captions-trackmenu-localized-expected.txt:
2514 2013-02-06 Stephen Chenney <schenney@chromium.org>
2516 [Chromium] Test expectations update for Skia change.
2518 Unreviewed expectations update
2520 * platform/chromium-mac/fast/writing-mode/japanese-lr-text-expected.png:
2521 * platform/chromium-mac/fast/writing-mode/japanese-lr-text-expected.txt: Added.
2522 * platform/chromium-mac/fast/writing-mode/japanese-rl-selection-expected.png:
2523 * platform/chromium-mac/fast/writing-mode/japanese-rl-selection-expected.txt: Added.
2524 * platform/chromium-mac/fast/writing-mode/japanese-rl-text-expected.png:
2525 * platform/chromium-mac/fast/writing-mode/japanese-rl-text-expected.txt: Added.
2526 * platform/chromium/TestExpectations:
2528 2013-02-06 Vsevolod Vlasov <vsevik@chromium.org>
2530 Web Inspector: Remove isSnippet field from FileDescriptor and UISourceCode.
2531 https://bugs.webkit.org/show_bug.cgi?id=109045
2533 Reviewed by Pavel Feldman.
2535 * inspector/debugger/scripts-file-selector.html:
2536 * inspector/debugger/scripts-sorting.html:
2538 2013-02-06 Marja Hölttä <marja@chromium.org>
2540 [WK2] New tests introduced in r100895 fail
2541 https://bugs.webkit.org/show_bug.cgi?id=73913
2543 Reviewed by Jochen Eisinger.
2545 The tests now work, because WTR supports HTTPS tests.
2547 * platform/wk2/TestExpectations:
2549 2013-02-06 Ádám Kallai <kadam@inf.u-szeged.hu>
2551 [Qt] Unreviewed gardening. Skip failing WebGl test.
2553 * platform/qt/TestExpectations:
2555 2013-02-06 Vsevolod Vlasov <vsevik@chromium.org>
2557 Web Inspector: Remove show script folders setting
2558 https://bugs.webkit.org/show_bug.cgi?id=108940
2560 Reviewed by Pavel Feldman.
2562 * inspector/debugger/scripts-sorting-expected.txt:
2563 * inspector/debugger/scripts-sorting.html:
2565 2013-02-06 Andrey Lushnikov <lushnikov@chromium.org>
2567 Web Inspector: update javascriptsourcetokenizer to produce "whitespaces" token
2568 https://bugs.webkit.org/show_bug.cgi?id=108945
2570 Reviewed by Pavel Feldman.
2572 Update test expectations so that they have "whitespace" token in
2575 * inspector/editor/highlighter-basics-expected.txt:
2576 * inspector/editor/highlighter-chunk-limit-expected.txt:
2577 * inspector/editor/highlighter-long-line.html:
2578 * inspector/editor/text-editor-long-line-expected.txt:
2579 * inspector/syntax-highlight-html-expected.txt:
2580 * inspector/syntax-highlight-javascript-expected.txt:
2582 2013-02-06 Andrey Lushnikov <lushnikov@chromium.org>
2584 Web Inspector: refactor registerShortcuts method of DTE
2585 https://bugs.webkit.org/show_bug.cgi?id=109031
2587 Reviewed by Pavel Feldman.
2589 Fix helper method to correspond to refactoring of handleUndoRedo
2592 * http/tests/inspector/live-edit-test.js:
2593 (initialize_LiveEditTest.InspectorTest.undoSourceEditing):
2594 (initialize_LiveEditTest):
2596 2013-02-06 Tommy Widenflycht <tommyw@google.com>
2598 MediaStream API: Implement DTMF support in RTCPeerConnection
2599 https://bugs.webkit.org/show_bug.cgi?id=106782
2601 Reviewed by Adam Barth.
2603 * fast/mediastream/RTCPeerConnection-dtmf-expected.txt: Added.
2604 * fast/mediastream/RTCPeerConnection-dtmf.html: Added.
2606 2013-02-06 Mihai Maerean <mmaerean@adobe.com>
2608 [CSSRegions] Assertion failure in Node::detach (!renderer || renderer->inRenderFlowThread())
2609 https://bugs.webkit.org/show_bug.cgi?id=104517
2611 Reviewed by Julien Chaffraix.
2613 The test adds an anonymous block in a region and detaches the body of document. The ASSERT is not hit anymore.
2615 * fast/regions/detaching-regions-with-anonymous-blocks-expected.txt: Added.
2616 * fast/regions/detaching-regions-with-anonymous-blocks.html: Added.
2618 2013-02-06 Marja Hölttä <marja@chromium.org>
2620 Take referrer policy into account when clearing the referrer header
2621 https://bugs.webkit.org/show_bug.cgi?id=86000
2623 Reviewed by Alexey Proskuryakov.
2625 Unskip http/tests/security/referrer-policy-redirect-link.html
2627 Skipping the tests on wk2, because other referrer policy tests are
2628 skipped, too ( https://bugs.webkit.org/show_bug.cgi?id=73913 ).
2630 * platform/gtk/TestExpectations:
2631 * platform/mac/TestExpectations:
2632 * platform/qt/TestExpectations:
2633 * platform/win/TestExpectations:
2634 * platform/wk2/TestExpectations:
2636 2013-02-06 Allan Sandfeld Jensen <allan.jensen@digia.com>
2638 [Qt] Unskip working filter tests.
2640 Unreviewed gardening
2642 These tests work if we remove our failure expecting baselines.
2644 * platform/qt/TestExpectations:
2645 * platform/qt/css3/filters/filter-animation-expected.png: Removed.
2646 * platform/qt/css3/filters/filter-animation-expected.txt: Removed.
2647 * platform/qt/css3/filters/filter-animation-from-none-expected.png: Removed.
2648 * platform/qt/css3/filters/filter-animation-from-none-expected.txt: Removed.
2649 * platform/qt/css3/filters/filter-property-computed-style-expected.txt: Removed.
2650 * platform/qt/css3/filters/filter-property-expected.png: Removed.
2651 * platform/qt/css3/filters/filter-property-expected.txt: Removed.
2652 * platform/qt/css3/filters/filter-property-parsing-expected.txt: Removed.
2653 * platform/qt/css3/filters/filter-property-parsing-invalid-expected.txt: Removed.
2654 * platform/qt/css3/filters/filter-repaint-expected.png: Removed.
2655 * platform/qt/css3/filters/filter-repaint-expected.txt: Removed.
2657 2013-02-06 Zan Dobersek <zdobersek@igalia.com>
2659 Unreviewed GTK gardening.
2661 Skipping the newly-added tests in webgl/, the GTK builders are not
2662 yet able to run these tests.
2664 * platform/gtk/TestExpectations:
2666 2013-02-05 Gregg Tavares <gman@chromium.org>
2668 Adds the WebGL Conformance Tests attrib folder.
2669 https://bugs.webkit.org/show_bug.cgi?id=108901
2671 Reviewed by Kenneth Russell.
2673 * platform/chromium/TestExpectations:
2674 * webgl/conformance/attribs/gl-disabled-vertex-attrib-expected.txt: Added.
2675 * webgl/conformance/attribs/gl-disabled-vertex-attrib.html: Added.
2676 * webgl/conformance/attribs/gl-enable-vertex-attrib-expected.txt: Added.
2677 * webgl/conformance/attribs/gl-enable-vertex-attrib.html: Added.
2678 * webgl/conformance/attribs/gl-vertex-attrib-expected.txt: Added.
2679 * webgl/conformance/attribs/gl-vertex-attrib-render-expected.txt: Added.
2680 * webgl/conformance/attribs/gl-vertex-attrib-render.html: Added.
2681 * webgl/conformance/attribs/gl-vertex-attrib-zero-issues-expected.txt: Added.
2682 * webgl/conformance/attribs/gl-vertex-attrib-zero-issues.html: Added.
2683 * webgl/conformance/attribs/gl-vertex-attrib.html: Added.
2684 * webgl/conformance/attribs/gl-vertexattribpointer-expected.txt: Added.
2685 * webgl/conformance/attribs/gl-vertexattribpointer-offsets-expected.txt: Added.
2686 * webgl/conformance/attribs/gl-vertexattribpointer-offsets.html: Added.
2687 * webgl/conformance/attribs/gl-vertexattribpointer.html: Added.
2688 * webgl/resources/webgl_test_files/conformance/attribs/00_test_list.txt: Added.
2689 * webgl/resources/webgl_test_files/conformance/attribs/gl-disabled-vertex-attrib.html: Added.
2690 * webgl/resources/webgl_test_files/conformance/attribs/gl-enable-vertex-attrib.html: Added.
2691 * webgl/resources/webgl_test_files/conformance/attribs/gl-vertex-attrib-render.html: Added.
2692 * webgl/resources/webgl_test_files/conformance/attribs/gl-vertex-attrib-zero-issues.html: Added.
2693 * webgl/resources/webgl_test_files/conformance/attribs/gl-vertex-attrib.html: Added.
2694 * webgl/resources/webgl_test_files/conformance/attribs/gl-vertexattribpointer-offsets.html: Added.
2695 * webgl/resources/webgl_test_files/conformance/attribs/gl-vertexattribpointer.html: Added.
2697 2013-02-05 Matt Falkenhagen <falken@chromium.org>
2699 Unreviewed gardening. Rebaseline navigator-detached-no-crash.html,
2700 whose output is affected by the disabling of web intents in Chromium.
2702 * platform/chromium/fast/dom/navigator-detached-no-crash-expected.txt:
2704 2013-02-05 Matt Falkenhagen <falken@chromium.org>
2706 Unreviewed gardening. Chromium disabled web intents.
2708 * platform/chromium/TestExpectations:
2710 2013-02-05 Kent Tamura <tkent@chromium.org>
2712 [Chromium] Split calendar-picker-key-operations.html into two
2713 https://bugs.webkit.org/show_bug.cgi?id=109006
2715 Reviewed by Kentaro Hara.
2717 Split calendar-picker-key-operations.html into two parts:
2718 - OS-independent part (calendar-picker-key-operations.html), and
2719 - OS-dependent part (calendar-picker-f4-key.html).
2721 We had some troubles when we updated calendar-picker-key-operations.html
2722 because the behavior by F4 key is OS-dependent. We move the test for F4
2725 * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-f4-key-expected.txt:
2726 Added. It is expected that this contains FAIL line because we don't
2727 support the F4 key behavior on OSX.
2728 * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations-expected.txt:
2729 Removed. Now the result of calendar-picker-key-operations.html is OS-independent.
2730 * platform/chromium/fast/forms/calendar-picker/calendar-picker-f4-key-expected.txt: Added.
2731 * platform/chromium/fast/forms/calendar-picker/calendar-picker-f4-key.html:
2732 Added. Move from calendar-picker-key-operations.html.
2733 * platform/chromium/fast/forms/calendar-picker/calendar-picker-key-operations.html:
2734 Move the F4 key part to calendar-picker-f4-key.html.
2736 2013-02-05 Julien Chaffraix <jchaffraix@webkit.org>
2738 [CSS Grid Layout] Grid item's logical height is not properly recomputed after -webkit-grid-column / -webkit-grid-row changes
2739 https://bugs.webkit.org/show_bug.cgi?id=108975
2741 Reviewed by Tony Chang.
2743 * fast/css-grid-layout/implicit-position-dynamic-change-expected.txt: Added.
2744 * fast/css-grid-layout/implicit-position-dynamic-change.html: Added.
2746 2013-02-05 Kent Tamura <tkent@chromium.org>
2748 INPUT_MULTIPLE_FIELDS_UI: Read-only inputs should be focusable
2749 https://bugs.webkit.org/show_bug.cgi?id=108795
2751 Reviewed by Kentaro Hara.
2753 * fast/forms/time-multiple-fields/time-multiple-fields-keyboard-events-expected.txt:
2754 * fast/forms/time-multiple-fields/time-multiple-fields-keyboard-events.html:
2756 2013-02-05 Eric Carlson <eric.carlson@apple.com>
2758 [Mac] Complete plumbing so captions menu can indicate track type
2759 https://bugs.webkit.org/show_bug.cgi?id=108994
2761 Reviewed by Dean Jackson.
2763 Update test results now that the Mac media engine identifies CC tracks.
2765 * media/video-controls-captions-trackmenu-localized.html:
2766 * platform/mac/media/video-controls-captions-trackmenu-localized-expected.txt:
2768 2013-02-05 Vineet Chaudhary <rgf748@motorola.com>
2770 formenctype to have empty string as default value.
2771 https://bugs.webkit.org/show_bug.cgi?id=108969
2773 Reviewed by Kent Tamura.
2775 The spec says formEnctype should only have an invalid value default, not a missing value default.
2776 Spec: http://www.w3.org/html/wg/drafts/html/master/forms.html#attr-fs-formenctype
2777 http://www.whatwg.org/specs/web-apps/current-work/#attr-fs-formenctype
2779 * fast/forms/submit-form-attributes-expected.txt:
2780 * fast/forms/submit-form-attributes.html: Modified test to behave as expected.
2782 2013-02-05 Roger Fong <roger_fong@apple.com>
2784 Unreviewed gardening. Win7 port doesn't run WebGL.
2786 * platform/win/TestExpectations:
2788 2013-02-05 Manuel Rego Casasnovas <rego@igalia.com>
2790 [GTK][WK2] Unflag tests related to layoutTestController.setCustomPolicyDelegate
2791 https://bugs.webkit.org/show_bug.cgi?id=108976
2793 Reviewed by Martin Robinson.
2795 * platform/gtk-wk2/TestExpectations: Unflag
2796 fast/loader/policy-delegate-action-hit-test-zoomed.html as it is
2797 already passing (layoutTestController.setCustomPolicyDelegate was
2798 implemented in r128600). Mark some tests related with
2799 layoutTestController.setCustomPolicyDelegate as passing in WK2 but
2802 2013-02-05 Nayan Kumar K <nayankk@motorola.com>
2804 [WEBGL] Rename WEBKIT_WEBGL_depth_texture to WEBGL_depth_texture.
2805 https://bugs.webkit.org/show_bug.cgi?id=108959
2807 Reviewed by Kenneth Russell.
2809 * fast/canvas/webgl/webgl-depth-texture.html:
2811 2013-02-05 Gregg Tavares <gman@chromium.org>
2813 Adds the WebGL Conformance Tests typedarrays folder.
2814 https://bugs.webkit.org/show_bug.cgi?id=108907
2816 Reviewed by Kenneth Russell.
2818 * webgl/conformance/typedarrays/array-buffer-crash-expected.txt: Added.
2819 * webgl/conformance/typedarrays/array-buffer-crash.html: Added.
2820 * webgl/conformance/typedarrays/array-buffer-view-crash-expected.txt: Added.
2821 * webgl/conformance/typedarrays/array-buffer-view-crash.html: Added.
2822 * webgl/conformance/typedarrays/array-unit-tests-expected.txt: Added.
2823 * webgl/conformance/typedarrays/array-unit-tests.html: Added.
2824 * webgl/conformance/typedarrays/data-view-crash-expected.txt: Added.
2825 * webgl/conformance/typedarrays/data-view-crash.html: Added.
2826 * webgl/conformance/typedarrays/data-view-test-expected.txt: Added.
2827 * webgl/conformance/typedarrays/data-view-test.html: Added.
2828 * webgl/resources/webgl_test_files/conformance/typedarrays/00_test_list.txt: Added.
2829 * webgl/resources/webgl_test_files/conformance/typedarrays/array-buffer-crash.html: Added.
2830 * webgl/resources/webgl_test_files/conformance/typedarrays/array-buffer-view-crash.html: Added.
2831 * webgl/resources/webgl_test_files/conformance/typedarrays/array-unit-tests.html: Added.
2832 * webgl/resources/webgl_test_files/conformance/typedarrays/data-view-crash.html: Added.
2833 * webgl/resources/webgl_test_files/conformance/typedarrays/data-view-test.html: Added.
2835 2013-02-05 Gregg Tavares <gman@chromium.org>
2837 Adds the WebGL Conformance Tests misc folder.
2838 https://bugs.webkit.org/show_bug.cgi?id=108905
2840 Reviewed by Kenneth Russell.
2842 * webgl/conformance/misc/bad-arguments-test-expected.txt: Added.
2843 * webgl/conformance/misc/bad-arguments-test.html: Added.
2844 * webgl/conformance/misc/boolean-argument-conversion-expected.txt: Added.
2845 * webgl/conformance/misc/boolean-argument-conversion.html: Added.
2846 * webgl/conformance/misc/delayed-drawing-expected.txt: Added.
2847 * webgl/conformance/misc/delayed-drawing.html: Added.
2848 * webgl/conformance/misc/error-reporting-expected.txt: Added.
2849 * webgl/conformance/misc/error-reporting.html: Added.
2850 * webgl/conformance/misc/functions-returning-strings-expected.txt: Added.
2851 * webgl/conformance/misc/functions-returning-strings.html: Added.
2852 * webgl/conformance/misc/instanceof-test-expected.txt: Added.
2853 * webgl/conformance/misc/instanceof-test.html: Added.
2854 * webgl/conformance/misc/invalid-passed-params-expected.txt: Added.
2855 * webgl/conformance/misc/invalid-passed-params.html: Added.
2856 * webgl/conformance/misc/is-object-expected.txt: Added.
2857 * webgl/conformance/misc/is-object.html: Added.
2858 * webgl/conformance/misc/null-object-behaviour-expected.txt: Added.
2859 * webgl/conformance/misc/null-object-behaviour.html: Added.
2860 * webgl/conformance/misc/object-deletion-behaviour-expected.txt: Added.
2861 * webgl/conformance/misc/object-deletion-behaviour.html: Added.
2862 * webgl/conformance/misc/shader-precision-format-expected.txt: Added.
2863 * webgl/conformance/misc/shader-precision-format.html: Added.
2864 * webgl/conformance/misc/type-conversion-test-expected.txt: Added.
2865 * webgl/conformance/misc/type-conversion-test.html: Added.
2866 * webgl/conformance/misc/uninitialized-test-expected.txt: Added.
2867 * webgl/conformance/misc/uninitialized-test.html: Added.
2868 * webgl/conformance/misc/webgl-specific-expected.txt: Added.
2869 * webgl/conformance/misc/webgl-specific.html: Added.
2870 * webgl/resources/webgl_test_files/conformance/misc/00_test_list.txt: Added.
2871 * webgl/resources/webgl_test_files/conformance/misc/bad-arguments-test.html: Added.
2872 * webgl/resources/webgl_test_files/conformance/misc/boolean-argument-conversion.html: Added.
2873 * webgl/resources/webgl_test_files/conformance/misc/delayed-drawing.html: Added.
2874 * webgl/resources/webgl_test_files/conformance/misc/error-reporting.html: Added.
2875 * webgl/resources/webgl_test_files/conformance/misc/functions-returning-strings.html: Added.
2876 * webgl/resources/webgl_test_files/conformance/misc/instanceof-test.html: Added.
2877 * webgl/resources/webgl_test_files/conformance/misc/invalid-passed-params.html: Added.
2878 * webgl/resources/webgl_test_files/conformance/misc/is-object.html: Added.
2879 * webgl/resources/webgl_test_files/conformance/misc/null-object-behaviour.html: Added.
2880 * webgl/resources/webgl_test_files/conformance/misc/object-deletion-behaviour.html: Added.
2881 * webgl/resources/webgl_test_files/conformance/misc/shader-precision-format.html: Added.
2882 * webgl/resources/webgl_test_files/conformance/misc/type-conversion-test.html: Added.
2883 * webgl/resources/webgl_test_files/conformance/misc/uninitialized-test.html: Added.
2884 * webgl/resources/webgl_test_files/conformance/misc/webgl-specific.html: Added.
2886 2013-02-05 Gregg Tavares <gman@chromium.org>
2888 Adds the WebGL Conformance Tests buffers folder
2889 https://bugs.webkit.org/show_bug.cgi?id=108902
2891 Reviewed by Kenneth Russell.
2893 * webgl/conformance/buffers/buffer-bind-test-expected.txt: Added.
2894 * webgl/conformance/buffers/buffer-bind-test.html: Added.
2895 * webgl/conformance/buffers/buffer-data-array-buffer-expected.txt: Added.
2896 * webgl/conformance/buffers/buffer-data-array-buffer.html: Added.
2897 * webgl/conformance/buffers/element-array-buffer-delete-recreate-expected.txt: Added.
2898 * webgl/conformance/buffers/element-array-buffer-delete-recreate.html: Added.
2899 * webgl/conformance/buffers/index-validation-copies-indices-expected.txt: Added.
2900 * webgl/conformance/buffers/index-validation-copies-indices.html: Added.
2901 * webgl/conformance/buffers/index-validation-crash-with-buffer-sub-data-expected.txt: Added.
2902 * webgl/conformance/buffers/index-validation-crash-with-buffer-sub-data.html: Added.
2903 * webgl/conformance/buffers/index-validation-expected.txt: Added.
2904 * webgl/conformance/buffers/index-validation-large-buffer-expected.txt: Added.
2905 * webgl/conformance/buffers/index-validation-large-buffer.html: Added.
2906 * webgl/conformance/buffers/index-validation-verifies-too-many-indices-expected.txt: Added.
2907 * webgl/conformance/buffers/index-validation-verifies-too-many-indices.html: Added.
2908 * webgl/conformance/buffers/index-validation-with-resized-buffer-expected.txt: Added.
2909 * webgl/conformance/buffers/index-validation-with-resized-buffer.html: Added.
2910 * webgl/conformance/buffers/index-validation.html: Added.
2911 * webgl/resources/webgl_test_files/conformance/buffers/00_test_list.txt: Added.
2912 * webgl/resources/webgl_test_files/conformance/buffers/buffer-bind-test.html: Added.
2913 * webgl/resources/webgl_test_files/conformance/buffers/buffer-data-array-buffer.html: Added.
2914 * webgl/resources/webgl_test_files/conformance/buffers/element-array-buffer-delete-recreate.html: Added.
2915 * webgl/resources/webgl_test_files/conformance/buffers/index-validation-copies-indices.html: Added.
2916 * webgl/resources/webgl_test_files/conformance/buffers/index-validation-crash-with-buffer-sub-data.html: Added.
2917 * webgl/resources/webgl_test_files/conformance/buffers/index-validation-large-buffer.html: Added.
2918 * webgl/resources/webgl_test_files/conformance/buffers/index-validation-verifies-too-many-indices.html: Added.
2919 * webgl/resources/webgl_test_files/conformance/buffers/index-validation-with-resized-buffer.html: Added.
2920 * webgl/resources/webgl_test_files/conformance/buffers/index-validation.html: Added.
2922 2013-02-05 Anton Vayvod <avayvod@chromium.org>
2924 TextAutosizing: adjust the maximum difference between cluster text width and its descendant
2926 https://bugs.webkit.org/show_bug.cgi?id=108411
2928 Reviewed by Kenneth Rohde Christiansen.
2930 Tests that certain width difference doesn't make descendants separate clusters.
2932 * fast/text-autosizing/nested-child-expected.html: Added.
2933 * fast/text-autosizing/nested-child.html: Added.
2935 2013-02-05 Ádám Kallai <kadam@inf.u-szeged.hu>
2937 [Qt] Unreviewed gardening. Skip failing test.
2938 https://bugs.webkit.org/show_bug.cgi?id=108942.
2940 * platform/qt/TestExpectations:
2942 2013-02-05 Kent Tamura <tkent@chromium.org>
2944 INPUT_MULTIPLE_FIELDS_UI: element.focus() should not focus on disabled sub-fields.
2945 https://bugs.webkit.org/show_bug.cgi?id=108924
2947 Reviewed by Kentaro Hara.
2949 * fast/forms/date-multiple-fields/date-multiple-fields-focus-expected.txt: Added.
2950 * fast/forms/date-multiple-fields/date-multiple-fields-focus.html: Added.
2952 2013-02-04 Vsevolod Vlasov <vsevik@chromium.org>
2954 Web Inspector: Create separate project for each file system added to inspector.
2955 https://bugs.webkit.org/show_bug.cgi?id=108652
2957 Reviewed by Pavel Feldman.
2959 * inspector/file-mapping.html:
2960 * inspector/file-system-mapping-expected.txt: Added.
2961 * inspector/file-system-mapping.html: Added.
2963 2013-02-05 Kent Tamura <tkent@chromium.org>
2965 INPUT_MULTIPLE_FIELDS_UI: Should not move focus if the element already has focus
2966 https://bugs.webkit.org/show_bug.cgi?id=108914
2968 Reviewed by Kentaro Hara.
2970 * fast/forms/time-multiple-fields/time-multiple-fields-focus-expected.txt: Added.
2971 * fast/forms/time-multiple-fields/time-multiple-fields-focus.html: Added.
2973 2013-02-05 Zan Dobersek <zdobersek@igalia.com>
2975 Unreviewed GTK gardening.
2977 Adding a flaky crash expectation for a couple of tests.
2978 Reclassifying the expectation for http/tests/media/video-play-stall.html as a flaky timeouting test.
2980 * platform/gtk/TestExpectations:
2982 2013-02-05 Ádám Kallai <kadam@inf.u-szeged.hu>
2984 [Qt][Wk2] Unreviewed gardening. Added platform specific expected.
2986 * platform/qt-5.0-wk2/fast/multicol/shrink-to-column-height-for-pagination-expected.txt: Update after r141459.
2987 * platform/qt-5.0-wk2/http/tests/cache/cancel-multiple-post-xhrs-expected.txt: Added update after r140174.
2989 2013-02-05 Tommy Widenflycht <tommyw@google.com>
2991 MediaStream API: Update RTCPeerConnections stream accessors to match the latest specification
2992 https://bugs.webkit.org/show_bug.cgi?id=108179
2994 Reviewed by Adam Barth.
2996 Updating tests for RTCPeerConnections new stream accessors.
2998 * fast/mediastream/RTCPeerConnection-AddRemoveStream-expected.txt:
2999 * fast/mediastream/RTCPeerConnection-AddRemoveStream.html:
3000 * fast/mediastream/RTCPeerConnection-statsSelector-expected.txt:
3001 * fast/mediastream/RTCPeerConnection-statsSelector.html:
3003 2013-02-05 Shinya Kawanaka <shinyak@chromium.org>
3005 touch-event.html should check touchstartFiredInShadowDOM is true.
3006 https://bugs.webkit.org/show_bug.cgi?id=108910
3008 Reviewed by Hajime Morita.
3010 We have to check touchstartFiredInShadowDOM is true so that we can assure touch event is in ShadowDOM.
3011 This is a follow-up patch for http://trac.webkit.org/changeset/141054
3013 * fast/dom/shadow/touch-event-expected.txt:
3014 * fast/dom/shadow/touch-event.html:
3016 2013-02-05 Praveen Jadhav <praveen.j@samsung.com>
3018 Floating point precision error in AudioPannerNode.
3019 https://bugs.webkit.org/show_bug.cgi?id=106001
3021 Reviewed by Kentaro Hara.
3023 Specifications Update:
3024 https://dvcs.w3.org/hg/audio/rev/69a39a516e45
3026 New test scenarios are added to verify precision
3027 error issues in PannerNode.
3029 * webaudio/pannernode-basic-expected.txt:
3030 * webaudio/pannernode-basic.html:
3032 2013-02-05 Kent Tamura <tkent@chromium.org>
3034 INPUT_MULTIPLE_FIELDS_UI: Use disabled attribute internally instead of readonly attribute
3035 https://bugs.webkit.org/show_bug.cgi?id=108911
3037 Reviewed by Kentaro Hara.
3039 * fast/forms/date-multiple-fields/date-multiple-fields-readonly-subfield.html:
3040 * fast/forms/datetimelocal-multiple-fields/datetimelocal-multiple-fields-readonly-subfield.html:
3041 * fast/forms/month-multiple-fields/month-multiple-fields-readonly-subfield.html:
3042 * fast/forms/time-multiple-fields/time-multiple-fields-readonly-subfield.html:
3043 * fast/forms/week-multiple-fields/week-multiple-fields-readonly-subfield.html:
3045 2013-02-04 Dean Jackson <dino@apple.com>
3047 [Mac] Captions menu should indicate language and type of track
3048 https://bugs.webkit.org/show_bug.cgi?id=108882
3050 Reviewed by Eric Carlson.
3052 Now that the captions menu can be labelled in a platform-specific way, move
3053 the results into the platform directory. At the moment, they are skipped
3054 everywhere but Mac. Also update the tests to the new menu structure, which
3055 only has a single list of entries.
3057 * media/video-controls-captions-trackmenu-localized.html: Updated for new menu structure.