1 2014-12-09 Myles C. Maxfield <mmaxfield@apple.com>
3 Scrolling to anchor tags does nothing in vertical-rl writing mode
4 https://bugs.webkit.org/show_bug.cgi?id=137838
6 Reviewed by David Hyatt.
8 When we specify the behavior regarding scrolling to anchor tags, we previously had
9 only described behavior regarding horizontal text. When we have vertical text, we
10 need to switch the horizontal and vertical scrolling policies.
12 * fast/events/scroll-to-anchor-vertical-lr-writing-mode-expected.html: Added.
13 * fast/events/scroll-to-anchor-vertical-lr-writing-mode.html: Added.
14 * fast/events/scroll-to-anchor-vertical-writing-mode-contained-2-expected.html: Added.
15 * fast/events/scroll-to-anchor-vertical-writing-mode-contained-2.html: Added.
16 * fast/events/scroll-to-anchor-vertical-writing-mode-contained-expected.html: Added.
17 * fast/events/scroll-to-anchor-vertical-writing-mode-contained.html: Added.
18 * fast/events/scroll-to-anchor-vertical-writing-mode-expected.html: Added.
19 * fast/events/scroll-to-anchor-vertical-writing-mode.html: Added.
21 2014-12-09 Adenilson Cavalcanti <cavalcantii@gmail.com>
23 Groove/inset/outset borders show solid if the color is black
24 https://bugs.webkit.org/show_bug.cgi?id=58608
26 Rubber-stamped by ap@apple.com.
28 Moving the pixel results to mac folder (since it is the same for
29 Yosemite and Mavericks).
31 * platform/mac/mixed-border-style2-expected.png: Renamed from LayoutTests/platform/mac-mavericks/fast/borders/mixed-border-style2-expected.png.
33 2014-12-09 Chris Dumez <cdumez@apple.com>
35 [WK2] Crash when answering notification permission request after navigating
36 https://bugs.webkit.org/show_bug.cgi?id=139429
37 <rdar://problem/18921122>
39 Reviewed by Andreas Kling.
41 Add layout test to cover the case where the notification permission is
42 requesting before navigating to a new URL and answered after the page
45 * http/tests/notifications/legacy/notification-request-permission-then-navigate-expected.txt: Added.
46 * http/tests/notifications/legacy/notification-request-permission-then-navigate.html: Added.
47 * http/tests/notifications/legacy/resources/notify-opener-done.html: Added.
48 * http/tests/notifications/legacy/resources/request-permission-then-navigate.html: Added.
50 2014-12-09 Michael Saboff <msaboff@apple.com>
52 DFG Tries using an inner object's getter/setter when one hasn't been defined
53 https://bugs.webkit.org/show_bug.cgi?id=139229
55 Reviewed by Filip Pizlo.
59 * js/regress-139229-expected.txt: Added.
60 * js/regress-139229.html: Added.
61 * js/script-tests/regress-139229.js: Added.
62 (InnerObjectNoGetter):
63 (InnerObjectNoGetter.prototype.set enabled):
64 (InnerObjectNoSetter):
65 (InnerObjectNoSetter.prototype.get enabled):
67 (OuterObject.prototype.get enabled):
68 (OuterObject.prototype.set enabled):
70 2014-12-09 Geoffrey Garen <ggaren@apple.com>
72 Re-enable function.arguments
73 https://bugs.webkit.org/show_bug.cgi?id=139452
75 Reviewed by Sam Weinig.
77 * TestExpectations: Re-enable these tests, since WebKit supports this
78 feature by default now.
80 2014-12-09 Alexey Proskuryakov <ap@apple.com>
82 Mark several hidpi compositing tests that fail on EWS bots with ATI graphics.
84 * platform/mac/TestExpectations:
86 2014-12-09 Joanmarie Diggs <jdiggs@igalia.com>
88 AX: [ATK] MathML tokens, tables, and row-like elements are exposed with ATK_ROLE_UNKNOWN
89 https://bugs.webkit.org/show_bug.cgi?id=139402
91 Reviewed by Chris Fleizach.
93 * accessibility/roles-exposed.html: Added MathML elements.
94 * platform/efl/accessibility/roles-exposed-expected.txt: Updated for added elements.
95 * platform/gtk/accessibility/roles-exposed-expected.txt: Updated for added elements.
96 * platform/mac-mavericks/accessibility/roles-exposed-expected.txt: Updated for added elements.
97 * platform/mac-mountainlion/accessibility/roles-exposed-expected.txt: Updated for added elements.
98 * platform/mac/accessibility/roles-exposed-expected.txt: Updated for added elements.
100 2014-12-09 Joanmarie Diggs <jdiggs@igalia.com>
102 [GTK] Bump minimum version of ATK used by jhbuild to at least 2.15.2
103 https://bugs.webkit.org/show_bug.cgi?id=139070
105 Reviewed by Carlos Garcia Campos.
107 * platform/gtk/accessibility/roles-exposed-expected.txt: Updated to reflect
108 the fact that the exposed role is STATIC and not UNKNOWN.
110 2014-12-08 Myles C. Maxfield <mmaxfield@apple.com>
112 Rebaseline Mavericks test results after r176978.
116 * platform/mac-mavericks/fast/forms/search-vertical-alignment-expected.png:
117 * platform/mac-mavericks/fast/forms/search-vertical-alignment-expected.txt:
119 2014-12-05 Roger Fong <roger_fong@apple.com>
121 Implementation EXT_sRGB as a WebGL1 extension.
122 https://bugs.webkit.org/show_bug.cgi?id=109332.
123 <rdar://problem/17363470>
125 Reviewed by Dean Jackson.
127 * fast/canvas/webgl/constants.html:
129 2014-12-08 Geoffrey Garen <ggaren@apple.com>
131 Removed the custom allocator for ParserArena
132 https://bugs.webkit.org/show_bug.cgi?id=139305
134 Reviewed by Mark Lam.
136 Added a test for something I messed up while writing this patch.
138 * js/basic-strict-mode-expected.txt:
139 * js/script-tests/basic-strict-mode.js:
141 2014-12-08 Alexey Proskuryakov <ap@apple.com>
143 REGRESSION (173394): Support for webcam is broken
144 https://bugs.webkit.org/show_bug.cgi?id=139313
146 Test by Antti Koivisto, reviewed and tweaked by Alexey Proskuryakov.
148 * http/tests/multipart/multipart-image-expected.html: Added.
149 * http/tests/multipart/multipart-image.html: Added.
151 * http/tests/multipart/resources/multipart.php: Multiopart boundary must start on
152 a new line, so make it so. In newwer OS versions, CFNetwork has a workaround that
153 makes invalid multipart response work, which is why the test was passing locally.
155 2014-12-08 Benjamin Poulain <bpoulain@apple.com>
157 A selector should not match anything if there is a subselector after a non-scrollbar pseudo element
158 https://bugs.webkit.org/show_bug.cgi?id=139336
160 Reviewed by Andreas Kling.
162 * fast/css/duplicated-after-pseudo-element-expected.html: Added.
163 * fast/css/duplicated-after-pseudo-element.html: Added.
164 * fast/css/duplicated-before-pseudo-element-expected.html: Added.
165 * fast/css/duplicated-before-pseudo-element.html: Added.
166 * fast/css/simple-selector-after-pseudo-element-expected.html: Added.
167 * fast/css/simple-selector-after-pseudo-element.html: Added.
169 2014-12-08 Benjamin Poulain <benjamin@webkit.org>
171 Fix the parsing of advanced :lang() after r176902
172 https://bugs.webkit.org/show_bug.cgi?id=139379
174 Reviewed by Andreas Kling.
176 Unskip and update the tests.
178 All the interesting cases were covered, I just had to update
182 * fast/css/css-selector-text-expected.txt:
183 * fast/css/css-selector-text.html:
184 * fast/css/parsing-css-lang-expected.txt:
185 * fast/css/parsing-css-lang.html:
187 2014-12-08 Myles C. Maxfield <mmaxfield@apple.com>
189 Inline elements whose parents have small line-height are laid out too low
190 https://bugs.webkit.org/show_bug.cgi?id=139375
192 Reviewed by Dave Hyatt.
194 Add fast/text/small-line-height.html for a simple example. In addition, update
197 * fast/forms/textfield-overflow-by-value-update-expected.txt:
198 * fast/regions/cssom/client-rects-inline-complex.html:
199 * fast/regions/overflow/overflow-region-inline-expected.html:
200 * fast/text/small-line-height-expected.html: Added.
201 * fast/text/small-line-height.html: Added.
202 * platform/mac/fast/box-sizing/box-sizing-expected.png:
203 * platform/mac/fast/box-sizing/box-sizing-expected.txt:
204 * platform/mac/fast/forms/search-vertical-alignment-expected.png:
205 * platform/mac/fast/forms/search-vertical-alignment-expected.txt:
206 * platform/mac/fast/forms/textfield-overflow-by-value-update-expected.png: Removed.
207 * platform/mac/fast/multicol/client-rects-expected.png:
208 * platform/mac/fast/multicol/client-rects-expected.txt:
209 * platform/mac/fast/multicol/client-rects-spanners-complex-expected.png:
210 * platform/mac/fast/multicol/client-rects-spanners-complex-expected.txt:
211 * platform/mac/fast/multicol/client-rects-spanners-expected.png:
212 * platform/mac/fast/multicol/client-rects-spanners-expected.txt:
213 * platform/mac/fast/multicol/layers-split-across-columns-expected.png:
214 * platform/mac/fast/multicol/layers-split-across-columns-expected.txt:
215 * platform/mac/fast/multicol/newmulticol/client-rects-expected.png:
216 * platform/mac/fast/multicol/newmulticol/client-rects-expected.txt:
218 2014-12-08 Mark Lam <mark.lam@apple.com>
220 CFA wrongly assumes that a speculation for SlowPutArrayStorageShape disallows ArrayStorageShape arrays.
221 <https://webkit.org/b/139327>
223 Reviewed by Michael Saboff.
225 * js/dfg-slow-put-array-storage-spec-should-allow-fast-array-storage-expected.txt: Added.
226 * js/dfg-slow-put-array-storage-spec-should-allow-fast-array-storage.html: Added.
227 * js/script-tests/dfg-slow-put-array-storage-spec-should-allow-fast-array-storage.js: Added.
231 2014-12-08 Myles C. Maxfield <mmaxfield@apple.com>
233 [iOS] Narrow non-breaking space does not fall back to a correct font
234 https://bugs.webkit.org/show_bug.cgi?id=139335
236 Reviewed by Enrica Casucci.
238 * fast/text/narrow-non-breaking-space-expected.html: Added.
239 * fast/text/narrow-non-breaking-space.html: Added.
241 2014-12-08 Javier Fernandez <jfernandez@igalia.com>
243 [CSS Grid Layout] Grid items must set a new formatting context.
244 https://bugs.webkit.org/show_bug.cgi?id=139150
246 Reviewed by David Hyatt.
248 Test to verify that grid items's margin don't collapese with its parent's margin
249 and there is no 'float' protruding content on the adjoining grid items.
251 I had to rebaseline the form-hides-table.html test because table-caption, which
252 is supposed to establish a new formatting context, does not allow margins collapsing.
254 * fast/css-grid-layout/float-not-protruding-into-next-grid-item-expected.html: Added.
255 * fast/css-grid-layout/float-not-protruding-into-next-grid-item.html: Added.
256 * fast/css-grid-layout/grid-item-margins-not-collapse-expected.html: Added.
257 * fast/css-grid-layout/grid-item-margins-not-collapse.html: Added.
258 * platform/gtk/fast/forms/form-hides-table-expected.txt: Rebaseline needed.
259 * platform/mac/fast/forms/form-hides-table-expected.txt: Rebaseline needed.
260 * platform/efl/TestExpectations: Mark fast/forms/form-hides-table-expected as failure.
262 2014-12-08 Andrzej Badowski <a.badowski@samsung.com>
264 [EFL] Change expectations for two accessibility layout tests.
265 https://bugs.webkit.org/show_bug.cgi?id=139399
267 Unreviewed gardening.
269 * platform/efl/accessibility/roles-exposed-expected.txt:
270 * platform/efl/accessibility/table-sections-expected.txt:
272 2014-12-07 Youenn Fablet <youenn.fablet@crf.canon.fr>
274 [Soup][Curl] HTTP header values should be treated as latin1, not UTF-8
275 https://bugs.webkit.org/show_bug.cgi?id=128739
277 Reviewed by Martin Robinson.
279 Tests that non ascii header & reason phrase values are correctly retrieved by the web application.
280 headers.php script sends a response that includes non ascii header value.
281 not-ascii-status.php sends a response that includes non ascii reason phrase.
282 Removed specific gtk/efl expectations as now aligned with regular expectation.
284 * http/tests/xmlhttprequest/resources/headers.php: Added.
285 * http/tests/xmlhttprequest/resources/not-ascii-status.php: Added.
286 * http/tests/xmlhttprequest/response-special-characters-expected.txt: Added.
287 * http/tests/xmlhttprequest/response-special-characters.html: Added.
288 * platform/efl/http/tests/security/contentSecurityPolicy/source-list-parsing-nonascii-expected.txt: Removed.
289 * platform/gtk/http/tests/security/contentSecurityPolicy/source-list-parsing-nonascii-expected.txt: Removed.
291 2014-12-07 Alexey Proskuryakov <ap@apple.com>
293 fast/borders/mixed-border-style2.html has missing results on Mac Yosemite.
295 Looking at the bots, Yosemite results are the same as Mavericks, so moving the file.
297 * platform/mac-mavericks/fast/borders/mixed-border-style2-expected.txt: Removed.
298 * platform/mac/fast/borders/mixed-border-style2-expected.txt: Copied from LayoutTests/platform/mac-mavericks/fast/borders/mixed-border-style2-expected.txt.
300 2014-12-07 Alexey Proskuryakov <ap@apple.com>
302 Remove platform/mac-mavericks/TestExpectations file.
304 We don't need it, we should be using modifiers such as [ Mavericks ].
306 1. platform/mac/editing/input/undo-grouping-on-text-insertion.html was already
307 skipped on all OS versions in platform/mac, so this skip did nothing.
308 2. Moved css3/filters/backdrop expectation to platform/mac.
309 3. css3/viewport-percentage-lengths tests are now fixed by a configuration change
312 * platform/mac-mavericks/TestExpectations: Removed.
313 * platform/mac/TestExpectations:
315 2014-12-07 Carlos Alberto Lopez Perez <clopez@igalia.com>
317 [GTK] Unreviewed GTK gardening.
319 * platform/gtk/TestExpectations: Report and mark new failures.
320 * platform/gtk/svg/animations/animate-marker-orienttype-1-expected.txt: Added. Rebaseline after r175525.
321 * platform/gtk/svg/animations/animate-marker-orienttype-2-expected.txt: Added. Rebaseline after r175525.
322 * platform/gtk/svg/animations/animate-marker-orienttype-3-expected.txt: Added. Rebaseline after r175525.
324 2014-12-06 Mark Lam <mark.lam@apple.com>
326 Skipping tests due to regression in r176902.
327 <https://webkit.org/b/139014>
333 2014-12-06 Commit Queue <commit-queue@webkit.org>
335 Unreviewed, rolling out r176905.
336 https://bugs.webkit.org/show_bug.cgi?id=139337
338 the test case is failing in bots (Requested by anttik on
343 "REGRESSION (173394): Support for webcam is broken"
344 https://bugs.webkit.org/show_bug.cgi?id=139313
345 http://trac.webkit.org/changeset/176905
347 2014-12-05 Antti Koivisto <antti@apple.com>
349 REGRESSION (173394): Support for webcam is broken
350 https://bugs.webkit.org/show_bug.cgi?id=139313
352 Reviewed by Alexey Proskuryakov.
354 We had no coverage for actually rendering multipart content.
356 * http/tests/multipart/multipart-image-expected.html: Added.
357 * http/tests/multipart/multipart-image.html: Added.
359 2014-12-05 Chris Fleizach <cfleizach@apple.com>
361 AX: I cannot activate links on the mobile version of news.google.com
362 https://bugs.webkit.org/show_bug.cgi?id=139330
364 Reviewed by Simon Fraser.
366 * platform/ios-simulator/ios-accessibility: Added.
367 * platform/ios-simulator/ios-accessibility/press-fires-touch-events-expected.txt: Added.
368 * platform/ios-simulator/ios-accessibility/press-fires-touch-events.html: Added.
370 2014-12-05 Myles C. Maxfield <mmaxfield@apple.com>
372 Directional single quotation marks are not rotated in vertical text
373 https://bugs.webkit.org/show_bug.cgi?id=138526
375 Compare vertical and horizontal renderings.
377 Reviewed by Darin Adler.
379 * fast/text/vertical-quotation-marks-expected.html: Added.
380 * fast/text/vertical-quotation-marks.html: Added.
382 2014-12-05 Dhi Aurrahman <diorahman@rockybars.com>
384 Implement parser for :lang pseudo class selector arguments that contain wildcard '*' subtags
385 https://bugs.webkit.org/show_bug.cgi?id=139014
387 Reviewed by Benjamin Poulain.
389 * fast/css/css-selector-text-expected.txt: Updated for asterisk containing input.
390 * fast/css/css-selector-text.html: Updated for asterisk containing input.
391 * fast/css/parsing-css-lang-expected.txt: Added.
392 * fast/css/parsing-css-lang.html: Added.
394 2014-12-05 Benjamin Poulain <bpoulain@apple.com>
396 Fix style sharing with the "type" and "readonly" attributes
397 https://bugs.webkit.org/show_bug.cgi?id=139283
399 Reviewed by Antti Koivisto.
401 * fast/css/data-attribute-style-sharing-1-expected.html: Added.
402 * fast/css/data-attribute-style-sharing-1.html: Added.
403 * fast/css/data-attribute-style-sharing-2-expected.html: Added.
404 * fast/css/data-attribute-style-sharing-2.html: Added.
405 * fast/css/data-attribute-style-sharing-3-expected.html: Added.
406 * fast/css/data-attribute-style-sharing-3.html: Added.
407 * fast/css/data-attribute-style-sharing-4-expected.html: Added.
408 * fast/css/data-attribute-style-sharing-4.html: Added.
409 * fast/css/data-attribute-style-sharing-5-expected.html: Added.
410 * fast/css/data-attribute-style-sharing-5.html: Added.
411 * fast/css/data-attribute-style-sharing-6-expected.html: Added.
412 * fast/css/data-attribute-style-sharing-6.html: Added.
413 * fast/css/data-attribute-style-sharing-7-expected.html: Added.
414 * fast/css/data-attribute-style-sharing-7.html: Added.
415 * fast/css/readonly-attribute-style-sharing-1-expected.html: Added.
416 * fast/css/readonly-attribute-style-sharing-1.html: Added.
417 * fast/css/readonly-attribute-style-sharing-2-expected.html: Added.
418 * fast/css/readonly-attribute-style-sharing-2.html: Added.
419 * fast/css/readonly-attribute-style-sharing-3-expected.html: Added.
420 * fast/css/readonly-attribute-style-sharing-3.html: Added.
421 * fast/css/readonly-attribute-style-sharing-4-expected.html: Added.
422 * fast/css/readonly-attribute-style-sharing-4.html: Added.
423 * fast/css/readonly-attribute-style-sharing-5-expected.html: Added.
424 * fast/css/readonly-attribute-style-sharing-5.html: Added.
425 * fast/css/readonly-attribute-style-sharing-6-expected.html: Added.
426 * fast/css/readonly-attribute-style-sharing-6.html: Added.
427 * fast/css/readonly-attribute-style-sharing-7-expected.html: Added.
428 * fast/css/readonly-attribute-style-sharing-7.html: Added.
429 * fast/css/type-attribute-style-sharing-1-expected.html: Added.
430 * fast/css/type-attribute-style-sharing-1.html: Added.
431 * fast/css/type-attribute-style-sharing-2-expected.html: Added.
432 * fast/css/type-attribute-style-sharing-2.html: Added.
433 * fast/css/type-attribute-style-sharing-3-expected.html: Added.
434 * fast/css/type-attribute-style-sharing-3.html: Added.
435 * fast/css/type-attribute-style-sharing-4-expected.html: Added.
436 * fast/css/type-attribute-style-sharing-4.html: Added.
437 * fast/css/type-attribute-style-sharing-5-expected.html: Added.
438 * fast/css/type-attribute-style-sharing-5.html: Added.
439 * fast/css/type-attribute-style-sharing-6-expected.html: Added.
440 * fast/css/type-attribute-style-sharing-6.html: Added.
441 * fast/css/type-attribute-style-sharing-7-expected.html: Added.
442 * fast/css/type-attribute-style-sharing-7.html: Added.
444 2014-12-04 Dean Jackson <dino@apple.com>
446 css3/viewport-percentage-lengths tests are flakey on WK1 Mavericks Debug
447 https://bugs.webkit.org/show_bug.cgi?id=139271
451 * platform/mac-mavericks/TestExpectations:
453 2014-12-02 Brian J. Burg <burg@cs.washington.edu>
455 Web Inspector: timeline probe records have inaccurate per-probe hit counts
456 https://bugs.webkit.org/show_bug.cgi?id=138976
458 Reviewed by Joseph Pecoraro.
459 Patch by Katie Madonna <madonnk@gmail.com>
461 Update test to also cover expected probe sampleId behavior.
463 * inspector-protocol/debugger/didSampleProbe-multiple-probes-expected.txt:
464 * inspector-protocol/debugger/didSampleProbe-multiple-probes.html:
466 2014-12-04 Adenilson Cavalcanti <cavalcantii@gmail.com>
468 Groove/inset/outset borders show solid if the color is black
469 https://bugs.webkit.org/show_bug.cgi?id=58608
471 Reviewed by Simon Fraser.
473 * fast/borders/mixed-border-style2.html: Added.
474 * platform/mac-mavericks/fast/borders/mixed-border-style2-expected.png: Added.
475 * platform/mac-mavericks/fast/borders/mixed-border-style2-expected.txt: Added.
477 2014-12-04 Joseph Pecoraro <pecoraro@apple.com>
479 Web Inspector: LayoutTests/inspector tests fail in Production builds due to missing test resources
480 https://bugs.webkit.org/show_bug.cgi?id=138898
482 Reviewed by Mark Rowe.
484 * platform/mac/TestExpectations:
486 2014-12-04 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
488 [EFL][WebGL] Remove junk webgl layout tests from TestExpectations
489 https://bugs.webkit.org/show_bug.cgi?id=139253
491 Reviewed by Gyuyoung Kim.
493 * platform/efl/TestExpectations:
495 2014-12-03 Roger Fong <roger_fong@apple.com>
497 Unreviewed. Some webgl conformance tests crash.
498 <rdar://problem/19136723>
500 * platform/mac/TestExpectations:
502 2014-12-03 Myles C. Maxfield <mmaxfield@apple.com>
504 List markers in RTL languages do not draw the first character.
505 https://bugs.webkit.org/show_bug.cgi?id=139244
507 Reviewed by Simon Fraser.
509 * fast/lists/rtl-marker-expected.html: Added.
510 * fast/lists/rtl-marker.html: Added.
512 2014-12-03 Chris Dumez <cdumez@apple.com>
514 Unreviewed gardening.
516 Land expected result for fast/dom/timer-throttle-on-scrolling-iframe-away.html
517 that was missing in r176729.
519 * fast/dom/timer-throttle-on-scrolling-iframe-away-expected.txt: Added.
521 2014-12-03 Roger Fong <roger_fong@apple.com>
523 Unreviewed. Add 1.0.3 conformance tests. Remove unused webgl test resource files.
525 * platform/mac/TestExpectations: Skipping 1.0.3 tests until we are at least somewhat conformant.
526 * webgl/1.0.3: Added.
527 * webgl/resources/webgl_test_files: Removed
529 2014-12-03 Roger Fong <roger_fong@apple.com>
531 Unreviewed. Remove 1.0.1 and experimental 1.0.3 WebGL conformance tests to make way for official 1.0.3 tests.
533 * platform/mac/TestExpectations:
534 * webgl/1.0.1: Removed.
535 * webgl/1.0.1/conformance: Removed.
536 * webgl/1.0.1/conformance/attribs: Removed.
537 * webgl/1.0.1/conformance/attribs/gl-enable-vertex-attrib-expected.txt: Removed.
538 * webgl/1.0.1/conformance/attribs/gl-enable-vertex-attrib.html: Removed.
539 * webgl/1.0.1/conformance/attribs/gl-vertex-attrib-expected.txt: Removed.
540 * webgl/1.0.1/conformance/attribs/gl-vertex-attrib-zero-issues-expected.txt: Removed.
541 * webgl/1.0.1/conformance/attribs/gl-vertex-attrib-zero-issues.html: Removed.
542 * webgl/1.0.1/conformance/attribs/gl-vertex-attrib.html: Removed.
543 * webgl/1.0.1/conformance/attribs/gl-vertexattribpointer-expected.txt: Removed.
544 * webgl/1.0.1/conformance/attribs/gl-vertexattribpointer-offsets-expected.txt: Removed.
545 * webgl/1.0.1/conformance/attribs/gl-vertexattribpointer-offsets.html: Removed.
546 * webgl/1.0.1/conformance/attribs/gl-vertexattribpointer.html: Removed.
547 * webgl/1.0.1/conformance/buffers: Removed.
548 * webgl/1.0.1/conformance/buffers/buffer-bind-test-expected.txt: Removed.
549 * webgl/1.0.1/conformance/buffers/buffer-bind-test.html: Removed.
550 * webgl/1.0.1/conformance/buffers/buffer-data-array-buffer-expected.txt: Removed.
551 * webgl/1.0.1/conformance/buffers/buffer-data-array-buffer.html: Removed.
552 * webgl/1.0.1/conformance/buffers/index-validation-copies-indices-expected.txt: Removed.
553 * webgl/1.0.1/conformance/buffers/index-validation-copies-indices.html: Removed.
554 * webgl/1.0.1/conformance/buffers/index-validation-crash-with-buffer-sub-data-expected.txt: Removed.
555 * webgl/1.0.1/conformance/buffers/index-validation-crash-with-buffer-sub-data.html: Removed.
556 * webgl/1.0.1/conformance/buffers/index-validation-expected.txt: Removed.
557 * webgl/1.0.1/conformance/buffers/index-validation-verifies-too-many-indices-expected.txt: Removed.
558 * webgl/1.0.1/conformance/buffers/index-validation-verifies-too-many-indices.html: Removed.
559 * webgl/1.0.1/conformance/buffers/index-validation-with-resized-buffer-expected.txt: Removed.
560 * webgl/1.0.1/conformance/buffers/index-validation-with-resized-buffer.html: Removed.
561 * webgl/1.0.1/conformance/buffers/index-validation.html: Removed.
562 * webgl/1.0.1/conformance/canvas: Removed.
563 * webgl/1.0.1/conformance/canvas/buffer-offscreen-test-expected.txt: Removed.
564 * webgl/1.0.1/conformance/canvas/buffer-offscreen-test.html: Removed.
565 * webgl/1.0.1/conformance/canvas/buffer-preserve-test-expected.txt: Removed.
566 * webgl/1.0.1/conformance/canvas/buffer-preserve-test.html: Removed.
567 * webgl/1.0.1/conformance/canvas/canvas-test-expected.txt: Removed.
568 * webgl/1.0.1/conformance/canvas/canvas-test.html: Removed.
569 * webgl/1.0.1/conformance/canvas/canvas-zero-size-expected.txt: Removed.
570 * webgl/1.0.1/conformance/canvas/canvas-zero-size.html: Removed.
571 * webgl/1.0.1/conformance/canvas/drawingbuffer-static-canvas-test-expected.txt: Removed.
572 * webgl/1.0.1/conformance/canvas/drawingbuffer-static-canvas-test.html: Removed.
573 * webgl/1.0.1/conformance/canvas/drawingbuffer-test-expected.txt: Removed.
574 * webgl/1.0.1/conformance/canvas/drawingbuffer-test.html: Removed.
575 * webgl/1.0.1/conformance/canvas/viewport-unchanged-upon-resize-expected.txt: Removed.
576 * webgl/1.0.1/conformance/canvas/viewport-unchanged-upon-resize.html: Removed.
577 * webgl/1.0.1/conformance/context: Removed.
578 * webgl/1.0.1/conformance/context/constants-expected.txt: Removed.
579 * webgl/1.0.1/conformance/context/constants.html: Removed.
580 * webgl/1.0.1/conformance/context/context-attributes-alpha-depth-stencil-antialias-expected.txt: Removed.
581 * webgl/1.0.1/conformance/context/context-attributes-alpha-depth-stencil-antialias.html: Removed.
582 * webgl/1.0.1/conformance/context/context-lost-expected.txt: Removed.
583 * webgl/1.0.1/conformance/context/context-lost-restored-expected.txt: Removed.
584 * webgl/1.0.1/conformance/context/context-lost-restored.html: Removed.
585 * webgl/1.0.1/conformance/context/context-lost.html: Removed.
586 * webgl/1.0.1/conformance/context/context-type-test-expected.txt: Removed.
587 * webgl/1.0.1/conformance/context/context-type-test.html: Removed.
588 * webgl/1.0.1/conformance/context/incorrect-context-object-behaviour-expected.txt: Removed.
589 * webgl/1.0.1/conformance/context/incorrect-context-object-behaviour.html: Removed.
590 * webgl/1.0.1/conformance/context/methods-expected.txt: Removed.
591 * webgl/1.0.1/conformance/context/methods.html: Removed.
592 * webgl/1.0.1/conformance/context/premultiplyalpha-test-expected.txt: Removed.
593 * webgl/1.0.1/conformance/context/premultiplyalpha-test.html: Removed.
594 * webgl/1.0.1/conformance/context/resource-sharing-test-expected.txt: Removed.
595 * webgl/1.0.1/conformance/context/resource-sharing-test.html: Removed.
596 * webgl/1.0.1/conformance/extensions: Removed.
597 * webgl/1.0.1/conformance/extensions/oes-standard-derivatives-expected.txt: Removed.
598 * webgl/1.0.1/conformance/extensions/oes-standard-derivatives.html: Removed.
599 * webgl/1.0.1/conformance/extensions/oes-texture-float-expected.txt: Removed.
600 * webgl/1.0.1/conformance/extensions/oes-texture-float.html: Removed.
601 * webgl/1.0.1/conformance/extensions/oes-vertex-array-object-expected.txt: Removed.
602 * webgl/1.0.1/conformance/extensions/oes-vertex-array-object.html: Removed.
603 * webgl/1.0.1/conformance/extensions/webgl-compressed-texture-s3tc-expected.txt: Removed.
604 * webgl/1.0.1/conformance/extensions/webgl-compressed-texture-s3tc.html: Removed.
605 * webgl/1.0.1/conformance/extensions/webgl-debug-renderer-info-expected.txt: Removed.
606 * webgl/1.0.1/conformance/extensions/webgl-debug-renderer-info.html: Removed.
607 * webgl/1.0.1/conformance/extensions/webgl-debug-shaders-expected.txt: Removed.
608 * webgl/1.0.1/conformance/extensions/webgl-debug-shaders.html: Removed.
609 * webgl/1.0.1/conformance/glsl: Removed.
610 * webgl/1.0.1/conformance/glsl/functions: Removed.
611 * webgl/1.0.1/conformance/glsl/functions/glsl-function-abs-expected.txt: Removed.
612 * webgl/1.0.1/conformance/glsl/functions/glsl-function-abs.html: Removed.
613 * webgl/1.0.1/conformance/glsl/functions/glsl-function-acos-expected.txt: Removed.
614 * webgl/1.0.1/conformance/glsl/functions/glsl-function-acos.html: Removed.
615 * webgl/1.0.1/conformance/glsl/functions/glsl-function-asin-expected.txt: Removed.
616 * webgl/1.0.1/conformance/glsl/functions/glsl-function-asin.html: Removed.
617 * webgl/1.0.1/conformance/glsl/functions/glsl-function-atan-expected.txt: Removed.
618 * webgl/1.0.1/conformance/glsl/functions/glsl-function-atan-xy-expected.txt: Removed.
619 * webgl/1.0.1/conformance/glsl/functions/glsl-function-atan-xy.html: Removed.
620 * webgl/1.0.1/conformance/glsl/functions/glsl-function-atan.html: Removed.
621 * webgl/1.0.1/conformance/glsl/functions/glsl-function-ceil-expected.txt: Removed.
622 * webgl/1.0.1/conformance/glsl/functions/glsl-function-ceil.html: Removed.
623 * webgl/1.0.1/conformance/glsl/functions/glsl-function-clamp-float-expected.txt: Removed.
624 * webgl/1.0.1/conformance/glsl/functions/glsl-function-clamp-float.html: Removed.
625 * webgl/1.0.1/conformance/glsl/functions/glsl-function-clamp-gentype-expected.txt: Removed.
626 * webgl/1.0.1/conformance/glsl/functions/glsl-function-clamp-gentype.html: Removed.
627 * webgl/1.0.1/conformance/glsl/functions/glsl-function-cos-expected.txt: Removed.
628 * webgl/1.0.1/conformance/glsl/functions/glsl-function-cos.html: Removed.
629 * webgl/1.0.1/conformance/glsl/functions/glsl-function-cross-expected.txt: Removed.
630 * webgl/1.0.1/conformance/glsl/functions/glsl-function-cross.html: Removed.
631 * webgl/1.0.1/conformance/glsl/functions/glsl-function-distance-expected.txt: Removed.
632 * webgl/1.0.1/conformance/glsl/functions/glsl-function-distance.html: Removed.
633 * webgl/1.0.1/conformance/glsl/functions/glsl-function-dot-expected.txt: Removed.
634 * webgl/1.0.1/conformance/glsl/functions/glsl-function-dot.html: Removed.
635 * webgl/1.0.1/conformance/glsl/functions/glsl-function-expected.txt: Removed.
636 * webgl/1.0.1/conformance/glsl/functions/glsl-function-faceforward-expected.txt: Removed.
637 * webgl/1.0.1/conformance/glsl/functions/glsl-function-faceforward.html: Removed.
638 * webgl/1.0.1/conformance/glsl/functions/glsl-function-floor-expected.txt: Removed.
639 * webgl/1.0.1/conformance/glsl/functions/glsl-function-floor.html: Removed.
640 * webgl/1.0.1/conformance/glsl/functions/glsl-function-fract-expected.txt: Removed.
641 * webgl/1.0.1/conformance/glsl/functions/glsl-function-fract.html: Removed.
642 * webgl/1.0.1/conformance/glsl/functions/glsl-function-length-expected.txt: Removed.
643 * webgl/1.0.1/conformance/glsl/functions/glsl-function-length.html: Removed.
644 * webgl/1.0.1/conformance/glsl/functions/glsl-function-max-float-expected.txt: Removed.
645 * webgl/1.0.1/conformance/glsl/functions/glsl-function-max-float.html: Removed.
646 * webgl/1.0.1/conformance/glsl/functions/glsl-function-max-gentype-expected.txt: Removed.
647 * webgl/1.0.1/conformance/glsl/functions/glsl-function-max-gentype.html: Removed.
648 * webgl/1.0.1/conformance/glsl/functions/glsl-function-min-float-expected.txt: Removed.
649 * webgl/1.0.1/conformance/glsl/functions/glsl-function-min-float.html: Removed.
650 * webgl/1.0.1/conformance/glsl/functions/glsl-function-min-gentype-expected.txt: Removed.
651 * webgl/1.0.1/conformance/glsl/functions/glsl-function-min-gentype.html: Removed.
652 * webgl/1.0.1/conformance/glsl/functions/glsl-function-mix-float-expected.txt: Removed.
653 * webgl/1.0.1/conformance/glsl/functions/glsl-function-mix-float.html: Removed.
654 * webgl/1.0.1/conformance/glsl/functions/glsl-function-mix-gentype-expected.txt: Removed.
655 * webgl/1.0.1/conformance/glsl/functions/glsl-function-mix-gentype.html: Removed.
656 * webgl/1.0.1/conformance/glsl/functions/glsl-function-mod-float-expected.txt: Removed.
657 * webgl/1.0.1/conformance/glsl/functions/glsl-function-mod-float.html: Removed.
658 * webgl/1.0.1/conformance/glsl/functions/glsl-function-mod-gentype-expected.txt: Removed.
659 * webgl/1.0.1/conformance/glsl/functions/glsl-function-mod-gentype.html: Removed.
660 * webgl/1.0.1/conformance/glsl/functions/glsl-function-normalize-expected.txt: Removed.
661 * webgl/1.0.1/conformance/glsl/functions/glsl-function-normalize.html: Removed.
662 * webgl/1.0.1/conformance/glsl/functions/glsl-function-reflect-expected.txt: Removed.
663 * webgl/1.0.1/conformance/glsl/functions/glsl-function-reflect.html: Removed.
664 * webgl/1.0.1/conformance/glsl/functions/glsl-function-sign-expected.txt: Removed.
665 * webgl/1.0.1/conformance/glsl/functions/glsl-function-sign.html: Removed.
666 * webgl/1.0.1/conformance/glsl/functions/glsl-function-sin-expected.txt: Removed.
667 * webgl/1.0.1/conformance/glsl/functions/glsl-function-sin.html: Removed.
668 * webgl/1.0.1/conformance/glsl/functions/glsl-function-smoothstep-float-expected.txt: Removed.
669 * webgl/1.0.1/conformance/glsl/functions/glsl-function-smoothstep-float.html: Removed.
670 * webgl/1.0.1/conformance/glsl/functions/glsl-function-smoothstep-gentype-expected.txt: Removed.
671 * webgl/1.0.1/conformance/glsl/functions/glsl-function-smoothstep-gentype.html: Removed.
672 * webgl/1.0.1/conformance/glsl/functions/glsl-function-step-float-expected.txt: Removed.
673 * webgl/1.0.1/conformance/glsl/functions/glsl-function-step-float.html: Removed.
674 * webgl/1.0.1/conformance/glsl/functions/glsl-function-step-gentype-expected.txt: Removed.
675 * webgl/1.0.1/conformance/glsl/functions/glsl-function-step-gentype.html: Removed.
676 * webgl/1.0.1/conformance/glsl/functions/glsl-function.html: Removed.
677 * webgl/1.0.1/conformance/glsl/implicit: Removed.
678 * webgl/1.0.1/conformance/glsl/implicit/add_int_float.vert-expected.txt: Removed.
679 * webgl/1.0.1/conformance/glsl/implicit/add_int_float.vert.html: Removed.
680 * webgl/1.0.1/conformance/glsl/implicit/add_int_mat2.vert-expected.txt: Removed.
681 * webgl/1.0.1/conformance/glsl/implicit/add_int_mat2.vert.html: Removed.
682 * webgl/1.0.1/conformance/glsl/implicit/add_int_mat3.vert-expected.txt: Removed.
683 * webgl/1.0.1/conformance/glsl/implicit/add_int_mat3.vert.html: Removed.
684 * webgl/1.0.1/conformance/glsl/implicit/add_int_mat4.vert-expected.txt: Removed.
685 * webgl/1.0.1/conformance/glsl/implicit/add_int_mat4.vert.html: Removed.
686 * webgl/1.0.1/conformance/glsl/implicit/add_int_vec2.vert-expected.txt: Removed.
687 * webgl/1.0.1/conformance/glsl/implicit/add_int_vec2.vert.html: Removed.
688 * webgl/1.0.1/conformance/glsl/implicit/add_int_vec3.vert-expected.txt: Removed.
689 * webgl/1.0.1/conformance/glsl/implicit/add_int_vec3.vert.html: Removed.
690 * webgl/1.0.1/conformance/glsl/implicit/add_int_vec4.vert-expected.txt: Removed.
691 * webgl/1.0.1/conformance/glsl/implicit/add_int_vec4.vert.html: Removed.
692 * webgl/1.0.1/conformance/glsl/implicit/add_ivec2_vec2.vert-expected.txt: Removed.
693 * webgl/1.0.1/conformance/glsl/implicit/add_ivec2_vec2.vert.html: Removed.
694 * webgl/1.0.1/conformance/glsl/implicit/add_ivec3_vec3.vert-expected.txt: Removed.
695 * webgl/1.0.1/conformance/glsl/implicit/add_ivec3_vec3.vert.html: Removed.
696 * webgl/1.0.1/conformance/glsl/implicit/add_ivec4_vec4.vert-expected.txt: Removed.
697 * webgl/1.0.1/conformance/glsl/implicit/add_ivec4_vec4.vert.html: Removed.
698 * webgl/1.0.1/conformance/glsl/implicit/assign_int_to_float.vert-expected.txt: Removed.
699 * webgl/1.0.1/conformance/glsl/implicit/assign_int_to_float.vert.html: Removed.
700 * webgl/1.0.1/conformance/glsl/implicit/assign_ivec2_to_vec2.vert-expected.txt: Removed.
701 * webgl/1.0.1/conformance/glsl/implicit/assign_ivec2_to_vec2.vert.html: Removed.
702 * webgl/1.0.1/conformance/glsl/implicit/assign_ivec3_to_vec3.vert-expected.txt: Removed.
703 * webgl/1.0.1/conformance/glsl/implicit/assign_ivec3_to_vec3.vert.html: Removed.
704 * webgl/1.0.1/conformance/glsl/implicit/assign_ivec4_to_vec4.vert-expected.txt: Removed.
705 * webgl/1.0.1/conformance/glsl/implicit/assign_ivec4_to_vec4.vert.html: Removed.
706 * webgl/1.0.1/conformance/glsl/implicit/construct_struct.vert-expected.txt: Removed.
707 * webgl/1.0.1/conformance/glsl/implicit/construct_struct.vert.html: Removed.
708 * webgl/1.0.1/conformance/glsl/implicit/divide_int_float.vert-expected.txt: Removed.
709 * webgl/1.0.1/conformance/glsl/implicit/divide_int_float.vert.html: Removed.
710 * webgl/1.0.1/conformance/glsl/implicit/divide_int_mat2.vert-expected.txt: Removed.
711 * webgl/1.0.1/conformance/glsl/implicit/divide_int_mat2.vert.html: Removed.
712 * webgl/1.0.1/conformance/glsl/implicit/divide_int_mat3.vert-expected.txt: Removed.
713 * webgl/1.0.1/conformance/glsl/implicit/divide_int_mat3.vert.html: Removed.
714 * webgl/1.0.1/conformance/glsl/implicit/divide_int_mat4.vert-expected.txt: Removed.
715 * webgl/1.0.1/conformance/glsl/implicit/divide_int_mat4.vert.html: Removed.
716 * webgl/1.0.1/conformance/glsl/implicit/divide_int_vec2.vert-expected.txt: Removed.
717 * webgl/1.0.1/conformance/glsl/implicit/divide_int_vec2.vert.html: Removed.
718 * webgl/1.0.1/conformance/glsl/implicit/divide_int_vec3.vert-expected.txt: Removed.
719 * webgl/1.0.1/conformance/glsl/implicit/divide_int_vec3.vert.html: Removed.
720 * webgl/1.0.1/conformance/glsl/implicit/divide_int_vec4.vert-expected.txt: Removed.
721 * webgl/1.0.1/conformance/glsl/implicit/divide_int_vec4.vert.html: Removed.
722 * webgl/1.0.1/conformance/glsl/implicit/divide_ivec2_vec2.vert-expected.txt: Removed.
723 * webgl/1.0.1/conformance/glsl/implicit/divide_ivec2_vec2.vert.html: Removed.
724 * webgl/1.0.1/conformance/glsl/implicit/divide_ivec3_vec3.vert-expected.txt: Removed.
725 * webgl/1.0.1/conformance/glsl/implicit/divide_ivec3_vec3.vert.html: Removed.
726 * webgl/1.0.1/conformance/glsl/implicit/divide_ivec4_vec4.vert-expected.txt: Removed.
727 * webgl/1.0.1/conformance/glsl/implicit/divide_ivec4_vec4.vert.html: Removed.
728 * webgl/1.0.1/conformance/glsl/implicit/equal_int_float.vert-expected.txt: Removed.
729 * webgl/1.0.1/conformance/glsl/implicit/equal_int_float.vert.html: Removed.
730 * webgl/1.0.1/conformance/glsl/implicit/equal_ivec2_vec2.vert-expected.txt: Removed.
731 * webgl/1.0.1/conformance/glsl/implicit/equal_ivec2_vec2.vert.html: Removed.
732 * webgl/1.0.1/conformance/glsl/implicit/equal_ivec3_vec3.vert-expected.txt: Removed.
733 * webgl/1.0.1/conformance/glsl/implicit/equal_ivec3_vec3.vert.html: Removed.
734 * webgl/1.0.1/conformance/glsl/implicit/equal_ivec4_vec4.vert-expected.txt: Removed.
735 * webgl/1.0.1/conformance/glsl/implicit/equal_ivec4_vec4.vert.html: Removed.
736 * webgl/1.0.1/conformance/glsl/implicit/function_int_float.vert-expected.txt: Removed.
737 * webgl/1.0.1/conformance/glsl/implicit/function_int_float.vert.html: Removed.
738 * webgl/1.0.1/conformance/glsl/implicit/function_ivec2_vec2.vert-expected.txt: Removed.
739 * webgl/1.0.1/conformance/glsl/implicit/function_ivec2_vec2.vert.html: Removed.
740 * webgl/1.0.1/conformance/glsl/implicit/function_ivec3_vec3.vert-expected.txt: Removed.
741 * webgl/1.0.1/conformance/glsl/implicit/function_ivec3_vec3.vert.html: Removed.
742 * webgl/1.0.1/conformance/glsl/implicit/function_ivec4_vec4.vert-expected.txt: Removed.
743 * webgl/1.0.1/conformance/glsl/implicit/function_ivec4_vec4.vert.html: Removed.
744 * webgl/1.0.1/conformance/glsl/implicit/greater_than.vert-expected.txt: Removed.
745 * webgl/1.0.1/conformance/glsl/implicit/greater_than.vert.html: Removed.
746 * webgl/1.0.1/conformance/glsl/implicit/greater_than_equal.vert-expected.txt: Removed.
747 * webgl/1.0.1/conformance/glsl/implicit/greater_than_equal.vert.html: Removed.
748 * webgl/1.0.1/conformance/glsl/implicit/less_than.vert-expected.txt: Removed.
749 * webgl/1.0.1/conformance/glsl/implicit/less_than.vert.html: Removed.
750 * webgl/1.0.1/conformance/glsl/implicit/less_than_equal.vert-expected.txt: Removed.
751 * webgl/1.0.1/conformance/glsl/implicit/less_than_equal.vert.html: Removed.
752 * webgl/1.0.1/conformance/glsl/implicit/multiply_int_float.vert-expected.txt: Removed.
753 * webgl/1.0.1/conformance/glsl/implicit/multiply_int_float.vert.html: Removed.
754 * webgl/1.0.1/conformance/glsl/implicit/multiply_int_mat2.vert-expected.txt: Removed.
755 * webgl/1.0.1/conformance/glsl/implicit/multiply_int_mat2.vert.html: Removed.
756 * webgl/1.0.1/conformance/glsl/implicit/multiply_int_mat3.vert-expected.txt: Removed.
757 * webgl/1.0.1/conformance/glsl/implicit/multiply_int_mat3.vert.html: Removed.
758 * webgl/1.0.1/conformance/glsl/implicit/multiply_int_mat4.vert-expected.txt: Removed.
759 * webgl/1.0.1/conformance/glsl/implicit/multiply_int_mat4.vert.html: Removed.
760 * webgl/1.0.1/conformance/glsl/implicit/multiply_int_vec2.vert-expected.txt: Removed.
761 * webgl/1.0.1/conformance/glsl/implicit/multiply_int_vec2.vert.html: Removed.
762 * webgl/1.0.1/conformance/glsl/implicit/multiply_int_vec3.vert-expected.txt: Removed.
763 * webgl/1.0.1/conformance/glsl/implicit/multiply_int_vec3.vert.html: Removed.
764 * webgl/1.0.1/conformance/glsl/implicit/multiply_int_vec4.vert-expected.txt: Removed.
765 * webgl/1.0.1/conformance/glsl/implicit/multiply_int_vec4.vert.html: Removed.
766 * webgl/1.0.1/conformance/glsl/implicit/multiply_ivec2_vec2.vert-expected.txt: Removed.
767 * webgl/1.0.1/conformance/glsl/implicit/multiply_ivec2_vec2.vert.html: Removed.
768 * webgl/1.0.1/conformance/glsl/implicit/multiply_ivec3_vec3.vert-expected.txt: Removed.
769 * webgl/1.0.1/conformance/glsl/implicit/multiply_ivec3_vec3.vert.html: Removed.
770 * webgl/1.0.1/conformance/glsl/implicit/multiply_ivec4_vec4.vert-expected.txt: Removed.
771 * webgl/1.0.1/conformance/glsl/implicit/multiply_ivec4_vec4.vert.html: Removed.
772 * webgl/1.0.1/conformance/glsl/implicit/not_equal_int_float.vert-expected.txt: Removed.
773 * webgl/1.0.1/conformance/glsl/implicit/not_equal_int_float.vert.html: Removed.
774 * webgl/1.0.1/conformance/glsl/implicit/not_equal_ivec2_vec2.vert-expected.txt: Removed.
775 * webgl/1.0.1/conformance/glsl/implicit/not_equal_ivec2_vec2.vert.html: Removed.
776 * webgl/1.0.1/conformance/glsl/implicit/not_equal_ivec3_vec3.vert-expected.txt: Removed.
777 * webgl/1.0.1/conformance/glsl/implicit/not_equal_ivec3_vec3.vert.html: Removed.
778 * webgl/1.0.1/conformance/glsl/implicit/not_equal_ivec4_vec4.vert-expected.txt: Removed.
779 * webgl/1.0.1/conformance/glsl/implicit/not_equal_ivec4_vec4.vert.html: Removed.
780 * webgl/1.0.1/conformance/glsl/implicit/subtract_int_float.vert-expected.txt: Removed.
781 * webgl/1.0.1/conformance/glsl/implicit/subtract_int_float.vert.html: Removed.
782 * webgl/1.0.1/conformance/glsl/implicit/subtract_int_mat2.vert-expected.txt: Removed.
783 * webgl/1.0.1/conformance/glsl/implicit/subtract_int_mat2.vert.html: Removed.
784 * webgl/1.0.1/conformance/glsl/implicit/subtract_int_mat3.vert-expected.txt: Removed.
785 * webgl/1.0.1/conformance/glsl/implicit/subtract_int_mat3.vert.html: Removed.
786 * webgl/1.0.1/conformance/glsl/implicit/subtract_int_mat4.vert-expected.txt: Removed.
787 * webgl/1.0.1/conformance/glsl/implicit/subtract_int_mat4.vert.html: Removed.
788 * webgl/1.0.1/conformance/glsl/implicit/subtract_int_vec2.vert-expected.txt: Removed.
789 * webgl/1.0.1/conformance/glsl/implicit/subtract_int_vec2.vert.html: Removed.
790 * webgl/1.0.1/conformance/glsl/implicit/subtract_int_vec3.vert-expected.txt: Removed.
791 * webgl/1.0.1/conformance/glsl/implicit/subtract_int_vec3.vert.html: Removed.
792 * webgl/1.0.1/conformance/glsl/implicit/subtract_int_vec4.vert-expected.txt: Removed.
793 * webgl/1.0.1/conformance/glsl/implicit/subtract_int_vec4.vert.html: Removed.
794 * webgl/1.0.1/conformance/glsl/implicit/subtract_ivec2_vec2.vert-expected.txt: Removed.
795 * webgl/1.0.1/conformance/glsl/implicit/subtract_ivec2_vec2.vert.html: Removed.
796 * webgl/1.0.1/conformance/glsl/implicit/subtract_ivec3_vec3.vert-expected.txt: Removed.
797 * webgl/1.0.1/conformance/glsl/implicit/subtract_ivec3_vec3.vert.html: Removed.
798 * webgl/1.0.1/conformance/glsl/implicit/subtract_ivec4_vec4.vert-expected.txt: Removed.
799 * webgl/1.0.1/conformance/glsl/implicit/subtract_ivec4_vec4.vert.html: Removed.
800 * webgl/1.0.1/conformance/glsl/implicit/ternary_int_float.vert-expected.txt: Removed.
801 * webgl/1.0.1/conformance/glsl/implicit/ternary_int_float.vert.html: Removed.
802 * webgl/1.0.1/conformance/glsl/implicit/ternary_ivec2_vec2.vert-expected.txt: Removed.
803 * webgl/1.0.1/conformance/glsl/implicit/ternary_ivec2_vec2.vert.html: Removed.
804 * webgl/1.0.1/conformance/glsl/implicit/ternary_ivec3_vec3.vert-expected.txt: Removed.
805 * webgl/1.0.1/conformance/glsl/implicit/ternary_ivec3_vec3.vert.html: Removed.
806 * webgl/1.0.1/conformance/glsl/implicit/ternary_ivec4_vec4.vert-expected.txt: Removed.
807 * webgl/1.0.1/conformance/glsl/implicit/ternary_ivec4_vec4.vert.html: Removed.
808 * webgl/1.0.1/conformance/glsl/matrices: Removed.
809 * webgl/1.0.1/conformance/glsl/matrices/glsl-mat4-to-mat3-expected.txt: Removed.
810 * webgl/1.0.1/conformance/glsl/matrices/glsl-mat4-to-mat3.html: Removed.
811 * webgl/1.0.1/conformance/glsl/misc: Removed.
812 * webgl/1.0.1/conformance/glsl/misc/attrib-location-length-limits-expected.txt: Removed.
813 * webgl/1.0.1/conformance/glsl/misc/attrib-location-length-limits.html: Removed.
814 * webgl/1.0.1/conformance/glsl/misc/embedded-struct-definitions-forbidden-expected.txt: Removed.
815 * webgl/1.0.1/conformance/glsl/misc/embedded-struct-definitions-forbidden.html: Removed.
816 * webgl/1.0.1/conformance/glsl/misc/glsl-function-nodes-expected.txt: Removed.
817 * webgl/1.0.1/conformance/glsl/misc/glsl-function-nodes.html: Removed.
818 * webgl/1.0.1/conformance/glsl/misc/glsl-long-variable-names-expected.txt: Removed.
819 * webgl/1.0.1/conformance/glsl/misc/glsl-long-variable-names.html: Removed.
820 * webgl/1.0.1/conformance/glsl/misc/glsl-vertex-branch-expected.txt: Removed.
821 * webgl/1.0.1/conformance/glsl/misc/glsl-vertex-branch.html: Removed.
822 * webgl/1.0.1/conformance/glsl/misc/non-ascii-comments.vert-expected.txt: Removed.
823 * webgl/1.0.1/conformance/glsl/misc/non-ascii-comments.vert.html: Removed.
824 * webgl/1.0.1/conformance/glsl/misc/non-ascii.vert-expected.txt: Removed.
825 * webgl/1.0.1/conformance/glsl/misc/non-ascii.vert.html: Removed.
826 * webgl/1.0.1/conformance/glsl/misc/re-compile-re-link-expected.txt: Removed.
827 * webgl/1.0.1/conformance/glsl/misc/re-compile-re-link.html: Removed.
828 * webgl/1.0.1/conformance/glsl/misc/shader-with-256-character-identifier.frag-expected.txt: Removed.
829 * webgl/1.0.1/conformance/glsl/misc/shader-with-256-character-identifier.frag.html: Removed.
830 * webgl/1.0.1/conformance/glsl/misc/shader-with-257-character-identifier.frag-expected.txt: Removed.
831 * webgl/1.0.1/conformance/glsl/misc/shader-with-257-character-identifier.frag.html: Removed.
832 * webgl/1.0.1/conformance/glsl/misc/shader-with-_webgl-identifier.vert-expected.txt: Removed.
833 * webgl/1.0.1/conformance/glsl/misc/shader-with-_webgl-identifier.vert.html: Removed.
834 * webgl/1.0.1/conformance/glsl/misc/shader-with-arbitrary-indexing.frag-expected.txt: Removed.
835 * webgl/1.0.1/conformance/glsl/misc/shader-with-arbitrary-indexing.frag.html: Removed.
836 * webgl/1.0.1/conformance/glsl/misc/shader-with-arbitrary-indexing.vert-expected.txt: Removed.
837 * webgl/1.0.1/conformance/glsl/misc/shader-with-arbitrary-indexing.vert.html: Removed.
838 * webgl/1.0.1/conformance/glsl/misc/shader-with-attrib-array.vert-expected.txt: Removed.
839 * webgl/1.0.1/conformance/glsl/misc/shader-with-attrib-array.vert.html: Removed.
840 * webgl/1.0.1/conformance/glsl/misc/shader-with-attrib-struct.vert-expected.txt: Removed.
841 * webgl/1.0.1/conformance/glsl/misc/shader-with-attrib-struct.vert.html: Removed.
842 * webgl/1.0.1/conformance/glsl/misc/shader-with-clipvertex.vert-expected.txt: Removed.
843 * webgl/1.0.1/conformance/glsl/misc/shader-with-clipvertex.vert.html: Removed.
844 * webgl/1.0.1/conformance/glsl/misc/shader-with-comma-assignment-expected.txt: Removed.
845 * webgl/1.0.1/conformance/glsl/misc/shader-with-comma-assignment.html: Removed.
846 * webgl/1.0.1/conformance/glsl/misc/shader-with-comma-conditional-assignment-expected.txt: Removed.
847 * webgl/1.0.1/conformance/glsl/misc/shader-with-comma-conditional-assignment.html: Removed.
848 * webgl/1.0.1/conformance/glsl/misc/shader-with-conditional-scoping-expected.txt: Removed.
849 * webgl/1.0.1/conformance/glsl/misc/shader-with-conditional-scoping.html: Removed.
850 * webgl/1.0.1/conformance/glsl/misc/shader-with-default-precision.frag-expected.txt: Removed.
851 * webgl/1.0.1/conformance/glsl/misc/shader-with-default-precision.frag.html: Removed.
852 * webgl/1.0.1/conformance/glsl/misc/shader-with-default-precision.vert-expected.txt: Removed.
853 * webgl/1.0.1/conformance/glsl/misc/shader-with-default-precision.vert.html: Removed.
854 * webgl/1.0.1/conformance/glsl/misc/shader-with-define-line-continuation.frag-expected.txt: Removed.
855 * webgl/1.0.1/conformance/glsl/misc/shader-with-define-line-continuation.frag.html: Removed.
856 * webgl/1.0.1/conformance/glsl/misc/shader-with-dfdx-no-ext.frag-expected.txt: Removed.
857 * webgl/1.0.1/conformance/glsl/misc/shader-with-dfdx-no-ext.frag.html: Removed.
858 * webgl/1.0.1/conformance/glsl/misc/shader-with-dfdx.frag-expected.txt: Removed.
859 * webgl/1.0.1/conformance/glsl/misc/shader-with-dfdx.frag.html: Removed.
860 * webgl/1.0.1/conformance/glsl/misc/shader-with-do-scoping-expected.txt: Removed.
861 * webgl/1.0.1/conformance/glsl/misc/shader-with-do-scoping.html: Removed.
862 * webgl/1.0.1/conformance/glsl/misc/shader-with-error-directive-expected.txt: Removed.
863 * webgl/1.0.1/conformance/glsl/misc/shader-with-error-directive.html: Removed.
864 * webgl/1.0.1/conformance/glsl/misc/shader-with-explicit-int-cast.vert-expected.txt: Removed.
865 * webgl/1.0.1/conformance/glsl/misc/shader-with-explicit-int-cast.vert.html: Removed.
866 * webgl/1.0.1/conformance/glsl/misc/shader-with-float-return-value.frag-expected.txt: Removed.
867 * webgl/1.0.1/conformance/glsl/misc/shader-with-float-return-value.frag.html: Removed.
868 * webgl/1.0.1/conformance/glsl/misc/shader-with-for-loop-expected.txt: Removed.
869 * webgl/1.0.1/conformance/glsl/misc/shader-with-for-loop.html: Removed.
870 * webgl/1.0.1/conformance/glsl/misc/shader-with-for-scoping-expected.txt: Removed.
871 * webgl/1.0.1/conformance/glsl/misc/shader-with-for-scoping.html: Removed.
872 * webgl/1.0.1/conformance/glsl/misc/shader-with-frag-depth.frag-expected.txt: Removed.
873 * webgl/1.0.1/conformance/glsl/misc/shader-with-frag-depth.frag.html: Removed.
874 * webgl/1.0.1/conformance/glsl/misc/shader-with-function-recursion.frag-expected.txt: Removed.
875 * webgl/1.0.1/conformance/glsl/misc/shader-with-function-recursion.frag.html: Removed.
876 * webgl/1.0.1/conformance/glsl/misc/shader-with-function-scoped-struct-expected.txt: Removed.
877 * webgl/1.0.1/conformance/glsl/misc/shader-with-function-scoped-struct.html: Removed.
878 * webgl/1.0.1/conformance/glsl/misc/shader-with-functional-scoping-expected.txt: Removed.
879 * webgl/1.0.1/conformance/glsl/misc/shader-with-functional-scoping.html: Removed.
880 * webgl/1.0.1/conformance/glsl/misc/shader-with-glcolor.vert-expected.txt: Removed.
881 * webgl/1.0.1/conformance/glsl/misc/shader-with-glcolor.vert.html: Removed.
882 * webgl/1.0.1/conformance/glsl/misc/shader-with-gles-1.frag-expected.txt: Removed.
883 * webgl/1.0.1/conformance/glsl/misc/shader-with-gles-1.frag.html: Removed.
884 * webgl/1.0.1/conformance/glsl/misc/shader-with-gles-symbol.frag-expected.txt: Removed.
885 * webgl/1.0.1/conformance/glsl/misc/shader-with-gles-symbol.frag.html: Removed.
886 * webgl/1.0.1/conformance/glsl/misc/shader-with-glprojectionmatrix.vert-expected.txt: Removed.
887 * webgl/1.0.1/conformance/glsl/misc/shader-with-glprojectionmatrix.vert.html: Removed.
888 * webgl/1.0.1/conformance/glsl/misc/shader-with-hex-int-constant-macro-expected.txt: Removed.
889 * webgl/1.0.1/conformance/glsl/misc/shader-with-hex-int-constant-macro.html: Removed.
890 * webgl/1.0.1/conformance/glsl/misc/shader-with-implicit-vec3-to-vec4-cast.vert-expected.txt: Removed.
891 * webgl/1.0.1/conformance/glsl/misc/shader-with-implicit-vec3-to-vec4-cast.vert.html: Removed.
892 * webgl/1.0.1/conformance/glsl/misc/shader-with-include.vert-expected.txt: Removed.
893 * webgl/1.0.1/conformance/glsl/misc/shader-with-include.vert.html: Removed.
894 * webgl/1.0.1/conformance/glsl/misc/shader-with-int-return-value.frag-expected.txt: Removed.
895 * webgl/1.0.1/conformance/glsl/misc/shader-with-int-return-value.frag.html: Removed.
896 * webgl/1.0.1/conformance/glsl/misc/shader-with-invalid-identifier.frag-expected.txt: Removed.
897 * webgl/1.0.1/conformance/glsl/misc/shader-with-invalid-identifier.frag.html: Removed.
898 * webgl/1.0.1/conformance/glsl/misc/shader-with-ivec2-return-value.frag-expected.txt: Removed.
899 * webgl/1.0.1/conformance/glsl/misc/shader-with-ivec2-return-value.frag.html: Removed.
900 * webgl/1.0.1/conformance/glsl/misc/shader-with-ivec3-return-value.frag-expected.txt: Removed.
901 * webgl/1.0.1/conformance/glsl/misc/shader-with-ivec3-return-value.frag.html: Removed.
902 * webgl/1.0.1/conformance/glsl/misc/shader-with-ivec4-return-value.frag-expected.txt: Removed.
903 * webgl/1.0.1/conformance/glsl/misc/shader-with-ivec4-return-value.frag.html: Removed.
904 * webgl/1.0.1/conformance/glsl/misc/shader-with-limited-indexing.frag-expected.txt: Removed.
905 * webgl/1.0.1/conformance/glsl/misc/shader-with-limited-indexing.frag.html: Removed.
906 * webgl/1.0.1/conformance/glsl/misc/shader-with-long-line-expected.txt: Removed.
907 * webgl/1.0.1/conformance/glsl/misc/shader-with-long-line.html: Removed.
908 * webgl/1.0.1/conformance/glsl/misc/shader-with-non-ascii-error.frag-expected.txt: Removed.
909 * webgl/1.0.1/conformance/glsl/misc/shader-with-non-ascii-error.frag.html: Removed.
910 * webgl/1.0.1/conformance/glsl/misc/shader-with-precision.frag-expected.txt: Removed.
911 * webgl/1.0.1/conformance/glsl/misc/shader-with-precision.frag.html: Removed.
912 * webgl/1.0.1/conformance/glsl/misc/shader-with-quoted-error.frag-expected.txt: Removed.
913 * webgl/1.0.1/conformance/glsl/misc/shader-with-quoted-error.frag.html: Removed.
914 * webgl/1.0.1/conformance/glsl/misc/shader-with-undefined-preprocessor-symbol.frag-expected.txt: Removed.
915 * webgl/1.0.1/conformance/glsl/misc/shader-with-undefined-preprocessor-symbol.frag.html: Removed.
916 * webgl/1.0.1/conformance/glsl/misc/shader-with-uniform-in-loop-condition.vert-expected.txt: Removed.
917 * webgl/1.0.1/conformance/glsl/misc/shader-with-uniform-in-loop-condition.vert.html: Removed.
918 * webgl/1.0.1/conformance/glsl/misc/shader-with-vec2-return-value.frag-expected.txt: Removed.
919 * webgl/1.0.1/conformance/glsl/misc/shader-with-vec2-return-value.frag.html: Removed.
920 * webgl/1.0.1/conformance/glsl/misc/shader-with-vec3-return-value.frag-expected.txt: Removed.
921 * webgl/1.0.1/conformance/glsl/misc/shader-with-vec3-return-value.frag.html: Removed.
922 * webgl/1.0.1/conformance/glsl/misc/shader-with-vec4-return-value.frag-expected.txt: Removed.
923 * webgl/1.0.1/conformance/glsl/misc/shader-with-vec4-return-value.frag.html: Removed.
924 * webgl/1.0.1/conformance/glsl/misc/shader-with-vec4-vec3-vec4-conditional-expected.txt: Removed.
925 * webgl/1.0.1/conformance/glsl/misc/shader-with-vec4-vec3-vec4-conditional.html: Removed.
926 * webgl/1.0.1/conformance/glsl/misc/shader-with-version-100.frag-expected.txt: Removed.
927 * webgl/1.0.1/conformance/glsl/misc/shader-with-version-100.frag.html: Removed.
928 * webgl/1.0.1/conformance/glsl/misc/shader-with-version-100.vert-expected.txt: Removed.
929 * webgl/1.0.1/conformance/glsl/misc/shader-with-version-100.vert.html: Removed.
930 * webgl/1.0.1/conformance/glsl/misc/shader-with-version-120.vert-expected.txt: Removed.
931 * webgl/1.0.1/conformance/glsl/misc/shader-with-version-120.vert.html: Removed.
932 * webgl/1.0.1/conformance/glsl/misc/shader-with-version-130.vert-expected.txt: Removed.
933 * webgl/1.0.1/conformance/glsl/misc/shader-with-version-130.vert.html: Removed.
934 * webgl/1.0.1/conformance/glsl/misc/shader-with-webgl-identifier.vert-expected.txt: Removed.
935 * webgl/1.0.1/conformance/glsl/misc/shader-with-webgl-identifier.vert.html: Removed.
936 * webgl/1.0.1/conformance/glsl/misc/shader-without-precision.frag-expected.txt: Removed.
937 * webgl/1.0.1/conformance/glsl/misc/shader-without-precision.frag.html: Removed.
938 * webgl/1.0.1/conformance/glsl/misc/shared-expected.txt: Removed.
939 * webgl/1.0.1/conformance/glsl/misc/shared.html: Removed.
940 * webgl/1.0.1/conformance/glsl/misc/struct-nesting-exceeds-maximum-expected.txt: Removed.
941 * webgl/1.0.1/conformance/glsl/misc/struct-nesting-exceeds-maximum.html: Removed.
942 * webgl/1.0.1/conformance/glsl/misc/struct-nesting-under-maximum-expected.txt: Removed.
943 * webgl/1.0.1/conformance/glsl/misc/struct-nesting-under-maximum.html: Removed.
944 * webgl/1.0.1/conformance/glsl/misc/uniform-location-length-limits-expected.txt: Removed.
945 * webgl/1.0.1/conformance/glsl/misc/uniform-location-length-limits.html: Removed.
946 * webgl/1.0.1/conformance/glsl/reserved: Removed.
947 * webgl/1.0.1/conformance/glsl/reserved/_webgl_field.vert-expected.txt: Removed.
948 * webgl/1.0.1/conformance/glsl/reserved/_webgl_field.vert.html: Removed.
949 * webgl/1.0.1/conformance/glsl/reserved/_webgl_function.vert-expected.txt: Removed.
950 * webgl/1.0.1/conformance/glsl/reserved/_webgl_function.vert.html: Removed.
951 * webgl/1.0.1/conformance/glsl/reserved/_webgl_struct.vert-expected.txt: Removed.
952 * webgl/1.0.1/conformance/glsl/reserved/_webgl_struct.vert.html: Removed.
953 * webgl/1.0.1/conformance/glsl/reserved/_webgl_variable.vert-expected.txt: Removed.
954 * webgl/1.0.1/conformance/glsl/reserved/_webgl_variable.vert.html: Removed.
955 * webgl/1.0.1/conformance/glsl/reserved/webgl_field.vert-expected.txt: Removed.
956 * webgl/1.0.1/conformance/glsl/reserved/webgl_field.vert.html: Removed.
957 * webgl/1.0.1/conformance/glsl/reserved/webgl_function.vert-expected.txt: Removed.
958 * webgl/1.0.1/conformance/glsl/reserved/webgl_function.vert.html: Removed.
959 * webgl/1.0.1/conformance/glsl/reserved/webgl_struct.vert-expected.txt: Removed.
960 * webgl/1.0.1/conformance/glsl/reserved/webgl_struct.vert.html: Removed.
961 * webgl/1.0.1/conformance/glsl/reserved/webgl_variable.vert-expected.txt: Removed.
962 * webgl/1.0.1/conformance/glsl/reserved/webgl_variable.vert.html: Removed.
963 * webgl/1.0.1/conformance/glsl/samplers: Removed.
964 * webgl/1.0.1/conformance/glsl/samplers/glsl-function-texture2d-bias-expected.txt: Removed.
965 * webgl/1.0.1/conformance/glsl/samplers/glsl-function-texture2d-bias.html: Removed.
966 * webgl/1.0.1/conformance/glsl/samplers/glsl-function-texture2dlod-expected.txt: Removed.
967 * webgl/1.0.1/conformance/glsl/samplers/glsl-function-texture2dlod.html: Removed.
968 * webgl/1.0.1/conformance/glsl/samplers/glsl-function-texture2dproj-expected.txt: Removed.
969 * webgl/1.0.1/conformance/glsl/samplers/glsl-function-texture2dproj.html: Removed.
970 * webgl/1.0.1/conformance/glsl/variables: Removed.
971 * webgl/1.0.1/conformance/glsl/variables/gl-fragcoord-expected.txt: Removed.
972 * webgl/1.0.1/conformance/glsl/variables/gl-fragcoord.html: Removed.
973 * webgl/1.0.1/conformance/glsl/variables/gl-frontfacing-expected.txt: Removed.
974 * webgl/1.0.1/conformance/glsl/variables/gl-frontfacing.html: Removed.
975 * webgl/1.0.1/conformance/glsl/variables/gl-pointcoord-expected.txt: Removed.
976 * webgl/1.0.1/conformance/glsl/variables/gl-pointcoord.html: Removed.
977 * webgl/1.0.1/conformance/limits: Removed.
978 * webgl/1.0.1/conformance/limits/gl-max-texture-dimensions-expected.txt: Removed.
979 * webgl/1.0.1/conformance/limits/gl-max-texture-dimensions.html: Removed.
980 * webgl/1.0.1/conformance/limits/gl-min-attribs-expected.txt: Removed.
981 * webgl/1.0.1/conformance/limits/gl-min-attribs.html: Removed.
982 * webgl/1.0.1/conformance/limits/gl-min-textures-expected.txt: Removed.
983 * webgl/1.0.1/conformance/limits/gl-min-textures.html: Removed.
984 * webgl/1.0.1/conformance/limits/gl-min-uniforms-expected.txt: Removed.
985 * webgl/1.0.1/conformance/limits/gl-min-uniforms.html: Removed.
986 * webgl/1.0.1/conformance/misc: Removed.
987 * webgl/1.0.1/conformance/misc/bad-arguments-test-expected.txt: Removed.
988 * webgl/1.0.1/conformance/misc/bad-arguments-test.html: Removed.
989 * webgl/1.0.1/conformance/misc/delayed-drawing-expected.txt: Removed.
990 * webgl/1.0.1/conformance/misc/delayed-drawing.html: Removed.
991 * webgl/1.0.1/conformance/misc/error-reporting-expected.txt: Removed.
992 * webgl/1.0.1/conformance/misc/error-reporting.html: Removed.
993 * webgl/1.0.1/conformance/misc/functions-returning-strings-expected.txt: Removed.
994 * webgl/1.0.1/conformance/misc/functions-returning-strings.html: Removed.
995 * webgl/1.0.1/conformance/misc/instanceof-test-expected.txt: Removed.
996 * webgl/1.0.1/conformance/misc/instanceof-test.html: Removed.
997 * webgl/1.0.1/conformance/misc/invalid-passed-params-expected.txt: Removed.
998 * webgl/1.0.1/conformance/misc/invalid-passed-params.html: Removed.
999 * webgl/1.0.1/conformance/misc/is-object-expected.txt: Removed.
1000 * webgl/1.0.1/conformance/misc/is-object.html: Removed.
1001 * webgl/1.0.1/conformance/misc/null-object-behaviour-expected.txt: Removed.
1002 * webgl/1.0.1/conformance/misc/null-object-behaviour.html: Removed.
1003 * webgl/1.0.1/conformance/misc/object-deletion-behaviour-expected.txt: Removed.
1004 * webgl/1.0.1/conformance/misc/object-deletion-behaviour.html: Removed.
1005 * webgl/1.0.1/conformance/misc/shader-precision-format-expected.txt: Removed.
1006 * webgl/1.0.1/conformance/misc/shader-precision-format.html: Removed.
1007 * webgl/1.0.1/conformance/misc/type-conversion-test-expected.txt: Removed.
1008 * webgl/1.0.1/conformance/misc/type-conversion-test.html: Removed.
1009 * webgl/1.0.1/conformance/misc/uninitialized-test-expected.txt: Removed.
1010 * webgl/1.0.1/conformance/misc/uninitialized-test.html: Removed.
1011 * webgl/1.0.1/conformance/misc/webgl-specific-expected.txt: Removed.
1012 * webgl/1.0.1/conformance/misc/webgl-specific.html: Removed.
1013 * webgl/1.0.1/conformance/more: Removed.
1014 * webgl/1.0.1/conformance/more/conformance: Removed.
1015 * webgl/1.0.1/conformance/more/conformance/constants-expected.txt: Removed.
1016 * webgl/1.0.1/conformance/more/conformance/constants.html: Removed.
1017 * webgl/1.0.1/conformance/more/conformance/getContext-expected.txt: Removed.
1018 * webgl/1.0.1/conformance/more/conformance/getContext.html: Removed.
1019 * webgl/1.0.1/conformance/more/conformance/methods-expected.txt: Removed.
1020 * webgl/1.0.1/conformance/more/conformance/methods.html: Removed.
1021 * webgl/1.0.1/conformance/more/conformance/quickCheckAPI-A-expected.txt: Removed.
1022 * webgl/1.0.1/conformance/more/conformance/quickCheckAPI-A.html: Removed.
1023 * webgl/1.0.1/conformance/more/conformance/quickCheckAPI-B1-expected.txt: Removed.
1024 * webgl/1.0.1/conformance/more/conformance/quickCheckAPI-B1.html: Removed.
1025 * webgl/1.0.1/conformance/more/conformance/quickCheckAPI-B2-expected.txt: Removed.
1026 * webgl/1.0.1/conformance/more/conformance/quickCheckAPI-B2.html: Removed.
1027 * webgl/1.0.1/conformance/more/conformance/quickCheckAPI-B3-expected.txt: Removed.
1028 * webgl/1.0.1/conformance/more/conformance/quickCheckAPI-B3.html: Removed.
1029 * webgl/1.0.1/conformance/more/conformance/quickCheckAPI-B4-expected.txt: Removed.
1030 * webgl/1.0.1/conformance/more/conformance/quickCheckAPI-B4.html: Removed.
1031 * webgl/1.0.1/conformance/more/conformance/quickCheckAPI-C-expected.txt: Removed.
1032 * webgl/1.0.1/conformance/more/conformance/quickCheckAPI-C.html: Removed.
1033 * webgl/1.0.1/conformance/more/conformance/quickCheckAPI-D_G-expected.txt: Removed.
1034 * webgl/1.0.1/conformance/more/conformance/quickCheckAPI-D_G.html: Removed.
1035 * webgl/1.0.1/conformance/more/conformance/quickCheckAPI-G_I-expected.txt: Removed.
1036 * webgl/1.0.1/conformance/more/conformance/quickCheckAPI-G_I.html: Removed.
1037 * webgl/1.0.1/conformance/more/conformance/quickCheckAPI-L_S-expected.txt: Removed.
1038 * webgl/1.0.1/conformance/more/conformance/quickCheckAPI-L_S.html: Removed.
1039 * webgl/1.0.1/conformance/more/conformance/quickCheckAPI-S_V-expected.txt: Removed.
1040 * webgl/1.0.1/conformance/more/conformance/quickCheckAPI-S_V.html: Removed.
1041 * webgl/1.0.1/conformance/more/conformance/webGLArrays-expected.txt: Removed.
1042 * webgl/1.0.1/conformance/more/conformance/webGLArrays.html: Removed.
1043 * webgl/1.0.1/conformance/more/functions: Removed.
1044 * webgl/1.0.1/conformance/more/functions/bindBuffer-expected.txt: Removed.
1045 * webgl/1.0.1/conformance/more/functions/bindBuffer.html: Removed.
1046 * webgl/1.0.1/conformance/more/functions/bindBufferBadArgs-expected.txt: Removed.
1047 * webgl/1.0.1/conformance/more/functions/bindBufferBadArgs.html: Removed.
1048 * webgl/1.0.1/conformance/more/functions/bindFramebufferLeaveNonZero-expected.txt: Removed.
1049 * webgl/1.0.1/conformance/more/functions/bindFramebufferLeaveNonZero.html: Removed.
1050 * webgl/1.0.1/conformance/more/functions/bufferData-expected.txt: Removed.
1051 * webgl/1.0.1/conformance/more/functions/bufferData.html: Removed.
1052 * webgl/1.0.1/conformance/more/functions/bufferDataBadArgs-expected.txt: Removed.
1053 * webgl/1.0.1/conformance/more/functions/bufferDataBadArgs.html: Removed.
1054 * webgl/1.0.1/conformance/more/functions/bufferSubData-expected.txt: Removed.
1055 * webgl/1.0.1/conformance/more/functions/bufferSubData.html: Removed.
1056 * webgl/1.0.1/conformance/more/functions/bufferSubDataBadArgs-expected.txt: Removed.
1057 * webgl/1.0.1/conformance/more/functions/bufferSubDataBadArgs.html: Removed.
1058 * webgl/1.0.1/conformance/more/functions/copyTexImage2D-expected.txt: Removed.
1059 * webgl/1.0.1/conformance/more/functions/copyTexImage2D.html: Removed.
1060 * webgl/1.0.1/conformance/more/functions/copyTexImage2DBadArgs-expected.txt: Removed.
1061 * webgl/1.0.1/conformance/more/functions/copyTexImage2DBadArgs.html: Removed.
1062 * webgl/1.0.1/conformance/more/functions/copyTexSubImage2D-expected.txt: Removed.
1063 * webgl/1.0.1/conformance/more/functions/copyTexSubImage2D.html: Removed.
1064 * webgl/1.0.1/conformance/more/functions/copyTexSubImage2DBadArgs-expected.txt: Removed.
1065 * webgl/1.0.1/conformance/more/functions/copyTexSubImage2DBadArgs.html: Removed.
1066 * webgl/1.0.1/conformance/more/functions/deleteBufferBadArgs-expected.txt: Removed.
1067 * webgl/1.0.1/conformance/more/functions/deleteBufferBadArgs.html: Removed.
1068 * webgl/1.0.1/conformance/more/functions/drawArrays-expected.txt: Removed.
1069 * webgl/1.0.1/conformance/more/functions/drawArrays.html: Removed.
1070 * webgl/1.0.1/conformance/more/functions/drawArraysOutOfBounds-expected.txt: Removed.
1071 * webgl/1.0.1/conformance/more/functions/drawArraysOutOfBounds.html: Removed.
1072 * webgl/1.0.1/conformance/more/functions/drawElements-expected.txt: Removed.
1073 * webgl/1.0.1/conformance/more/functions/drawElements.html: Removed.
1074 * webgl/1.0.1/conformance/more/functions/drawElementsBadArgs-expected.txt: Removed.
1075 * webgl/1.0.1/conformance/more/functions/drawElementsBadArgs.html: Removed.
1076 * webgl/1.0.1/conformance/more/functions/isTests-expected.txt: Removed.
1077 * webgl/1.0.1/conformance/more/functions/isTests.html: Removed.
1078 * webgl/1.0.1/conformance/more/functions/readPixels-expected.txt: Removed.
1079 * webgl/1.0.1/conformance/more/functions/readPixels.html: Removed.
1080 * webgl/1.0.1/conformance/more/functions/readPixelsBadArgs-expected.txt: Removed.
1081 * webgl/1.0.1/conformance/more/functions/readPixelsBadArgs.html: Removed.
1082 * webgl/1.0.1/conformance/more/functions/texImage2D-expected.txt: Removed.
1083 * webgl/1.0.1/conformance/more/functions/texImage2D.html: Removed.
1084 * webgl/1.0.1/conformance/more/functions/texImage2DBadArgs-expected.txt: Removed.
1085 * webgl/1.0.1/conformance/more/functions/texImage2DBadArgs.html: Removed.
1086 * webgl/1.0.1/conformance/more/functions/texImage2DHTML-expected.txt: Removed.
1087 * webgl/1.0.1/conformance/more/functions/texImage2DHTML.html: Removed.
1088 * webgl/1.0.1/conformance/more/functions/texImage2DHTMLBadArgs-expected.txt: Removed.
1089 * webgl/1.0.1/conformance/more/functions/texImage2DHTMLBadArgs.html: Removed.
1090 * webgl/1.0.1/conformance/more/functions/texSubImage2D-expected.txt: Removed.
1091 * webgl/1.0.1/conformance/more/functions/texSubImage2D.html: Removed.
1092 * webgl/1.0.1/conformance/more/functions/texSubImage2DBadArgs-expected.txt: Removed.
1093 * webgl/1.0.1/conformance/more/functions/texSubImage2DBadArgs.html: Removed.
1094 * webgl/1.0.1/conformance/more/functions/texSubImage2DHTML-expected.txt: Removed.
1095 * webgl/1.0.1/conformance/more/functions/texSubImage2DHTML.html: Removed.
1096 * webgl/1.0.1/conformance/more/functions/texSubImage2DHTMLBadArgs-expected.txt: Removed.
1097 * webgl/1.0.1/conformance/more/functions/texSubImage2DHTMLBadArgs.html: Removed.
1098 * webgl/1.0.1/conformance/more/functions/uniformMatrix-expected.txt: Removed.
1099 * webgl/1.0.1/conformance/more/functions/uniformMatrix.html: Removed.
1100 * webgl/1.0.1/conformance/more/functions/uniformMatrixBadArgs-expected.txt: Removed.
1101 * webgl/1.0.1/conformance/more/functions/uniformMatrixBadArgs.html: Removed.
1102 * webgl/1.0.1/conformance/more/functions/uniformf-expected.txt: Removed.
1103 * webgl/1.0.1/conformance/more/functions/uniformf.html: Removed.
1104 * webgl/1.0.1/conformance/more/functions/uniformfArrayLen1-expected.txt: Removed.
1105 * webgl/1.0.1/conformance/more/functions/uniformfArrayLen1.html: Removed.
1106 * webgl/1.0.1/conformance/more/functions/uniformfBadArgs-expected.txt: Removed.
1107 * webgl/1.0.1/conformance/more/functions/uniformfBadArgs.html: Removed.
1108 * webgl/1.0.1/conformance/more/functions/uniformi-expected.txt: Removed.
1109 * webgl/1.0.1/conformance/more/functions/uniformi.html: Removed.
1110 * webgl/1.0.1/conformance/more/functions/uniformiBadArgs-expected.txt: Removed.
1111 * webgl/1.0.1/conformance/more/functions/uniformiBadArgs.html: Removed.
1112 * webgl/1.0.1/conformance/more/functions/vertexAttrib-expected.txt: Removed.
1113 * webgl/1.0.1/conformance/more/functions/vertexAttrib.html: Removed.
1114 * webgl/1.0.1/conformance/more/functions/vertexAttribBadArgs-expected.txt: Removed.
1115 * webgl/1.0.1/conformance/more/functions/vertexAttribBadArgs.html: Removed.
1116 * webgl/1.0.1/conformance/more/functions/vertexAttribPointer-expected.txt: Removed.
1117 * webgl/1.0.1/conformance/more/functions/vertexAttribPointer.html: Removed.
1118 * webgl/1.0.1/conformance/more/functions/vertexAttribPointerBadArgs-expected.txt: Removed.
1119 * webgl/1.0.1/conformance/more/functions/vertexAttribPointerBadArgs.html: Removed.
1120 * webgl/1.0.1/conformance/more/glsl: Removed.
1121 * webgl/1.0.1/conformance/more/glsl/arrayOutOfBounds-expected.txt: Removed.
1122 * webgl/1.0.1/conformance/more/glsl/arrayOutOfBounds.html: Removed.
1123 * webgl/1.0.1/conformance/more/glsl/uniformOutOfBounds-expected.txt: Removed.
1124 * webgl/1.0.1/conformance/more/glsl/uniformOutOfBounds.html: Removed.
1125 * webgl/1.0.1/conformance/programs: Removed.
1126 * webgl/1.0.1/conformance/programs/get-active-test-expected.txt: Removed.
1127 * webgl/1.0.1/conformance/programs/get-active-test.html: Removed.
1128 * webgl/1.0.1/conformance/programs/gl-bind-attrib-location-test-expected.txt: Removed.
1129 * webgl/1.0.1/conformance/programs/gl-bind-attrib-location-test.html: Removed.
1130 * webgl/1.0.1/conformance/programs/gl-get-active-attribute-expected.txt: Removed.
1131 * webgl/1.0.1/conformance/programs/gl-get-active-attribute.html: Removed.
1132 * webgl/1.0.1/conformance/programs/gl-get-active-uniform-expected.txt: Removed.
1133 * webgl/1.0.1/conformance/programs/gl-get-active-uniform.html: Removed.
1134 * webgl/1.0.1/conformance/programs/gl-getshadersource-expected.txt: Removed.
1135 * webgl/1.0.1/conformance/programs/gl-getshadersource.html: Removed.
1136 * webgl/1.0.1/conformance/programs/gl-shader-test-expected.txt: Removed.
1137 * webgl/1.0.1/conformance/programs/gl-shader-test.html: Removed.
1138 * webgl/1.0.1/conformance/programs/invalid-UTF-16-expected.txt: Removed.
1139 * webgl/1.0.1/conformance/programs/invalid-UTF-16.html: Removed.
1140 * webgl/1.0.1/conformance/programs/program-test-expected.txt: Removed.
1141 * webgl/1.0.1/conformance/programs/program-test.html: Removed.
1142 * webgl/1.0.1/conformance/reading: Removed.
1143 * webgl/1.0.1/conformance/reading/read-pixels-pack-alignment-expected.txt: Removed.
1144 * webgl/1.0.1/conformance/reading/read-pixels-pack-alignment.html: Removed.
1145 * webgl/1.0.1/conformance/reading/read-pixels-test-expected.txt: Removed.
1146 * webgl/1.0.1/conformance/reading/read-pixels-test.html: Removed.
1147 * webgl/1.0.1/conformance/renderbuffers: Removed.
1148 * webgl/1.0.1/conformance/renderbuffers/framebuffer-object-attachment-expected.txt: Removed.
1149 * webgl/1.0.1/conformance/renderbuffers/framebuffer-object-attachment.html: Removed.
1150 * webgl/1.0.1/conformance/renderbuffers/framebuffer-test-expected.txt: Removed.
1151 * webgl/1.0.1/conformance/renderbuffers/framebuffer-test.html: Removed.
1152 * webgl/1.0.1/conformance/renderbuffers/renderbuffer-initialization-expected.txt: Removed.
1153 * webgl/1.0.1/conformance/renderbuffers/renderbuffer-initialization.html: Removed.
1154 * webgl/1.0.1/conformance/rendering: Removed.
1155 * webgl/1.0.1/conformance/rendering/draw-arrays-out-of-bounds-expected.txt: Removed.
1156 * webgl/1.0.1/conformance/rendering/draw-arrays-out-of-bounds.html: Removed.
1157 * webgl/1.0.1/conformance/rendering/draw-elements-out-of-bounds-expected.txt: Removed.
1158 * webgl/1.0.1/conformance/rendering/draw-elements-out-of-bounds.html: Removed.
1159 * webgl/1.0.1/conformance/rendering/gl-clear-expected.txt: Removed.
1160 * webgl/1.0.1/conformance/rendering/gl-clear.html: Removed.
1161 * webgl/1.0.1/conformance/rendering/gl-drawelements-expected.txt: Removed.
1162 * webgl/1.0.1/conformance/rendering/gl-drawelements.html: Removed.
1163 * webgl/1.0.1/conformance/rendering/gl-scissor-test-expected.txt: Removed.
1164 * webgl/1.0.1/conformance/rendering/gl-scissor-test.html: Removed.
1165 * webgl/1.0.1/conformance/rendering/line-loop-tri-fan-expected.txt: Removed.
1166 * webgl/1.0.1/conformance/rendering/line-loop-tri-fan.html: Removed.
1167 * webgl/1.0.1/conformance/rendering/more-than-65536-indices-expected.txt: Removed.
1168 * webgl/1.0.1/conformance/rendering/more-than-65536-indices.html: Removed.
1169 * webgl/1.0.1/conformance/rendering/point-size-expected.txt: Removed.
1170 * webgl/1.0.1/conformance/rendering/point-size.html: Removed.
1171 * webgl/1.0.1/conformance/rendering/triangle-expected.txt: Removed.
1172 * webgl/1.0.1/conformance/rendering/triangle.html: Removed.
1173 * webgl/1.0.1/conformance/state: Removed.
1174 * webgl/1.0.1/conformance/state/gl-enable-enum-test-expected.txt: Removed.
1175 * webgl/1.0.1/conformance/state/gl-enable-enum-test.html: Removed.
1176 * webgl/1.0.1/conformance/state/gl-enum-tests-expected.txt: Removed.
1177 * webgl/1.0.1/conformance/state/gl-enum-tests.html: Removed.
1178 * webgl/1.0.1/conformance/state/gl-get-calls-expected.txt: Removed.
1179 * webgl/1.0.1/conformance/state/gl-get-calls.html: Removed.
1180 * webgl/1.0.1/conformance/state/gl-geterror-expected.txt: Removed.
1181 * webgl/1.0.1/conformance/state/gl-geterror.html: Removed.
1182 * webgl/1.0.1/conformance/state/gl-getstring-expected.txt: Removed.
1183 * webgl/1.0.1/conformance/state/gl-getstring.html: Removed.
1184 * webgl/1.0.1/conformance/state/gl-object-get-calls-expected.txt: Removed.
1185 * webgl/1.0.1/conformance/state/gl-object-get-calls.html: Removed.
1186 * webgl/1.0.1/conformance/textures: Removed.
1187 * webgl/1.0.1/conformance/textures/compressed-tex-image-expected.txt: Removed.
1188 * webgl/1.0.1/conformance/textures/compressed-tex-image.html: Removed.
1189 * webgl/1.0.1/conformance/textures/copy-tex-image-and-sub-image-2d-expected.txt: Removed.
1190 * webgl/1.0.1/conformance/textures/copy-tex-image-and-sub-image-2d.html: Removed.
1191 * webgl/1.0.1/conformance/textures/gl-pixelstorei-expected.txt: Removed.
1192 * webgl/1.0.1/conformance/textures/gl-pixelstorei.html: Removed.
1193 * webgl/1.0.1/conformance/textures/gl-teximage-expected.txt: Removed.
1194 * webgl/1.0.1/conformance/textures/gl-teximage.html: Removed.
1195 * webgl/1.0.1/conformance/textures/origin-clean-conformance-expected.txt: Removed.
1196 * webgl/1.0.1/conformance/textures/origin-clean-conformance.html: Removed.
1197 * webgl/1.0.1/conformance/textures/tex-image-and-sub-image-2d-with-array-buffer-view-expected.txt: Removed.
1198 * webgl/1.0.1/conformance/textures/tex-image-and-sub-image-2d-with-array-buffer-view.html: Removed.
1199 * webgl/1.0.1/conformance/textures/tex-image-and-sub-image-2d-with-canvas-expected.txt: Removed.
1200 * webgl/1.0.1/conformance/textures/tex-image-and-sub-image-2d-with-canvas.html: Removed.
1201 * webgl/1.0.1/conformance/textures/tex-image-and-sub-image-2d-with-image-data-expected.txt: Removed.
1202 * webgl/1.0.1/conformance/textures/tex-image-and-sub-image-2d-with-image-data.html: Removed.
1203 * webgl/1.0.1/conformance/textures/tex-image-and-sub-image-2d-with-image-expected.txt: Removed.
1204 * webgl/1.0.1/conformance/textures/tex-image-and-sub-image-2d-with-image.html: Removed.
1205 * webgl/1.0.1/conformance/textures/tex-image-and-sub-image-2d-with-video-expected.txt: Removed.
1206 * webgl/1.0.1/conformance/textures/tex-image-and-sub-image-2d-with-video.html: Removed.
1207 * webgl/1.0.1/conformance/textures/tex-image-and-uniform-binding-bugs-expected.txt: Removed.
1208 * webgl/1.0.1/conformance/textures/tex-image-and-uniform-binding-bugs.html: Removed.
1209 * webgl/1.0.1/conformance/textures/tex-image-with-format-and-type-expected.txt: Removed.
1210 * webgl/1.0.1/conformance/textures/tex-image-with-format-and-type.html: Removed.
1211 * webgl/1.0.1/conformance/textures/tex-image-with-invalid-data-expected.txt: Removed.
1212 * webgl/1.0.1/conformance/textures/tex-image-with-invalid-data.html: Removed.
1213 * webgl/1.0.1/conformance/textures/tex-input-validation-expected.txt: Removed.
1214 * webgl/1.0.1/conformance/textures/tex-input-validation.html: Removed.
1215 * webgl/1.0.1/conformance/textures/tex-sub-image-2d-bad-args-expected.txt: Removed.
1216 * webgl/1.0.1/conformance/textures/tex-sub-image-2d-bad-args.html: Removed.
1217 * webgl/1.0.1/conformance/textures/tex-sub-image-2d-expected.txt: Removed.
1218 * webgl/1.0.1/conformance/textures/tex-sub-image-2d.html: Removed.
1219 * webgl/1.0.1/conformance/textures/texparameter-test-expected.txt: Removed.
1220 * webgl/1.0.1/conformance/textures/texparameter-test.html: Removed.
1221 * webgl/1.0.1/conformance/textures/texture-active-bind-2-expected.txt: Removed.
1222 * webgl/1.0.1/conformance/textures/texture-active-bind-2.html: Removed.
1223 * webgl/1.0.1/conformance/textures/texture-active-bind-expected.txt: Removed.
1224 * webgl/1.0.1/conformance/textures/texture-active-bind.html: Removed.
1225 * webgl/1.0.1/conformance/textures/texture-clear-expected.txt: Removed.
1226 * webgl/1.0.1/conformance/textures/texture-clear.html: Removed.
1227 * webgl/1.0.1/conformance/textures/texture-complete-expected.txt: Removed.
1228 * webgl/1.0.1/conformance/textures/texture-complete.html: Removed.
1229 * webgl/1.0.1/conformance/textures/texture-formats-test-expected.txt: Removed.
1230 * webgl/1.0.1/conformance/textures/texture-formats-test.html: Removed.
1231 * webgl/1.0.1/conformance/textures/texture-mips-expected.txt: Removed.
1232 * webgl/1.0.1/conformance/textures/texture-mips.html: Removed.
1233 * webgl/1.0.1/conformance/textures/texture-npot-expected.txt: Removed.
1234 * webgl/1.0.1/conformance/textures/texture-npot-video-expected.txt: Removed.
1235 * webgl/1.0.1/conformance/textures/texture-npot-video.html: Removed.
1236 * webgl/1.0.1/conformance/textures/texture-npot.html: Removed.
1237 * webgl/1.0.1/conformance/textures/texture-size-cube-maps-expected.txt: Removed.
1238 * webgl/1.0.1/conformance/textures/texture-size-cube-maps.html: Removed.
1239 * webgl/1.0.1/conformance/textures/texture-size-expected.txt: Removed.
1240 * webgl/1.0.1/conformance/textures/texture-size.html: Removed.
1241 * webgl/1.0.1/conformance/textures/texture-transparent-pixels-initialized-expected.txt: Removed.
1242 * webgl/1.0.1/conformance/textures/texture-transparent-pixels-initialized.html: Removed.
1243 * webgl/1.0.1/conformance/typedarrays: Removed.
1244 * webgl/1.0.1/conformance/typedarrays/array-buffer-crash-expected.txt: Removed.
1245 * webgl/1.0.1/conformance/typedarrays/array-buffer-crash.html: Removed.
1246 * webgl/1.0.1/conformance/typedarrays/array-buffer-view-crash-expected.txt: Removed.
1247 * webgl/1.0.1/conformance/typedarrays/array-buffer-view-crash.html: Removed.
1248 * webgl/1.0.1/conformance/typedarrays/array-unit-tests-expected.txt: Removed.
1249 * webgl/1.0.1/conformance/typedarrays/array-unit-tests.html: Removed.
1250 * webgl/1.0.1/conformance/uniforms: Removed.
1251 * webgl/1.0.1/conformance/uniforms/gl-uniform-arrays-expected.txt: Removed.
1252 * webgl/1.0.1/conformance/uniforms/gl-uniform-arrays.html: Removed.
1253 * webgl/1.0.1/conformance/uniforms/gl-uniform-bool-expected.txt: Removed.
1254 * webgl/1.0.1/conformance/uniforms/gl-uniform-bool.html: Removed.
1255 * webgl/1.0.1/conformance/uniforms/gl-uniformmatrix4fv-expected.txt: Removed.
1256 * webgl/1.0.1/conformance/uniforms/gl-uniformmatrix4fv.html: Removed.
1257 * webgl/1.0.1/conformance/uniforms/gl-unknown-uniform-expected.txt: Removed.
1258 * webgl/1.0.1/conformance/uniforms/gl-unknown-uniform.html: Removed.
1259 * webgl/1.0.1/conformance/uniforms/null-uniform-location-expected.txt: Removed.
1260 * webgl/1.0.1/conformance/uniforms/null-uniform-location.html: Removed.
1261 * webgl/1.0.1/conformance/uniforms/uniform-location-expected.txt: Removed.
1262 * webgl/1.0.1/conformance/uniforms/uniform-location.html: Removed.
1263 * webgl/1.0.1/conformance/uniforms/uniform-samplers-test-expected.txt: Removed.
1264 * webgl/1.0.1/conformance/uniforms/uniform-samplers-test.html: Removed.
1265 * webgl/1.0.1/resources: Removed.
1266 * webgl/1.0.1/resources/webgl_test_files: Removed.
1267 * webgl/1.0.1/resources/webgl_test_files/00_test_list.txt: Removed.
1268 * webgl/1.0.1/resources/webgl_test_files/CONFORMANCE_RULES.txt: Removed.
1269 * webgl/1.0.1/resources/webgl_test_files/README.txt: Removed.
1270 * webgl/1.0.1/resources/webgl_test_files/conformance: Removed.
1271 * webgl/1.0.1/resources/webgl_test_files/conformance/00_readme.txt: Removed.
1272 * webgl/1.0.1/resources/webgl_test_files/conformance/00_test_list.txt: Removed.
1273 * webgl/1.0.1/resources/webgl_test_files/conformance/LICENSE_CHROMIUM: Removed.
1274 * webgl/1.0.1/resources/webgl_test_files/conformance/attribs: Removed.
1275 * webgl/1.0.1/resources/webgl_test_files/conformance/attribs/00_test_list.txt: Removed.
1276 * webgl/1.0.1/resources/webgl_test_files/conformance/attribs/gl-enable-vertex-attrib.html: Removed.
1277 * webgl/1.0.1/resources/webgl_test_files/conformance/attribs/gl-vertex-attrib-zero-issues.html: Removed.
1278 * webgl/1.0.1/resources/webgl_test_files/conformance/attribs/gl-vertex-attrib.html: Removed.
1279 * webgl/1.0.1/resources/webgl_test_files/conformance/attribs/gl-vertexattribpointer-offsets.html: Removed.
1280 * webgl/1.0.1/resources/webgl_test_files/conformance/attribs/gl-vertexattribpointer.html: Removed.
1281 * webgl/1.0.1/resources/webgl_test_files/conformance/buffers: Removed.
1282 * webgl/1.0.1/resources/webgl_test_files/conformance/buffers/00_test_list.txt: Removed.
1283 * webgl/1.0.1/resources/webgl_test_files/conformance/buffers/buffer-bind-test.html: Removed.
1284 * webgl/1.0.1/resources/webgl_test_files/conformance/buffers/buffer-data-array-buffer.html: Removed.
1285 * webgl/1.0.1/resources/webgl_test_files/conformance/buffers/index-validation-copies-indices.html: Removed.
1286 * webgl/1.0.1/resources/webgl_test_files/conformance/buffers/index-validation-crash-with-buffer-sub-data.html: Removed.
1287 * webgl/1.0.1/resources/webgl_test_files/conformance/buffers/index-validation-verifies-too-many-indices.html: Removed.
1288 * webgl/1.0.1/resources/webgl_test_files/conformance/buffers/index-validation-with-resized-buffer.html: Removed.
1289 * webgl/1.0.1/resources/webgl_test_files/conformance/buffers/index-validation.html: Removed.
1290 * webgl/1.0.1/resources/webgl_test_files/conformance/canvas: Removed.
1291 * webgl/1.0.1/resources/webgl_test_files/conformance/canvas/00_test_list.txt: Removed.
1292 * webgl/1.0.1/resources/webgl_test_files/conformance/canvas/buffer-offscreen-test.html: Removed.
1293 * webgl/1.0.1/resources/webgl_test_files/conformance/canvas/buffer-preserve-test.html: Removed.
1294 * webgl/1.0.1/resources/webgl_test_files/conformance/canvas/canvas-test.html: Removed.
1295 * webgl/1.0.1/resources/webgl_test_files/conformance/canvas/canvas-zero-size.html: Removed.
1296 * webgl/1.0.1/resources/webgl_test_files/conformance/canvas/drawingbuffer-static-canvas-test.html: Removed.
1297 * webgl/1.0.1/resources/webgl_test_files/conformance/canvas/drawingbuffer-test.html: Removed.
1298 * webgl/1.0.1/resources/webgl_test_files/conformance/canvas/viewport-unchanged-upon-resize.html: Removed.
1299 * webgl/1.0.1/resources/webgl_test_files/conformance/context: Removed.
1300 * webgl/1.0.1/resources/webgl_test_files/conformance/context/00_test_list.txt: Removed.
1301 * webgl/1.0.1/resources/webgl_test_files/conformance/context/constants.html: Removed.
1302 * webgl/1.0.1/resources/webgl_test_files/conformance/context/context-attribute-preserve-drawing-buffer.html: Removed.
1303 * webgl/1.0.1/resources/webgl_test_files/conformance/context/context-attributes-alpha-depth-stencil-antialias.html: Removed.
1304 * webgl/1.0.1/resources/webgl_test_files/conformance/context/context-lost-restored.html: Removed.
1305 * webgl/1.0.1/resources/webgl_test_files/conformance/context/context-lost.html: Removed.
1306 * webgl/1.0.1/resources/webgl_test_files/conformance/context/context-type-test.html: Removed.
1307 * webgl/1.0.1/resources/webgl_test_files/conformance/context/incorrect-context-object-behaviour.html: Removed.
1308 * webgl/1.0.1/resources/webgl_test_files/conformance/context/methods.html: Removed.
1309 * webgl/1.0.1/resources/webgl_test_files/conformance/context/premultiplyalpha-test.html: Removed.
1310 * webgl/1.0.1/resources/webgl_test_files/conformance/context/resource-sharing-test.html: Removed.
1311 * webgl/1.0.1/resources/webgl_test_files/conformance/extensions: Removed.
1312 * webgl/1.0.1/resources/webgl_test_files/conformance/extensions/00_test_list.txt: Removed.
1313 * webgl/1.0.1/resources/webgl_test_files/conformance/extensions/oes-standard-derivatives.html: Removed.
1314 * webgl/1.0.1/resources/webgl_test_files/conformance/extensions/oes-texture-float.html: Removed.
1315 * webgl/1.0.1/resources/webgl_test_files/conformance/extensions/oes-vertex-array-object.html: Removed.
1316 * webgl/1.0.1/resources/webgl_test_files/conformance/extensions/webgl-compressed-texture-s3tc.html: Removed.
1317 * webgl/1.0.1/resources/webgl_test_files/conformance/extensions/webgl-debug-renderer-info.html: Removed.
1318 * webgl/1.0.1/resources/webgl_test_files/conformance/extensions/webgl-debug-shaders.html: Removed.
1319 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl: Removed.
1320 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/00_test_list.txt: Removed.
1321 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/functions: Removed.
1322 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/functions/00_test_list.txt: Removed.
1323 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/functions/glsl-function-abs.html: Removed.
1324 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/functions/glsl-function-acos.html: Removed.
1325 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/functions/glsl-function-asin.html: Removed.
1326 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/functions/glsl-function-atan-xy.html: Removed.
1327 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/functions/glsl-function-atan.html: Removed.
1328 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/functions/glsl-function-ceil.html: Removed.
1329 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/functions/glsl-function-clamp-float.html: Removed.
1330 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/functions/glsl-function-clamp-gentype.html: Removed.
1331 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/functions/glsl-function-cos.html: Removed.
1332 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/functions/glsl-function-cross.html: Removed.
1333 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/functions/glsl-function-distance.html: Removed.
1334 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/functions/glsl-function-dot.html: Removed.
1335 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/functions/glsl-function-faceforward.html: Removed.
1336 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/functions/glsl-function-floor.html: Removed.
1337 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/functions/glsl-function-fract.html: Removed.
1338 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/functions/glsl-function-length.html: Removed.
1339 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/functions/glsl-function-lessThan.html: Removed.
1340 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/functions/glsl-function-max-float.html: Removed.
1341 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/functions/glsl-function-max-gentype.html: Removed.
1342 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/functions/glsl-function-min-float.html: Removed.
1343 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/functions/glsl-function-min-gentype.html: Removed.
1344 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/functions/glsl-function-mix-float.html: Removed.
1345 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/functions/glsl-function-mix-gentype.html: Removed.
1346 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/functions/glsl-function-mod-float.html: Removed.
1347 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/functions/glsl-function-mod-gentype.html: Removed.
1348 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/functions/glsl-function-normalize.html: Removed.
1349 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/functions/glsl-function-reflect.html: Removed.
1350 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/functions/glsl-function-refract.html: Removed.
1351 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/functions/glsl-function-sign.html: Removed.
1352 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/functions/glsl-function-sin.html: Removed.
1353 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/functions/glsl-function-smoothstep-float.html: Removed.
1354 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/functions/glsl-function-smoothstep-gentype.html: Removed.
1355 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/functions/glsl-function-step-float.html: Removed.
1356 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/functions/glsl-function-step-gentype.html: Removed.
1357 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/functions/glsl-function.html: Removed.
1358 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit: Removed.
1359 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/00_test_list.txt: Removed.
1360 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/add_int_float.vert.html: Removed.
1361 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/add_int_mat2.vert.html: Removed.
1362 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/add_int_mat3.vert.html: Removed.
1363 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/add_int_mat4.vert.html: Removed.
1364 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/add_int_vec2.vert.html: Removed.
1365 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/add_int_vec3.vert.html: Removed.
1366 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/add_int_vec4.vert.html: Removed.
1367 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/add_ivec2_vec2.vert.html: Removed.
1368 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/add_ivec3_vec3.vert.html: Removed.
1369 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/add_ivec4_vec4.vert.html: Removed.
1370 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/assign_int_to_float.vert.html: Removed.
1371 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/assign_ivec2_to_vec2.vert.html: Removed.
1372 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/assign_ivec3_to_vec3.vert.html: Removed.
1373 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/assign_ivec4_to_vec4.vert.html: Removed.
1374 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/construct_struct.vert.html: Removed.
1375 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/divide_int_float.vert.html: Removed.
1376 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/divide_int_mat2.vert.html: Removed.
1377 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/divide_int_mat3.vert.html: Removed.
1378 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/divide_int_mat4.vert.html: Removed.
1379 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/divide_int_vec2.vert.html: Removed.
1380 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/divide_int_vec3.vert.html: Removed.
1381 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/divide_int_vec4.vert.html: Removed.
1382 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/divide_ivec2_vec2.vert.html: Removed.
1383 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/divide_ivec3_vec3.vert.html: Removed.
1384 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/divide_ivec4_vec4.vert.html: Removed.
1385 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/equal_int_float.vert.html: Removed.
1386 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/equal_ivec2_vec2.vert.html: Removed.
1387 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/equal_ivec3_vec3.vert.html: Removed.
1388 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/equal_ivec4_vec4.vert.html: Removed.
1389 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/function_int_float.vert.html: Removed.
1390 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/function_ivec2_vec2.vert.html: Removed.
1391 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/function_ivec3_vec3.vert.html: Removed.
1392 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/function_ivec4_vec4.vert.html: Removed.
1393 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/greater_than.vert.html: Removed.
1394 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/greater_than_equal.vert.html: Removed.
1395 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/less_than.vert.html: Removed.
1396 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/less_than_equal.vert.html: Removed.
1397 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/multiply_int_float.vert.html: Removed.
1398 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/multiply_int_mat2.vert.html: Removed.
1399 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/multiply_int_mat3.vert.html: Removed.
1400 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/multiply_int_mat4.vert.html: Removed.
1401 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/multiply_int_vec2.vert.html: Removed.
1402 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/multiply_int_vec3.vert.html: Removed.
1403 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/multiply_int_vec4.vert.html: Removed.
1404 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/multiply_ivec2_vec2.vert.html: Removed.
1405 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/multiply_ivec3_vec3.vert.html: Removed.
1406 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/multiply_ivec4_vec4.vert.html: Removed.
1407 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/not_equal_int_float.vert.html: Removed.
1408 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/not_equal_ivec2_vec2.vert.html: Removed.
1409 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/not_equal_ivec3_vec3.vert.html: Removed.
1410 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/not_equal_ivec4_vec4.vert.html: Removed.
1411 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/subtract_int_float.vert.html: Removed.
1412 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/subtract_int_mat2.vert.html: Removed.
1413 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/subtract_int_mat3.vert.html: Removed.
1414 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/subtract_int_mat4.vert.html: Removed.
1415 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/subtract_int_vec2.vert.html: Removed.
1416 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/subtract_int_vec3.vert.html: Removed.
1417 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/subtract_int_vec4.vert.html: Removed.
1418 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/subtract_ivec2_vec2.vert.html: Removed.
1419 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/subtract_ivec3_vec3.vert.html: Removed.
1420 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/subtract_ivec4_vec4.vert.html: Removed.
1421 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/ternary_int_float.vert.html: Removed.
1422 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/ternary_ivec2_vec2.vert.html: Removed.
1423 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/ternary_ivec3_vec3.vert.html: Removed.
1424 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/implicit/ternary_ivec4_vec4.vert.html: Removed.
1425 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/matrices: Removed.
1426 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/matrices/00_test_list.txt: Removed.
1427 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/matrices/glsl-mat4-to-mat3.html: Removed.
1428 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc: Removed.
1429 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/00_test_list.txt: Removed.
1430 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/attrib-location-length-limits.html: Removed.
1431 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/embedded-struct-definitions-forbidden.html: Removed.
1432 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/glsl-2types-of-textures-on-same-unit.html: Removed.
1433 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/glsl-function-nodes.html: Removed.
1434 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/glsl-long-variable-names.html: Removed.
1435 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/glsl-vertex-branch.html: Removed.
1436 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/include.vs: Removed.
1437 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/non-ascii-comments.vert.html: Removed.
1438 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/non-ascii.vert.html: Removed.
1439 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/re-compile-re-link.html: Removed.
1440 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-256-character-identifier.frag.html: Removed.
1441 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-257-character-identifier.frag.html: Removed.
1442 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-_webgl-identifier.vert.html: Removed.
1443 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-arbitrary-indexing.frag.html: Removed.
1444 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-arbitrary-indexing.vert.html: Removed.
1445 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-attrib-array.vert.html: Removed.
1446 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-attrib-struct.vert.html: Removed.
1447 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-clipvertex.vert.html: Removed.
1448 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-comma-assignment.html: Removed.
1449 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-comma-conditional-assignment.html: Removed.
1450 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-conditional-scoping.html: Removed.
1451 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-default-precision.frag.html: Removed.
1452 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-default-precision.vert.html: Removed.
1453 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-define-line-continuation.frag.html: Removed.
1454 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-dfdx-no-ext.frag.html: Removed.
1455 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-dfdx.frag.html: Removed.
1456 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-do-scoping.html: Removed.
1457 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-error-directive.html: Removed.
1458 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-explicit-int-cast.vert.html: Removed.
1459 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-float-return-value.frag.html: Removed.
1460 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-for-loop.html: Removed.
1461 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-for-scoping.html: Removed.
1462 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-frag-depth.frag.html: Removed.
1463 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-function-recursion.frag.html: Removed.
1464 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-function-scoped-struct.html: Removed.
1465 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-functional-scoping.html: Removed.
1466 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-glcolor.vert.html: Removed.
1467 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-gles-1.frag.html: Removed.
1468 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-gles-symbol.frag.html: Removed.
1469 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-glprojectionmatrix.vert.html: Removed.
1470 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-hex-int-constant-macro.html: Removed.
1471 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-implicit-vec3-to-vec4-cast.vert.html: Removed.
1472 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-include.vert.html: Removed.
1473 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-int-return-value.frag.html: Removed.
1474 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-invalid-identifier.frag.html: Removed.
1475 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-ivec2-return-value.frag.html: Removed.
1476 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-ivec3-return-value.frag.html: Removed.
1477 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-ivec4-return-value.frag.html: Removed.
1478 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-limited-indexing.frag.html: Removed.
1479 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-long-line.html: Removed.
1480 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-non-ascii-error.frag.html: Removed.
1481 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-precision.frag.html: Removed.
1482 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-quoted-error.frag.html: Removed.
1483 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-undefined-preprocessor-symbol.frag.html: Removed.
1484 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-uniform-in-loop-condition.vert.html: Removed.
1485 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-vec2-return-value.frag.html: Removed.
1486 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-vec3-return-value.frag.html: Removed.
1487 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-vec4-return-value.frag.html: Removed.
1488 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-vec4-vec3-vec4-conditional.html: Removed.
1489 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-version-100.frag.html: Removed.
1490 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-version-100.vert.html: Removed.
1491 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-version-120.vert.html: Removed.
1492 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-version-130.vert.html: Removed.
1493 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-with-webgl-identifier.vert.html: Removed.
1494 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shader-without-precision.frag.html: Removed.
1495 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/shared.html: Removed.
1496 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/struct-nesting-exceeds-maximum.html: Removed.
1497 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/struct-nesting-under-maximum.html: Removed.
1498 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/misc/uniform-location-length-limits.html: Removed.
1499 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/reserved: Removed.
1500 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/reserved/00_test_list.txt: Removed.
1501 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/reserved/_webgl_field.vert.html: Removed.
1502 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/reserved/_webgl_function.vert.html: Removed.
1503 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/reserved/_webgl_struct.vert.html: Removed.
1504 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/reserved/_webgl_variable.vert.html: Removed.
1505 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/reserved/webgl_field.vert.html: Removed.
1506 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/reserved/webgl_function.vert.html: Removed.
1507 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/reserved/webgl_struct.vert.html: Removed.
1508 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/reserved/webgl_variable.vert.html: Removed.
1509 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/samplers: Removed.
1510 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/samplers/00_test_list.txt: Removed.
1511 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/samplers/glsl-function-texture2d-bias.html: Removed.
1512 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/samplers/glsl-function-texture2dlod.html: Removed.
1513 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/samplers/glsl-function-texture2dproj.html: Removed.
1514 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/variables: Removed.
1515 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/variables/00_test_list.txt: Removed.
1516 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/variables/gl-fragcoord.html: Removed.
1517 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/variables/gl-frontfacing.html: Removed.
1518 * webgl/1.0.1/resources/webgl_test_files/conformance/glsl/variables/gl-pointcoord.html: Removed.
1519 * webgl/1.0.1/resources/webgl_test_files/conformance/limits: Removed.
1520 * webgl/1.0.1/resources/webgl_test_files/conformance/limits/00_test_list.txt: Removed.
1521 * webgl/1.0.1/resources/webgl_test_files/conformance/limits/gl-max-texture-dimensions.html: Removed.
1522 * webgl/1.0.1/resources/webgl_test_files/conformance/limits/gl-min-attribs.html: Removed.
1523 * webgl/1.0.1/resources/webgl_test_files/conformance/limits/gl-min-textures.html: Removed.
1524 * webgl/1.0.1/resources/webgl_test_files/conformance/limits/gl-min-uniforms.html: Removed.
1525 * webgl/1.0.1/resources/webgl_test_files/conformance/misc: Removed.
1526 * webgl/1.0.1/resources/webgl_test_files/conformance/misc/00_test_list.txt: Removed.
1527 * webgl/1.0.1/resources/webgl_test_files/conformance/misc/bad-arguments-test.html: Removed.
1528 * webgl/1.0.1/resources/webgl_test_files/conformance/misc/delayed-drawing.html: Removed.
1529 * webgl/1.0.1/resources/webgl_test_files/conformance/misc/error-reporting.html: Removed.
1530 * webgl/1.0.1/resources/webgl_test_files/conformance/misc/functions-returning-strings.html: Removed.
1531 * webgl/1.0.1/resources/webgl_test_files/conformance/misc/instanceof-test.html: Removed.
1532 * webgl/1.0.1/resources/webgl_test_files/conformance/misc/invalid-passed-params.html: Removed.
1533 * webgl/1.0.1/resources/webgl_test_files/conformance/misc/is-object.html: Removed.
1534 * webgl/1.0.1/resources/webgl_test_files/conformance/misc/null-object-behaviour.html: Removed.
1535 * webgl/1.0.1/resources/webgl_test_files/conformance/misc/object-deletion-behaviour.html: Removed.
1536 * webgl/1.0.1/resources/webgl_test_files/conformance/misc/shader-precision-format.html: Removed.
1537 * webgl/1.0.1/resources/webgl_test_files/conformance/misc/type-conversion-test.html: Removed.
1538 * webgl/1.0.1/resources/webgl_test_files/conformance/misc/uninitialized-test.html: Removed.
1539 * webgl/1.0.1/resources/webgl_test_files/conformance/misc/webgl-specific.html: Removed.
1540 * webgl/1.0.1/resources/webgl_test_files/conformance/more: Removed.
1541 * webgl/1.0.1/resources/webgl_test_files/conformance/more/00_test_list.txt: Removed.
1542 * webgl/1.0.1/resources/webgl_test_files/conformance/more/README.md: Removed.
1543 * webgl/1.0.1/resources/webgl_test_files/conformance/more/all_tests.html: Removed.
1544 * webgl/1.0.1/resources/webgl_test_files/conformance/more/all_tests_linkonly.html: Removed.
1545 * webgl/1.0.1/resources/webgl_test_files/conformance/more/all_tests_sequential.html: Removed.
1546 * webgl/1.0.1/resources/webgl_test_files/conformance/more/conformance: Removed.
1547 * webgl/1.0.1/resources/webgl_test_files/conformance/more/conformance/argGenerators-A.js: Removed.
1548 * webgl/1.0.1/resources/webgl_test_files/conformance/more/conformance/argGenerators-B1.js: Removed.
1549 * webgl/1.0.1/resources/webgl_test_files/conformance/more/conformance/argGenerators-B2.js: Removed.
1550 * webgl/1.0.1/resources/webgl_test_files/conformance/more/conformance/argGenerators-B3.js: Removed.
1551 * webgl/1.0.1/resources/webgl_test_files/conformance/more/conformance/argGenerators-B4.js: Removed.
1552 * webgl/1.0.1/resources/webgl_test_files/conformance/more/conformance/argGenerators-C.js: Removed.
1553 * webgl/1.0.1/resources/webgl_test_files/conformance/more/conformance/argGenerators-D_G.js: Removed.
1554 * webgl/1.0.1/resources/webgl_test_files/conformance/more/conformance/argGenerators-G_I.js: Removed.
1555 * webgl/1.0.1/resources/webgl_test_files/conformance/more/conformance/argGenerators-L_S.js: Removed.
1556 * webgl/1.0.1/resources/webgl_test_files/conformance/more/conformance/argGenerators-S_V.js: Removed.
1557 * webgl/1.0.1/resources/webgl_test_files/conformance/more/conformance/badArgsArityLessThanArgc.html: Removed.
1558 * webgl/1.0.1/resources/webgl_test_files/conformance/more/conformance/constants.html: Removed.
1559 * webgl/1.0.1/resources/webgl_test_files/conformance/more/conformance/fuzzTheAPI.html: Removed.
1560 * webgl/1.0.1/resources/webgl_test_files/conformance/more/conformance/getContext.html: Removed.
1561 * webgl/1.0.1/resources/webgl_test_files/conformance/more/conformance/methods.html: Removed.
1562 * webgl/1.0.1/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-A.html: Removed.
1563 * webgl/1.0.1/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B1.html: Removed.
1564 * webgl/1.0.1/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B2.html: Removed.
1565 * webgl/1.0.1/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B3.html: Removed.
1566 * webgl/1.0.1/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-B4.html: Removed.
1567 * webgl/1.0.1/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-C.html: Removed.
1568 * webgl/1.0.1/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-D_G.html: Removed.
1569 * webgl/1.0.1/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-G_I.html: Removed.
1570 * webgl/1.0.1/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-L_S.html: Removed.
1571 * webgl/1.0.1/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI-S_V.html: Removed.
1572 * webgl/1.0.1/resources/webgl_test_files/conformance/more/conformance/quickCheckAPI.js: Removed.
1573 * webgl/1.0.1/resources/webgl_test_files/conformance/more/conformance/quickCheckAPIBadArgs.html: Removed.
1574 * webgl/1.0.1/resources/webgl_test_files/conformance/more/conformance/webGLArrays.html: Removed.
1575 * webgl/1.0.1/resources/webgl_test_files/conformance/more/demos: Removed.
1576 * webgl/1.0.1/resources/webgl_test_files/conformance/more/demos/opengl_web.html: Removed.
1577 * webgl/1.0.1/resources/webgl_test_files/conformance/more/demos/video.html: Removed.
1578 * webgl/1.0.1/resources/webgl_test_files/conformance/more/functions: Removed.
1579 * webgl/1.0.1/resources/webgl_test_files/conformance/more/functions/bindBuffer.html: Removed.
1580 * webgl/1.0.1/resources/webgl_test_files/conformance/more/functions/bindBufferBadArgs.html: Removed.
1581 * webgl/1.0.1/resources/webgl_test_files/conformance/more/functions/bindFramebufferLeaveNonZero.html: Removed.
1582 * webgl/1.0.1/resources/webgl_test_files/conformance/more/functions/bufferData.html: Removed.
1583 * webgl/1.0.1/resources/webgl_test_files/conformance/more/functions/bufferDataBadArgs.html: Removed.
1584 * webgl/1.0.1/resources/webgl_test_files/conformance/more/functions/bufferSubData.html: Removed.
1585 * webgl/1.0.1/resources/webgl_test_files/conformance/more/functions/bufferSubDataBadArgs.html: Removed.
1586 * webgl/1.0.1/resources/webgl_test_files/conformance/more/functions/copyTexImage2D.html: Removed.
1587 * webgl/1.0.1/resources/webgl_test_files/conformance/more/functions/copyTexImage2DBadArgs.html: Removed.
1588 * webgl/1.0.1/resources/webgl_test_files/conformance/more/functions/copyTexSubImage2D.html: Removed.
1589 * webgl/1.0.1/resources/webgl_test_files/conformance/more/functions/copyTexSubImage2DBadArgs.html: Removed.
1590 * webgl/1.0.1/resources/webgl_test_files/conformance/more/functions/deleteBufferBadArgs.html: Removed.
1591 * webgl/1.0.1/resources/webgl_test_files/conformance/more/functions/drawArrays.html: Removed.
1592 * webgl/1.0.1/resources/webgl_test_files/conformance/more/functions/drawArraysOutOfBounds.html: Removed.
1593 * webgl/1.0.1/resources/webgl_test_files/conformance/more/functions/drawElements.html: Removed.
1594 * webgl/1.0.1/resources/webgl_test_files/conformance/more/functions/drawElementsBadArgs.html: Removed.
1595 * webgl/1.0.1/resources/webgl_test_files/conformance/more/functions/isTests.html: Removed.
1596 * webgl/1.0.1/resources/webgl_test_files/conformance/more/functions/readPixels.html: Removed.
1597 * webgl/1.0.1/resources/webgl_test_files/conformance/more/functions/readPixelsBadArgs.html: Removed.
1598 * webgl/1.0.1/resources/webgl_test_files/conformance/more/functions/texImage2D.html: Removed.
1599 * webgl/1.0.1/resources/webgl_test_files/conformance/more/functions/texImage2DBadArgs.html: Removed.
1600 * webgl/1.0.1/resources/webgl_test_files/conformance/more/functions/texImage2DHTML.html: Removed.
1601 * webgl/1.0.1/resources/webgl_test_files/conformance/more/functions/texImage2DHTMLBadArgs.html: Removed.
1602 * webgl/1.0.1/resources/webgl_test_files/conformance/more/functions/texSubImage2D.html: Removed.
1603 * webgl/1.0.1/resources/webgl_test_files/conformance/more/functions/texSubImage2DBadArgs.html: Removed.
1604 * webgl/1.0.1/resources/webgl_test_files/conformance/more/functions/texSubImage2DHTML.html: Removed.
1605 * webgl/1.0.1/resources/webgl_test_files/conformance/more/functions/texSubImage2DHTMLBadArgs.html: Removed.
1606 * webgl/1.0.1/resources/webgl_test_files/conformance/more/functions/uniformMatrix.html: Removed.
1607 * webgl/1.0.1/resources/webgl_test_files/conformance/more/functions/uniformMatrixBadArgs.html: Removed.
1608 * webgl/1.0.1/resources/webgl_test_files/conformance/more/functions/uniformf.html: Removed.
1609 * webgl/1.0.1/resources/webgl_test_files/conformance/more/functions/uniformfArrayLen1.html: Removed.
1610 * webgl/1.0.1/resources/webgl_test_files/conformance/more/functions/uniformfBadArgs.html: Removed.
1611 * webgl/1.0.1/resources/webgl_test_files/conformance/more/functions/uniformi.html: Removed.
1612 * webgl/1.0.1/resources/webgl_test_files/conformance/more/functions/uniformiBadArgs.html: Removed.
1613 * webgl/1.0.1/resources/webgl_test_files/conformance/more/functions/vertexAttrib.html: Removed.
1614 * webgl/1.0.1/resources/webgl_test_files/conformance/more/functions/vertexAttribBadArgs.html: Removed.
1615 * webgl/1.0.1/resources/webgl_test_files/conformance/more/functions/vertexAttribPointer.html: Removed.
1616 * webgl/1.0.1/resources/webgl_test_files/conformance/more/functions/vertexAttribPointerBadArgs.html: Removed.
1617 * webgl/1.0.1/resources/webgl_test_files/conformance/more/glsl: Removed.
1618 * webgl/1.0.1/resources/webgl_test_files/conformance/more/glsl/arrayOutOfBounds.html: Removed.
1619 * webgl/1.0.1/resources/webgl_test_files/conformance/more/glsl/longLoops.html: Removed.
1620 * webgl/1.0.1/resources/webgl_test_files/conformance/more/glsl/uniformOutOfBounds.html: Removed.
1621 * webgl/1.0.1/resources/webgl_test_files/conformance/more/glsl/unusedAttribsUniforms.html: Removed.
1622 * webgl/1.0.1/resources/webgl_test_files/conformance/more/index.html: Removed.
1623 * webgl/1.0.1/resources/webgl_test_files/conformance/more/performance: Removed.
1624 * webgl/1.0.1/resources/webgl_test_files/conformance/more/performance/CPUvsGPU.html: Removed.
1625 * webgl/1.0.1/resources/webgl_test_files/conformance/more/performance/bandwidth.html: Removed.
1626 * webgl/1.0.1/resources/webgl_test_files/conformance/more/performance/jsGCPause.html: Removed.
1627 * webgl/1.0.1/resources/webgl_test_files/conformance/more/performance/jsMatrixMult.html: Removed.
1628 * webgl/1.0.1/resources/webgl_test_files/conformance/more/performance/jsToGLOverhead.html: Removed.
1629 * webgl/1.0.1/resources/webgl_test_files/conformance/more/unit.css: Removed.
1630 * webgl/1.0.1/resources/webgl_test_files/conformance/more/unit.js: Removed.
1631 * webgl/1.0.1/resources/webgl_test_files/conformance/more/util.js: Removed.
1632 * webgl/1.0.1/resources/webgl_test_files/conformance/programs: Removed.
1633 * webgl/1.0.1/resources/webgl_test_files/conformance/programs/00_test_list.txt: Removed.
1634 * webgl/1.0.1/resources/webgl_test_files/conformance/programs/get-active-test.html: Removed.
1635 * webgl/1.0.1/resources/webgl_test_files/conformance/programs/gl-bind-attrib-location-test.html: Removed.
1636 * webgl/1.0.1/resources/webgl_test_files/conformance/programs/gl-get-active-attribute.html: Removed.
1637 * webgl/1.0.1/resources/webgl_test_files/conformance/programs/gl-get-active-uniform.html: Removed.
1638 * webgl/1.0.1/resources/webgl_test_files/conformance/programs/gl-getshadersource.html: Removed.
1639 * webgl/1.0.1/resources/webgl_test_files/conformance/programs/gl-shader-test.html: Removed.
1640 * webgl/1.0.1/resources/webgl_test_files/conformance/programs/invalid-UTF-16.html: Removed.
1641 * webgl/1.0.1/resources/webgl_test_files/conformance/programs/program-test.html: Removed.
1642 * webgl/1.0.1/resources/webgl_test_files/conformance/reading: Removed.
1643 * webgl/1.0.1/resources/webgl_test_files/conformance/reading/00_test_list.txt: Removed.
1644 * webgl/1.0.1/resources/webgl_test_files/conformance/reading/read-pixels-pack-alignment.html: Removed.
1645 * webgl/1.0.1/resources/webgl_test_files/conformance/reading/read-pixels-test.html: Removed.
1646 * webgl/1.0.1/resources/webgl_test_files/conformance/renderbuffers: Removed.
1647 * webgl/1.0.1/resources/webgl_test_files/conformance/renderbuffers/00_test_list.txt: Removed.
1648 * webgl/1.0.1/resources/webgl_test_files/conformance/renderbuffers/framebuffer-object-attachment.html: Removed.
1649 * webgl/1.0.1/resources/webgl_test_files/conformance/renderbuffers/framebuffer-test.html: Removed.
1650 * webgl/1.0.1/resources/webgl_test_files/conformance/renderbuffers/renderbuffer-initialization.html: Removed.
1651 * webgl/1.0.1/resources/webgl_test_files/conformance/rendering: Removed.
1652 * webgl/1.0.1/resources/webgl_test_files/conformance/rendering/00_test_list.txt: Removed.
1653 * webgl/1.0.1/resources/webgl_test_files/conformance/rendering/draw-arrays-out-of-bounds.html: Removed.
1654 * webgl/1.0.1/resources/webgl_test_files/conformance/rendering/draw-elements-out-of-bounds.html: Removed.
1655 * webgl/1.0.1/resources/webgl_test_files/conformance/rendering/gl-clear.html: Removed.
1656 * webgl/1.0.1/resources/webgl_test_files/conformance/rendering/gl-drawelements.html: Removed.
1657 * webgl/1.0.1/resources/webgl_test_files/conformance/rendering/gl-scissor-test.html: Removed.
1658 * webgl/1.0.1/resources/webgl_test_files/conformance/rendering/line-loop-tri-fan.html: Removed.
1659 * webgl/1.0.1/resources/webgl_test_files/conformance/rendering/more-than-65536-indices.html: Removed.
1660 * webgl/1.0.1/resources/webgl_test_files/conformance/rendering/point-size.html: Removed.
1661 * webgl/1.0.1/resources/webgl_test_files/conformance/rendering/triangle.html: Removed.
1662 * webgl/1.0.1/resources/webgl_test_files/conformance/resources: Removed.
1663 * webgl/1.0.1/resources/webgl_test_files/conformance/resources/3x3.png: Removed.
1664 * webgl/1.0.1/resources/webgl_test_files/conformance/resources/blue-1x1.jpg: Removed.
1665 * webgl/1.0.1/resources/webgl_test_files/conformance/resources/boolUniformShader.vert: Removed.
1666 * webgl/1.0.1/resources/webgl_test_files/conformance/resources/bug-32888-texture.png: Removed.
1667 * webgl/1.0.1/resources/webgl_test_files/conformance/resources/floatUniformShader.vert: Removed.
1668 * webgl/1.0.1/resources/webgl_test_files/conformance/resources/fragmentShader.frag: Removed.
1669 * webgl/1.0.1/resources/webgl_test_files/conformance/resources/glsl-conformance-test.js: Removed.
1670 * webgl/1.0.1/resources/webgl_test_files/conformance/resources/glsl-feature-tests.css: Removed.
1671 * webgl/1.0.1/resources/webgl_test_files/conformance/resources/glsl-generator.js: Removed.
1672 * webgl/1.0.1/resources/webgl_test_files/conformance/resources/gray-ramp-256-with-128-alpha.png: Removed.
1673 * webgl/1.0.1/resources/webgl_test_files/conformance/resources/gray-ramp-256.png: Removed.
1674 * webgl/1.0.1/resources/webgl_test_files/conformance/resources/gray-ramp-default-gamma.png: Removed.
1675 * webgl/1.0.1/resources/webgl_test_files/conformance/resources/gray-ramp-gamma0.1.png: Removed.
1676 * webgl/1.0.1/resources/webgl_test_files/conformance/resources/gray-ramp-gamma1.0.png: Removed.
1677 * webgl/1.0.1/resources/webgl_test_files/conformance/resources/gray-ramp-gamma2.0.png: Removed.
1678 * webgl/1.0.1/resources/webgl_test_files/conformance/resources/gray-ramp-gamma4.0.png: Removed.
1679 * webgl/1.0.1/resources/webgl_test_files/conformance/resources/gray-ramp-gamma9.0.png: Removed.
1680 * webgl/1.0.1/resources/webgl_test_files/conformance/resources/gray-ramp.png: Removed.
1681 * webgl/1.0.1/resources/webgl_test_files/conformance/resources/green-2x2-16bit.png: Removed.
1682 * webgl/1.0.1/resources/webgl_test_files/conformance/resources/intArrayUniformShader.vert: Removed.
1683 * webgl/1.0.1/resources/webgl_test_files/conformance/resources/intUniformShader.vert: Removed.
1684 * webgl/1.0.1/resources/webgl_test_files/conformance/resources/matUniformShader.vert: Removed.
1685 * webgl/1.0.1/resources/webgl_test_files/conformance/resources/noopUniformShader.frag: Removed.
1686 * webgl/1.0.1/resources/webgl_test_files/conformance/resources/noopUniformShader.vert: Removed.
1687 * webgl/1.0.1/resources/webgl_test_files/conformance/resources/npot-video.mp4: Removed.
1688 * webgl/1.0.1/resources/webgl_test_files/conformance/resources/npot-video.theora.ogv: Removed.
1689 * webgl/1.0.1/resources/webgl_test_files/conformance/resources/npot-video.webmvp8.webm: Removed.
1690 * webgl/1.0.1/resources/webgl_test_files/conformance/resources/pnglib.js: Removed.
1691 * webgl/1.0.1/resources/webgl_test_files/conformance/resources/red-green.mp4: Removed.
1692 * webgl/1.0.1/resources/webgl_test_files/conformance/resources/red-green.png: Removed.
1693 * webgl/1.0.1/resources/webgl_test_files/conformance/resources/red-green.theora.ogv: Removed.
1694 * webgl/1.0.1/resources/webgl_test_files/conformance/resources/red-green.webmvp8.webm: Removed.
1695 * webgl/1.0.1/resources/webgl_test_files/conformance/resources/red-indexed.png: Removed.
1696 * webgl/1.0.1/resources/webgl_test_files/conformance/resources/samplerUniformShader.frag: Removed.
1697 * webgl/1.0.1/resources/webgl_test_files/conformance/resources/small-square-with-cie-rgb-profile.png: Removed.
1698 * webgl/1.0.1/resources/webgl_test_files/conformance/resources/small-square-with-colormatch-profile.png: Removed.
1699 * webgl/1.0.1/resources/webgl_test_files/conformance/resources/small-square-with-colorspin-profile.jpg: Removed.
1700 * webgl/1.0.1/resources/webgl_test_files/conformance/resources/small-square-with-colorspin-profile.png: Removed.
1701 * webgl/1.0.1/resources/webgl_test_files/conformance/resources/small-square-with-e-srgb-profile.png: Removed.
1702 * webgl/1.0.1/resources/webgl_test_files/conformance/resources/small-square-with-smpte-c-profile.png: Removed.
1703 * webgl/1.0.1/resources/webgl_test_files/conformance/resources/small-square-with-srgb-iec61966-2.1-profile.png: Removed.
1704 * webgl/1.0.1/resources/webgl_test_files/conformance/resources/structUniformShader.vert: Removed.
1705 * webgl/1.0.1/resources/webgl_test_files/conformance/resources/vertexShader.vert: Removed.
1706 * webgl/1.0.1/resources/webgl_test_files/conformance/resources/webgl-test-utils.js: Removed.
1707 * webgl/1.0.1/resources/webgl_test_files/conformance/resources/webgl-test.js: Removed.
1708 * webgl/1.0.1/resources/webgl_test_files/conformance/resources/zero-alpha.png: Removed.
1709 * webgl/1.0.1/resources/webgl_test_files/conformance/state: Removed.
1710 * webgl/1.0.1/resources/webgl_test_files/conformance/state/00_test_list.txt: Removed.
1711 * webgl/1.0.1/resources/webgl_test_files/conformance/state/gl-enable-enum-test.html: Removed.
1712 * webgl/1.0.1/resources/webgl_test_files/conformance/state/gl-enum-tests.html: Removed.
1713 * webgl/1.0.1/resources/webgl_test_files/conformance/state/gl-get-calls.html: Removed.
1714 * webgl/1.0.1/resources/webgl_test_files/conformance/state/gl-geterror.html: Removed.
1715 * webgl/1.0.1/resources/webgl_test_files/conformance/state/gl-getstring.html: Removed.
1716 * webgl/1.0.1/resources/webgl_test_files/conformance/state/gl-object-get-calls.html: Removed.
1717 * webgl/1.0.1/resources/webgl_test_files/conformance/textures: Removed.
1718 * webgl/1.0.1/resources/webgl_test_files/conformance/textures/00_test_list.txt: Removed.
1719 * webgl/1.0.1/resources/webgl_test_files/conformance/textures/compressed-tex-image.html: Removed.
1720 * webgl/1.0.1/resources/webgl_test_files/conformance/textures/copy-tex-image-and-sub-image-2d.html: Removed.
1721 * webgl/1.0.1/resources/webgl_test_files/conformance/textures/gl-pixelstorei.html: Removed.
1722 * webgl/1.0.1/resources/webgl_test_files/conformance/textures/gl-teximage.html: Removed.
1723 * webgl/1.0.1/resources/webgl_test_files/conformance/textures/origin-clean-conformance.html: Removed.
1724 * webgl/1.0.1/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-array-buffer-view.html: Removed.
1725 * webgl/1.0.1/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-canvas.html: Removed.
1726 * webgl/1.0.1/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image-data.html: Removed.
1727 * webgl/1.0.1/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-image.html: Removed.
1728 * webgl/1.0.1/resources/webgl_test_files/conformance/textures/tex-image-and-sub-image-2d-with-video.html: Removed.
1729 * webgl/1.0.1/resources/webgl_test_files/conformance/textures/tex-image-and-uniform-binding-bugs.html: Removed.
1730 * webgl/1.0.1/resources/webgl_test_files/conformance/textures/tex-image-with-format-and-type.html: Removed.
1731 * webgl/1.0.1/resources/webgl_test_files/conformance/textures/tex-image-with-invalid-data.html: Removed.
1732 * webgl/1.0.1/resources/webgl_test_files/conformance/textures/tex-input-validation.html: Removed.
1733 * webgl/1.0.1/resources/webgl_test_files/conformance/textures/tex-sub-image-2d-bad-args.html: Removed.
1734 * webgl/1.0.1/resources/webgl_test_files/conformance/textures/tex-sub-image-2d.html: Removed.
1735 * webgl/1.0.1/resources/webgl_test_files/conformance/textures/texparameter-test.html: Removed.
1736 * webgl/1.0.1/resources/webgl_test_files/conformance/textures/texture-active-bind-2.html: Removed.
1737 * webgl/1.0.1/resources/webgl_test_files/conformance/textures/texture-active-bind.html: Removed.
1738 * webgl/1.0.1/resources/webgl_test_files/conformance/textures/texture-clear.html: Removed.
1739 * webgl/1.0.1/resources/webgl_test_files/conformance/textures/texture-complete.html: Removed.
1740 * webgl/1.0.1/resources/webgl_test_files/conformance/textures/texture-formats-test.html: Removed.
1741 * webgl/1.0.1/resources/webgl_test_files/conformance/textures/texture-mips.html: Removed.
1742 * webgl/1.0.1/resources/webgl_test_files/conformance/textures/texture-npot-video.html: Removed.
1743 * webgl/1.0.1/resources/webgl_test_files/conformance/textures/texture-npot.html: Removed.
1744 * webgl/1.0.1/resources/webgl_test_files/conformance/textures/texture-size-cube-maps.html: Removed.
1745 * webgl/1.0.1/resources/webgl_test_files/conformance/textures/texture-size.html: Removed.
1746 * webgl/1.0.1/resources/webgl_test_files/conformance/textures/texture-transparent-pixels-initialized.html: Removed.
1747 * webgl/1.0.1/resources/webgl_test_files/conformance/typedarrays: Removed.
1748 * webgl/1.0.1/resources/webgl_test_files/conformance/typedarrays/00_test_list.txt: Removed.
1749 * webgl/1.0.1/resources/webgl_test_files/conformance/typedarrays/array-buffer-crash.html: Removed.
1750 * webgl/1.0.1/resources/webgl_test_files/conformance/typedarrays/array-buffer-view-crash.html: Removed.
1751 * webgl/1.0.1/resources/webgl_test_files/conformance/typedarrays/array-unit-tests.html: Removed.
1752 * webgl/1.0.1/resources/webgl_test_files/conformance/uniforms: Removed.
1753 * webgl/1.0.1/resources/webgl_test_files/conformance/uniforms/00_test_list.txt: Removed.
1754 * webgl/1.0.1/resources/webgl_test_files/conformance/uniforms/gl-uniform-arrays.html: Removed.
1755 * webgl/1.0.1/resources/webgl_test_files/conformance/uniforms/gl-uniform-bool.html: Removed.
1756 * webgl/1.0.1/resources/webgl_test_files/conformance/uniforms/gl-uniformmatrix4fv.html: Removed.
1757 * webgl/1.0.1/resources/webgl_test_files/conformance/uniforms/gl-unknown-uniform.html: Removed.
1758 * webgl/1.0.1/resources/webgl_test_files/conformance/uniforms/null-uniform-location.html: Removed.
1759 * webgl/1.0.1/resources/webgl_test_files/conformance/uniforms/uniform-location.html: Removed.
1760 * webgl/1.0.1/resources/webgl_test_files/conformance/uniforms/uniform-samplers-test.html: Removed.
1761 * webgl/1.0.1/resources/webgl_test_files/extra: Removed.
1762 * webgl/1.0.1/resources/webgl_test_files/extra/50x50pixel-black-with-red-triangle.png: Removed.
1763 * webgl/1.0.1/resources/webgl_test_files/extra/big-fbos-example.html: Removed.
1764 * webgl/1.0.1/resources/webgl_test_files/extra/canvas-compositing-test.html: Removed.
1765 * webgl/1.0.1/resources/webgl_test_files/extra/canvas-compositing-test.png: Removed.
1766 * webgl/1.0.1/resources/webgl_test_files/extra/fbo-lost-context.html: Removed.
1767 * webgl/1.0.1/resources/webgl_test_files/extra/lots-of-polys-example.html: Removed.
1768 * webgl/1.0.1/resources/webgl_test_files/extra/offscreen-issue.html: Removed.
1769 * webgl/1.0.1/resources/webgl_test_files/extra/out-of-bounds-uniform-array-access.html: Removed.
1770 * webgl/1.0.1/resources/webgl_test_files/extra/out-of-memory.html: Removed.
1771 * webgl/1.0.1/resources/webgl_test_files/extra/out-of-resources.html: Removed.
1772 * webgl/1.0.1/resources/webgl_test_files/extra/out-of-vram.html: Removed.
1773 * webgl/1.0.1/resources/webgl_test_files/extra/simulated-attrib-0-bug-test.html: Removed.
1774 * webgl/1.0.1/resources/webgl_test_files/extra/slow-shader-example.html: Removed.
1775 * webgl/1.0.1/resources/webgl_test_files/extra/webgl-info.html: Removed.
1776 * webgl/1.0.1/resources/webgl_test_files/misc: Removed.
1777 * webgl/1.0.1/resources/webgl_test_files/misc/program-test-1.html: Removed.
1778 * webgl/1.0.1/resources/webgl_test_files/patch.patch: Removed.
1779 * webgl/1.0.1/resources/webgl_test_files/resources: Removed.
1780 * webgl/1.0.1/resources/webgl_test_files/resources/desktop-gl-constants.js: Removed.
1781 * webgl/1.0.1/resources/webgl_test_files/resources/js-test-post.js: Removed.
1782 * webgl/1.0.1/resources/webgl_test_files/resources/js-test-pre.js: Removed.
1783 * webgl/1.0.1/resources/webgl_test_files/resources/js-test-style.css: Removed.
1784 * webgl/1.0.1/resources/webgl_test_files/resources/test-eval.js: Removed.
1785 * webgl/1.0.1/resources/webgl_test_files/resources/webgl-logo.png: Removed.
1786 * webgl/1.0.1/resources/webgl_test_files/resources/webgl-test-harness.js: Removed.
1787 * webgl/1.0.1/resources/webgl_test_files/webgl-conformance-tests.html: Removed.
1788 * webgl/1.0.1/resources/webkit-webgl-test-harness.js: Removed.
1789 * webgl/conformance: Removed.
1790 * webgl/conformance/attribs: Removed.
1791 * webgl/conformance/attribs/gl-disabled-vertex-attrib-expected.txt: Removed.
1792 * webgl/conformance/attribs/gl-disabled-vertex-attrib.html: Removed.
1793 * webgl/conformance/attribs/gl-enable-vertex-attrib-expected.txt: Removed.
1794 * webgl/conformance/attribs/gl-enable-vertex-attrib.html: Removed.
1795 * webgl/conformance/attribs/gl-vertex-attrib-expected.txt: Removed.
1796 * webgl/conformance/attribs/gl-vertex-attrib-render-expected.txt: Removed.
1797 * webgl/conformance/attribs/gl-vertex-attrib-render.html: Removed.
1798 * webgl/conformance/attribs/gl-vertex-attrib-zero-issues-expected.txt: Removed.
1799 * webgl/conformance/attribs/gl-vertex-attrib-zero-issues.html: Removed.
1800 * webgl/conformance/attribs/gl-vertex-attrib.html: Removed.
1801 * webgl/conformance/attribs/gl-vertexattribpointer-expected.txt: Removed.
1802 * webgl/conformance/attribs/gl-vertexattribpointer-offsets-expected.txt: Removed.
1803 * webgl/conformance/attribs/gl-vertexattribpointer-offsets.html: Removed.
1804 * webgl/conformance/attribs/gl-vertexattribpointer.html: Removed.
1805 * webgl/conformance/buffers: Removed.
1806 * webgl/conformance/buffers/buffer-bind-test-expected.txt: Removed.
1807 * webgl/conformance/buffers/buffer-bind-test.html: Removed.
1808 * webgl/conformance/buffers/buffer-data-array-buffer-expected.txt: Removed.
1809 * webgl/conformance/buffers/buffer-data-array-buffer.html: Removed.
1810 * webgl/conformance/buffers/element-array-buffer-delete-recreate-expected.txt: Removed.
1811 * webgl/conformance/buffers/element-array-buffer-delete-recreate.html: Removed.
1812 * webgl/conformance/buffers/index-validation-copies-indices-expected.txt: Removed.
1813 * webgl/conformance/buffers/index-validation-copies-indices.html: Removed.
1814 * webgl/conformance/buffers/index-validation-crash-with-buffer-sub-data-expected.txt: Removed.
1815 * webgl/conformance/buffers/index-validation-crash-with-buffer-sub-data.html: Removed.
1816 * webgl/conformance/buffers/index-validation-expected.txt: Removed.
1817 * webgl/conformance/buffers/index-validation-large-buffer-expected.txt: Removed.
1818 * webgl/conformance/buffers/index-validation-large-buffer.html: Removed.
1819 * webgl/conformance/buffers/index-validation-verifies-too-many-indices-expected.txt: Removed.
1820 * webgl/conformance/buffers/index-validation-verifies-too-many-indices.html: Removed.
1821 * webgl/conformance/buffers/index-validation-with-resized-buffer-expected.txt: Removed.
1822 * webgl/conformance/buffers/index-validation-with-resized-buffer.html: Removed.
1823 * webgl/conformance/buffers/index-validation.html: Removed.
1824 * webgl/conformance/canvas: Removed.
1825 * webgl/conformance/canvas/buffer-offscreen-test-expected.txt: Removed.
1826 * webgl/conformance/canvas/buffer-offscreen-test.html: Removed.
1827 * webgl/conformance/canvas/buffer-preserve-test-expected.txt: Removed.
1828 * webgl/conformance/canvas/buffer-preserve-test.html: Removed.
1829 * webgl/conformance/canvas/canvas-test-expected.txt: Removed.
1830 * webgl/conformance/canvas/canvas-test.html: Removed.
1831 * webgl/conformance/canvas/canvas-zero-size-expected.txt: Removed.
1832 * webgl/conformance/canvas/canvas-zero-size.html: Removed.
1833 * webgl/conformance/canvas/drawingbuffer-hd-dpi-test-expected.txt: Removed.
1834 * webgl/conformance/canvas/drawingbuffer-hd-dpi-test.html: Removed.
1835 * webgl/conformance/canvas/drawingbuffer-static-canvas-test-expected.txt: Removed.
1836 * webgl/conformance/canvas/drawingbuffer-static-canvas-test.html: Removed.
1837 * webgl/conformance/canvas/drawingbuffer-test-expected.txt: Removed.
1838 * webgl/conformance/canvas/drawingbuffer-test.html: Removed.
1839 * webgl/conformance/canvas/framebuffer-bindings-unaffected-on-resize-expected.txt: Removed.
1840 * webgl/conformance/canvas/framebuffer-bindings-unaffected-on-resize.html: Removed.
1841 * webgl/conformance/canvas/texture-bindings-unaffected-on-resize-expected.txt: Removed.
1842 * webgl/conformance/canvas/texture-bindings-unaffected-on-resize.html: Removed.
1843 * webgl/conformance/canvas/to-data-url-test-expected.txt: Removed.
1844 * webgl/conformance/canvas/to-data-url-test.html: Removed.
1845 * webgl/conformance/canvas/viewport-unchanged-upon-resize-expected.txt: Removed.
1846 * webgl/conformance/canvas/viewport-unchanged-upon-resize.html: Removed.
1847 * webgl/conformance/context: Removed.
1848 * webgl/conformance/context/constants-expected.txt: Removed.
1849 * webgl/conformance/context/constants.html: Removed.
1850 * webgl/conformance/context/context-attribute-preserve-drawing-buffer-expected.txt: Removed.
1851 * webgl/conformance/context/context-attribute-preserve-drawing-buffer.html: Removed.
1852 * webgl/conformance/context/context-attributes-alpha-depth-stencil-antialias-expected.txt: Removed.
1853 * webgl/conformance/context/context-attributes-alpha-depth-stencil-antialias.html: Removed.
1854 * webgl/conformance/context/context-creation-and-destruction-expected.txt: Removed.
1855 * webgl/conformance/context/context-creation-and-destruction.html: Removed.
1856 * webgl/conformance/context/context-lost-expected.txt: Removed.
1857 * webgl/conformance/context/context-lost-restored-expected.txt: Removed.
1858 * webgl/conformance/context/context-lost-restored.html: Removed.
1859 * webgl/conformance/context/context-lost.html: Removed.
1860 * webgl/conformance/context/context-release-upon-reload-expected.txt: Removed.
1861 * webgl/conformance/context/context-release-upon-reload.html: Removed.
1862 * webgl/conformance/context/context-release-with-workers-expected.txt: Removed.
1863 * webgl/conformance/context/context-release-with-workers.html: Removed.
1864 * webgl/conformance/context/context-type-test-expected.txt: Removed.
1865 * webgl/conformance/context/context-type-test.html: Removed.
1866 * webgl/conformance/context/incorrect-context-object-behaviour-expected.txt: Removed.
1867 * webgl/conformance/context/incorrect-context-object-behaviour.html: Removed.
1868 * webgl/conformance/context/methods-expected.txt: Removed.
1869 * webgl/conformance/context/methods.html: Removed.
1870 * webgl/conformance/context/premultiplyalpha-test-expected.txt: Removed.
1871 * webgl/conformance/context/premultiplyalpha-test.html: Removed.
1872 * webgl/conformance/context/resource-sharing-test-expected.txt: Removed.
1873 * webgl/conformance/context/resource-sharing-test.html: Removed.
1874 * webgl/conformance/extensions: Removed.
1875 * webgl/conformance/extensions/ext-shader-texture-lod-expected.txt: Removed.
1876 * webgl/conformance/extensions/ext-shader-texture-lod.html: Removed.
1877 * webgl/conformance/extensions/ext-texture-filter-anisotropic-expected.txt: Removed.
1878 * webgl/conformance/extensions/ext-texture-filter-anisotropic.html: Removed.
1879 * webgl/conformance/extensions/get-extension-expected.txt: Removed.
1880 * webgl/conformance/extensions/get-extension.html: Removed.
1881 * webgl/conformance/extensions/oes-element-index-uint-expected.txt: Removed.
1882 * webgl/conformance/extensions/oes-element-index-uint.html: Removed.
1883 * webgl/conformance/extensions/oes-standard-derivatives-expected.txt: Removed.
1884 * webgl/conformance/extensions/oes-standard-derivatives.html: Removed.
1885 * webgl/conformance/extensions/oes-texture-float-expected.txt: Removed.
1886 * webgl/conformance/extensions/oes-texture-float-with-canvas-expected.txt: Removed.
1887 * webgl/conformance/extensions/oes-texture-float-with-canvas.html: Removed.
1888 * webgl/conformance/extensions/oes-texture-float-with-image-data-expected.txt: Removed.
1889 * webgl/conformance/extensions/oes-texture-float-with-image-data.html: Removed.
1890 * webgl/conformance/extensions/oes-texture-float-with-image-expected.txt: Removed.
1891 * webgl/conformance/extensions/oes-texture-float-with-image.html: Removed.
1892 * webgl/conformance/extensions/oes-texture-float-with-video-expected.txt: Removed.
1893 * webgl/conformance/extensions/oes-texture-float-with-video.html: Removed.
1894 * webgl/conformance/extensions/oes-texture-float.html: Removed.
1895 * webgl/conformance/extensions/oes-vertex-array-object-expected.txt: Removed.
1896 * webgl/conformance/extensions/oes-vertex-array-object.html: Removed.
1897 * webgl/conformance/extensions/webgl-compressed-texture-atc-expected.txt: Removed.
1898 * webgl/conformance/extensions/webgl-compressed-texture-atc.html: Removed.
1899 * webgl/conformance/extensions/webgl-compressed-texture-pvrtc-expected.txt: Removed.
1900 * webgl/conformance/extensions/webgl-compressed-texture-pvrtc.html: Removed.
1901 * webgl/conformance/extensions/webgl-compressed-texture-s3tc-expected.txt: Removed.
1902 * webgl/conformance/extensions/webgl-compressed-texture-s3tc.html: Removed.
1903 * webgl/conformance/extensions/webgl-debug-renderer-info-expected.txt: Removed.
1904 * webgl/conformance/extensions/webgl-debug-renderer-info.html: Removed.
1905 * webgl/conformance/extensions/webgl-debug-shaders-expected.txt: Removed.
1906 * webgl/conformance/extensions/webgl-debug-shaders.html: Removed.
1907 * webgl/conformance/extensions/webgl-depth-texture-expected.txt: Removed.
1908 * webgl/conformance/extensions/webgl-depth-texture.html: Removed.
1909 * webgl/conformance/glsl: Removed.
1910 * webgl/conformance/glsl/functions: Removed.
1911 * webgl/conformance/glsl/functions/glsl-function-abs-expected.txt: Removed.
1912 * webgl/conformance/glsl/functions/glsl-function-abs.html: Removed.
1913 * webgl/conformance/glsl/functions/glsl-function-acos-expected.txt: Removed.
1914 * webgl/conformance/glsl/functions/glsl-function-acos.html: Removed.
1915 * webgl/conformance/glsl/functions/glsl-function-asin-expected.txt: Removed.
1916 * webgl/conformance/glsl/functions/glsl-function-asin.html: Removed.
1917 * webgl/conformance/glsl/functions/glsl-function-atan-expected.txt: Removed.
1918 * webgl/conformance/glsl/functions/glsl-function-atan-xy-expected.txt: Removed.
1919 * webgl/conformance/glsl/functions/glsl-function-atan-xy.html: Removed.
1920 * webgl/conformance/glsl/functions/glsl-function-atan.html: Removed.
1921 * webgl/conformance/glsl/functions/glsl-function-ceil-expected.txt: Removed.
1922 * webgl/conformance/glsl/functions/glsl-function-ceil.html: Removed.
1923 * webgl/conformance/glsl/functions/glsl-function-clamp-float-expected.txt: Removed.
1924 * webgl/conformance/glsl/functions/glsl-function-clamp-float.html: Removed.
1925 * webgl/conformance/glsl/functions/glsl-function-clamp-gentype-expected.txt: Removed.
1926 * webgl/conformance/glsl/functions/glsl-function-clamp-gentype.html: Removed.
1927 * webgl/conformance/glsl/functions/glsl-function-cos-expected.txt: Removed.
1928 * webgl/conformance/glsl/functions/glsl-function-cos.html: Removed.
1929 * webgl/conformance/glsl/functions/glsl-function-cross-expected.txt: Removed.
1930 * webgl/conformance/glsl/functions/glsl-function-cross.html: Removed.
1931 * webgl/conformance/glsl/functions/glsl-function-distance-expected.txt: Removed.
1932 * webgl/conformance/glsl/functions/glsl-function-distance.html: Removed.
1933 * webgl/conformance/glsl/functions/glsl-function-dot-expected.txt: Removed.
1934 * webgl/conformance/glsl/functions/glsl-function-dot.html: Removed.
1935 * webgl/conformance/glsl/functions/glsl-function-expected.txt: Removed.
1936 * webgl/conformance/glsl/functions/glsl-function-faceforward-expected.txt: Removed.
1937 * webgl/conformance/glsl/functions/glsl-function-faceforward.html: Removed.
1938 * webgl/conformance/glsl/functions/glsl-function-floor-expected.txt: Removed.
1939 * webgl/conformance/glsl/functions/glsl-function-floor.html: Removed.
1940 * webgl/conformance/glsl/functions/glsl-function-fract-expected.txt: Removed.
1941 * webgl/conformance/glsl/functions/glsl-function-fract.html: Removed.
1942 * webgl/conformance/glsl/functions/glsl-function-length-expected.txt: Removed.
1943 * webgl/conformance/glsl/functions/glsl-function-length.html: Removed.
1944 * webgl/conformance/glsl/functions/glsl-function-max-float-expected.txt: Removed.
1945 * webgl/conformance/glsl/functions/glsl-function-max-float.html: Removed.
1946 * webgl/conformance/glsl/functions/glsl-function-max-gentype-expected.txt: Removed.
1947 * webgl/conformance/glsl/functions/glsl-function-max-gentype.html: Removed.
1948 * webgl/conformance/glsl/functions/glsl-function-min-float-expected.txt: Removed.
1949 * webgl/conformance/glsl/functions/glsl-function-min-float.html: Removed.
1950 * webgl/conformance/glsl/functions/glsl-function-min-gentype-expected.txt: Removed.
1951 * webgl/conformance/glsl/functions/glsl-function-min-gentype.html: Removed.
1952 * webgl/conformance/glsl/functions/glsl-function-mix-float-expected.txt: Removed.
1953 * webgl/conformance/glsl/functions/glsl-function-mix-float.html: Removed.
1954 * webgl/conformance/glsl/functions/glsl-function-mix-gentype-expected.txt: Removed.
1955 * webgl/conformance/glsl/functions/glsl-function-mix-gentype.html: Removed.
1956 * webgl/conformance/glsl/functions/glsl-function-mod-float-expected.txt: Removed.
1957 * webgl/conformance/glsl/functions/glsl-function-mod-float.html: Removed.
1958 * webgl/conformance/glsl/functions/glsl-function-mod-gentype-expected.txt: Removed.
1959 * webgl/conformance/glsl/functions/glsl-function-mod-gentype.html: Removed.
1960 * webgl/conformance/glsl/functions/glsl-function-normalize-expected.txt: Removed.
1961 * webgl/conformance/glsl/functions/glsl-function-normalize.html: Removed.
1962 * webgl/conformance/glsl/functions/glsl-function-reflect-expected.txt: Removed.
1963 * webgl/conformance/glsl/functions/glsl-function-reflect.html: Removed.
1964 * webgl/conformance/glsl/functions/glsl-function-sign-expected.txt: Removed.
1965 * webgl/conformance/glsl/functions/glsl-function-sign.html: Removed.
1966 * webgl/conformance/glsl/functions/glsl-function-sin-expected.txt: Removed.
1967 * webgl/conformance/glsl/functions/glsl-function-sin.html: Removed.
1968 * webgl/conformance/glsl/functions/glsl-function-smoothstep-float-expected.txt: Removed.
1969 * webgl/conformance/glsl/functions/glsl-function-smoothstep-float.html: Removed.
1970 * webgl/conformance/glsl/functions/glsl-function-smoothstep-gentype-expected.txt: Removed.
1971 * webgl/conformance/glsl/functions/glsl-function-smoothstep-gentype.html: Removed.
1972 * webgl/conformance/glsl/functions/glsl-function-step-float-expected.txt: Removed.
1973 * webgl/conformance/glsl/functions/glsl-function-step-float.html: Removed.
1974 * webgl/conformance/glsl/functions/glsl-function-step-gentype-expected.txt: Removed.
1975 * webgl/conformance/glsl/functions/glsl-function-step-gentype.html: Removed.
1976 * webgl/conformance/glsl/functions/glsl-function.html: Removed.
1977 * webgl/conformance/glsl/implicit: Removed.
1978 * webgl/conformance/glsl/implicit/add_int_float.vert-expected.txt: Removed.
1979 * webgl/conformance/glsl/implicit/add_int_float.vert.html: Removed.
1980 * webgl/conformance/glsl/implicit/add_int_mat2.vert-expected.txt: Removed.
1981 * webgl/conformance/glsl/implicit/add_int_mat2.vert.html: Removed.
1982 * webgl/conformance/glsl/implicit/add_int_mat3.vert-expected.txt: Removed.
1983 * webgl/conformance/glsl/implicit/add_int_mat3.vert.html: Removed.
1984 * webgl/conformance/glsl/implicit/add_int_mat4.vert-expected.txt: Removed.
1985 * webgl/conformance/glsl/implicit/add_int_mat4.vert.html: Removed.
1986 * webgl/conformance/glsl/implicit/add_int_vec2.vert-expected.txt: Removed.
1987 * webgl/conformance/glsl/implicit/add_int_vec2.vert.html: Removed.
1988 * webgl/conformance/glsl/implicit/add_int_vec3.vert-expected.txt: Removed.
1989 * webgl/conformance/glsl/implicit/add_int_vec3.vert.html: Removed.
1990 * webgl/conformance/glsl/implicit/add_int_vec4.vert-expected.txt: Removed.
1991 * webgl/conformance/glsl/implicit/add_int_vec4.vert.html: Removed.
1992 * webgl/conformance/glsl/implicit/add_ivec2_vec2.vert-expected.txt: Removed.
1993 * webgl/conformance/glsl/implicit/add_ivec2_vec2.vert.html: Removed.
1994 * webgl/conformance/glsl/implicit/add_ivec3_vec3.vert-expected.txt: Removed.
1995 * webgl/conformance/glsl/implicit/add_ivec3_vec3.vert.html: Removed.
1996 * webgl/conformance/glsl/implicit/add_ivec4_vec4.vert-expected.txt: Removed.
1997 * webgl/conformance/glsl/implicit/add_ivec4_vec4.vert.html: Removed.
1998 * webgl/conformance/glsl/implicit/assign_int_to_float.vert-expected.txt: Removed.
1999 * webgl/conformance/glsl/implicit/assign_int_to_float.vert.html: Removed.
2000 * webgl/conformance/glsl/implicit/assign_ivec2_to_vec2.vert-expected.txt: Removed.
2001 * webgl/conformance/glsl/implicit/assign_ivec2_to_vec2.vert.html: Removed.
2002 * webgl/conformance/glsl/implicit/assign_ivec3_to_vec3.vert-expected.txt: Removed.
2003 * webgl/conformance/glsl/implicit/assign_ivec3_to_vec3.vert.html: Removed.
2004 * webgl/conformance/glsl/implicit/assign_ivec4_to_vec4.vert-expected.txt: Removed.
2005 * webgl/conformance/glsl/implicit/assign_ivec4_to_vec4.vert.html: Removed.
2006 * webgl/conformance/glsl/implicit/construct_struct.vert-expected.txt: Removed.
2007 * webgl/conformance/glsl/implicit/construct_struct.vert.html: Removed.
2008 * webgl/conformance/glsl/implicit/divide_int_float.vert-expected.txt: Removed.
2009 * webgl/conformance/glsl/implicit/divide_int_float.vert.html: Removed.
2010 * webgl/conformance/glsl/implicit/divide_int_mat2.vert-expected.txt: Removed.
2011 * webgl/conformance/glsl/implicit/divide_int_mat2.vert.html: Removed.
2012 * webgl/conformance/glsl/implicit/divide_int_mat3.vert-expected.txt: Removed.
2013 * webgl/conformance/glsl/implicit/divide_int_mat3.vert.html: Removed.
2014 * webgl/conformance/glsl/implicit/divide_int_mat4.vert-expected.txt: Removed.
2015 * webgl/conformance/glsl/implicit/divide_int_mat4.vert.html: Removed.
2016 * webgl/conformance/glsl/implicit/divide_int_vec2.vert-expected.txt: Removed.
2017 * webgl/conformance/glsl/implicit/divide_int_vec2.vert.html: Removed.
2018 * webgl/conformance/glsl/implicit/divide_int_vec3.vert-expected.txt: Removed.
2019 * webgl/conformance/glsl/implicit/divide_int_vec3.vert.html: Removed.
2020 * webgl/conformance/glsl/implicit/divide_int_vec4.vert-expected.txt: Removed.
2021 * webgl/conformance/glsl/implicit/divide_int_vec4.vert.html: Removed.
2022 * webgl/conformance/glsl/implicit/divide_ivec2_vec2.vert-expected.txt: Removed.
2023 * webgl/conformance/glsl/implicit/divide_ivec2_vec2.vert.html: Removed.
2024 * webgl/conformance/glsl/implicit/divide_ivec3_vec3.vert-expected.txt: Removed.
2025 * webgl/conformance/glsl/implicit/divide_ivec3_vec3.vert.html: Removed.
2026 * webgl/conformance/glsl/implicit/divide_ivec4_vec4.vert-expected.txt: Removed.
2027 * webgl/conformance/glsl/implicit/divide_ivec4_vec4.vert.html: Removed.
2028 * webgl/conformance/glsl/implicit/equal_int_float.vert-expected.txt: Removed.
2029 * webgl/conformance/glsl/implicit/equal_int_float.vert.html: Removed.
2030 * webgl/conformance/glsl/implicit/equal_ivec2_vec2.vert-expected.txt: Removed.
2031 * webgl/conformance/glsl/implicit/equal_ivec2_vec2.vert.html: Removed.
2032 * webgl/conformance/glsl/implicit/equal_ivec3_vec3.vert-expected.txt: Removed.
2033 * webgl/conformance/glsl/implicit/equal_ivec3_vec3.vert.html: Removed.
2034 * webgl/conformance/glsl/implicit/equal_ivec4_vec4.vert-expected.txt: Removed.
2035 * webgl/conformance/glsl/implicit/equal_ivec4_vec4.vert.html: Removed.
2036 * webgl/conformance/glsl/implicit/function_int_float.vert-expected.txt: Removed.
2037 * webgl/conformance/glsl/implicit/function_int_float.vert.html: Removed.
2038 * webgl/conformance/glsl/implicit/function_ivec2_vec2.vert-expected.txt: Removed.
2039 * webgl/conformance/glsl/implicit/function_ivec2_vec2.vert.html: Removed.
2040 * webgl/conformance/glsl/implicit/function_ivec3_vec3.vert-expected.txt: Removed.
2041 * webgl/conformance/glsl/implicit/function_ivec3_vec3.vert.html: Removed.
2042 * webgl/conformance/glsl/implicit/function_ivec4_vec4.vert-expected.txt: Removed.
2043 * webgl/conformance/glsl/implicit/function_ivec4_vec4.vert.html: Removed.
2044 * webgl/conformance/glsl/implicit/greater_than.vert-expected.txt: Removed.
2045 * webgl/conformance/glsl/implicit/greater_than.vert.html: Removed.
2046 * webgl/conformance/glsl/implicit/greater_than_equal.vert-expected.txt: Removed.
2047 * webgl/conformance/glsl/implicit/greater_than_equal.vert.html: Removed.
2048 * webgl/conformance/glsl/implicit/less_than.vert-expected.txt: Removed.
2049 * webgl/conformance/glsl/implicit/less_than.vert.html: Removed.
2050 * webgl/conformance/glsl/implicit/less_than_equal.vert-expected.txt: Removed.
2051 * webgl/conformance/glsl/implicit/less_than_equal.vert.html: Removed.
2052 * webgl/conformance/glsl/implicit/multiply_int_float.vert-expected.txt: Removed.
2053 * webgl/conformance/glsl/implicit/multiply_int_float.vert.html: Removed.
2054 * webgl/conformance/glsl/implicit/multiply_int_mat2.vert-expected.txt: Removed.
2055 * webgl/conformance/glsl/implicit/multiply_int_mat2.vert.html: Removed.
2056 * webgl/conformance/glsl/implicit/multiply_int_mat3.vert-expected.txt: Removed.
2057 * webgl/conformance/glsl/implicit/multiply_int_mat3.vert.html: Removed.
2058 * webgl/conformance/glsl/implicit/multiply_int_mat4.vert-expected.txt: Removed.
2059 * webgl/conformance/glsl/implicit/multiply_int_mat4.vert.html: Removed.
2060 * webgl/conformance/glsl/implicit/multiply_int_vec2.vert-expected.txt: Removed.
2061 * webgl/conformance/glsl/implicit/multiply_int_vec2.vert.html: Removed.
2062 * webgl/conformance/glsl/implicit/multiply_int_vec3.vert-expected.txt: Removed.
2063 * webgl/conformance/glsl/implicit/multiply_int_vec3.vert.html: Removed.
2064 * webgl/conformance/glsl/implicit/multiply_int_vec4.vert-expected.txt: Removed.
2065 * webgl/conformance/glsl/implicit/multiply_int_vec4.vert.html: Removed.
2066 * webgl/conformance/glsl/implicit/multiply_ivec2_vec2.vert-expected.txt: Removed.
2067 * webgl/conformance/glsl/implicit/multiply_ivec2_vec2.vert.html: Removed.
2068 * webgl/conformance/glsl/implicit/multiply_ivec3_vec3.vert-expected.txt: Removed.
2069 * webgl/conformance/glsl/implicit/multiply_ivec3_vec3.vert.html: Removed.
2070 * webgl/conformance/glsl/implicit/multiply_ivec4_vec4.vert-expected.txt: Removed.
2071 * webgl/conformance/glsl/implicit/multiply_ivec4_vec4.vert.html: Removed.
2072 * webgl/conformance/glsl/implicit/not_equal_int_float.vert-expected.txt: Removed.
2073 * webgl/conformance/glsl/implicit/not_equal_int_float.vert.html: Removed.
2074 * webgl/conformance/glsl/implicit/not_equal_ivec2_vec2.vert-expected.txt: Removed.
2075 * webgl/conformance/glsl/implicit/not_equal_ivec2_vec2.vert.html: Removed.
2076 * webgl/conformance/glsl/implicit/not_equal_ivec3_vec3.vert-expected.txt: Removed.
2077 * webgl/conformance/glsl/implicit/not_equal_ivec3_vec3.vert.html: Removed.
2078 * webgl/conformance/glsl/implicit/not_equal_ivec4_vec4.vert-expected.txt: Removed.
2079 * webgl/conformance/glsl/implicit/not_equal_ivec4_vec4.vert.html: Removed.
2080 * webgl/conformance/glsl/implicit/subtract_int_float.vert-expected.txt: Removed.
2081 * webgl/conformance/glsl/implicit/subtract_int_float.vert.html: Removed.
2082 * webgl/conformance/glsl/implicit/subtract_int_mat2.vert-expected.txt: Removed.
2083 * webgl/conformance/glsl/implicit/subtract_int_mat2.vert.html: Removed.
2084 * webgl/conformance/glsl/implicit/subtract_int_mat3.vert-expected.txt: Removed.
2085 * webgl/conformance/glsl/implicit/subtract_int_mat3.vert.html: Removed.
2086 * webgl/conformance/glsl/implicit/subtract_int_mat4.vert-expected.txt: Removed.
2087 * webgl/conformance/glsl/implicit/subtract_int_mat4.vert.html: Removed.
2088 * webgl/conformance/glsl/implicit/subtract_int_vec2.vert-expected.txt: Removed.
2089 * webgl/conformance/glsl/implicit/subtract_int_vec2.vert.html: Removed.
2090 * webgl/conformance/glsl/implicit/subtract_int_vec3.vert-expected.txt: Removed.
2091 * webgl/conformance/glsl/implicit/subtract_int_vec3.vert.html: Removed.
2092 * webgl/conformance/glsl/implicit/subtract_int_vec4.vert-expected.txt: Removed.
2093 * webgl/conformance/glsl/implicit/subtract_int_vec4.vert.html: Removed.
2094 * webgl/conformance/glsl/implicit/subtract_ivec2_vec2.vert-expected.txt: Removed.
2095 * webgl/conformance/glsl/implicit/subtract_ivec2_vec2.vert.html: Removed.
2096 * webgl/conformance/glsl/implicit/subtract_ivec3_vec3.vert-expected.txt: Removed.
2097 * webgl/conformance/glsl/implicit/subtract_ivec3_vec3.vert.html: Removed.
2098 * webgl/conformance/glsl/implicit/subtract_ivec4_vec4.vert-expected.txt: Removed.
2099 * webgl/conformance/glsl/implicit/subtract_ivec4_vec4.vert.html: Removed.
2100 * webgl/conformance/glsl/implicit/ternary_int_float.vert-expected.txt: Removed.
2101 * webgl/conformance/glsl/implicit/ternary_int_float.vert.html: Removed.
2102 * webgl/conformance/glsl/implicit/ternary_ivec2_vec2.vert-expected.txt: Removed.
2103 * webgl/conformance/glsl/implicit/ternary_ivec2_vec2.vert.html: Removed.
2104 * webgl/conformance/glsl/implicit/ternary_ivec3_vec3.vert-expected.txt: Removed.
2105 * webgl/conformance/glsl/implicit/ternary_ivec3_vec3.vert.html: Removed.
2106 * webgl/conformance/glsl/implicit/ternary_ivec4_vec4.vert-expected.txt: Removed.
2107 * webgl/conformance/glsl/implicit/ternary_ivec4_vec4.vert.html: Removed.
2108 * webgl/conformance/glsl/literals: Removed.
2109 * webgl/conformance/glsl/literals/float_literal.vert-expected.txt: Removed.
2110 * webgl/conformance/glsl/literals/float_literal.vert.html: Removed.
2111 * webgl/conformance/glsl/matrices: Removed.
2112 * webgl/conformance/glsl/matrices/glsl-mat4-to-mat3-expected.txt: Removed.
2113 * webgl/conformance/glsl/matrices/glsl-mat4-to-mat3.html: Removed.
2114 * webgl/conformance/glsl/misc: Removed.
2115 * webgl/conformance/glsl/misc/attrib-location-length-limits-expected.txt: Removed.
2116 * webgl/conformance/glsl/misc/attrib-location-length-limits.html: Removed.
2117 * webgl/conformance/glsl/misc/embedded-struct-definitions-forbidden-expected.txt: Removed.
2118 * webgl/conformance/glsl/misc/embedded-struct-definitions-forbidden.html: Removed.
2119 * webgl/conformance/glsl/misc/glsl-function-nodes-expected.txt: Removed.
2120 * webgl/conformance/glsl/misc/glsl-function-nodes.html: Removed.
2121 * webgl/conformance/glsl/misc/glsl-long-variable-names-expected.txt: Removed.
2122 * webgl/conformance/glsl/misc/glsl-long-variable-names.html: Removed.
2123 * webgl/conformance/glsl/misc/glsl-vertex-branch-expected.txt: Removed.
2124 * webgl/conformance/glsl/misc/glsl-vertex-branch.html: Removed.
2125 * webgl/conformance/glsl/misc/large-loop-compile-expected.txt: Removed.
2126 * webgl/conformance/glsl/misc/large-loop-compile.html: Removed.
2127 * webgl/conformance/glsl/misc/non-ascii-comments.vert-expected.txt: Removed.
2128 * webgl/conformance/glsl/misc/non-ascii-comments.vert.html: Removed.
2129 * webgl/conformance/glsl/misc/non-ascii.vert-expected.txt: Removed.
2130 * webgl/conformance/glsl/misc/non-ascii.vert.html: Removed.
2131 * webgl/conformance/glsl/misc/re-compile-re-link-expected.txt: Removed.
2132 * webgl/conformance/glsl/misc/re-compile-re-link.html: Removed.
2133 * webgl/conformance/glsl/misc/shader-uniform-packing-restrictions-expected.txt: Removed.
2134 * webgl/conformance/glsl/misc/shader-uniform-packing-restrictions.html: Removed.
2135 * webgl/conformance/glsl/misc/shader-varying-packing-restrictions-expected.txt: Removed.
2136 * webgl/conformance/glsl/misc/shader-varying-packing-restrictions.html: Removed.
2137 * webgl/conformance/glsl/misc/shader-with-256-character-define-expected.txt: Removed.
2138 * webgl/conformance/glsl/misc/shader-with-256-character-define.html: Removed.
2139 * webgl/conformance/glsl/misc/shader-with-256-character-identifier.frag-expected.txt: Removed.
2140 * webgl/conformance/glsl/misc/shader-with-256-character-identifier.frag.html: Removed.
2141 * webgl/conformance/glsl/misc/shader-with-257-character-define-expected.txt: Removed.
2142 * webgl/conformance/glsl/misc/shader-with-257-character-define.html: Removed.
2143 * webgl/conformance/glsl/misc/shader-with-257-character-identifier.frag-expected.txt: Removed.
2144 * webgl/conformance/glsl/misc/shader-with-257-character-identifier.frag.html: Removed.
2145 * webgl/conformance/glsl/misc/shader-with-_webgl-identifier.vert-expected.txt: Removed.
2146 * webgl/conformance/glsl/misc/shader-with-_webgl-identifier.vert.html: Removed.
2147 * webgl/conformance/glsl/misc/shader-with-arbitrary-indexing.frag-expected.txt: Removed.
2148 * webgl/conformance/glsl/misc/shader-with-arbitrary-indexing.frag.html: Removed.
2149 * webgl/conformance/glsl/misc/shader-with-arbitrary-indexing.vert-expected.txt: Removed.
2150 * webgl/conformance/glsl/misc/shader-with-arbitrary-indexing.vert.html: Removed.
2151 * webgl/conformance/glsl/misc/shader-with-array-of-structs-containing-arrays-expected.txt: Removed.
2152 * webgl/conformance/glsl/misc/shader-with-array-of-structs-containing-arrays.html: Removed.
2153 * webgl/conformance/glsl/misc/shader-with-array-of-structs-uniform-expected.txt: Removed.
2154 * webgl/conformance/glsl/misc/shader-with-array-of-structs-uniform.html: Removed.
2155 * webgl/conformance/glsl/misc/shader-with-attrib-array.vert-expected.txt: Removed.
2156 * webgl/conformance/glsl/misc/shader-with-attrib-array.vert.html: Removed.
2157 * webgl/conformance/glsl/misc/shader-with-attrib-struct.vert-expected.txt: Removed.
2158 * webgl/conformance/glsl/misc/shader-with-attrib-struct.vert.html: Removed.
2159 * webgl/conformance/glsl/misc/shader-with-clipvertex.vert-expected.txt: Removed.
2160 * webgl/conformance/glsl/misc/shader-with-clipvertex.vert.html: Removed.
2161 * webgl/conformance/glsl/misc/shader-with-comma-assignment-expected.txt: Removed.
2162 * webgl/conformance/glsl/misc/shader-with-comma-assignment.html: Removed.
2163 * webgl/conformance/glsl/misc/shader-with-comma-conditional-assignment-expected.txt: Removed.
2164 * webgl/conformance/glsl/misc/shader-with-comma-conditional-assignment.html: Removed.
2165 * webgl/conformance/glsl/misc/shader-with-conditional-scoping-expected.txt: Removed.
2166 * webgl/conformance/glsl/misc/shader-with-conditional-scoping-negative-expected.txt: Removed.
2167 * webgl/conformance/glsl/misc/shader-with-conditional-scoping-negative.html: Removed.
2168 * webgl/conformance/glsl/misc/shader-with-conditional-scoping.html: Removed.
2169 * webgl/conformance/glsl/misc/shader-with-default-precision.frag-expected.txt: Removed.
2170 * webgl/conformance/glsl/misc/shader-with-default-precision.frag.html: Removed.
2171 * webgl/conformance/glsl/misc/shader-with-default-precision.vert-expected.txt: Removed.
2172 * webgl/conformance/glsl/misc/shader-with-default-precision.vert.html: Removed.
2173 * webgl/conformance/glsl/misc/shader-with-define-line-continuation.frag-expected.txt: Removed.
2174 * webgl/conformance/glsl/misc/shader-with-define-line-continuation.frag.html: Removed.
2175 * webgl/conformance/glsl/misc/shader-with-dfdx-no-ext.frag-expected.txt: Removed.
2176 * webgl/conformance/glsl/misc/shader-with-dfdx-no-ext.frag.html: Removed.
2177 * webgl/conformance/glsl/misc/shader-with-dfdx.frag-expected.txt: Removed.
2178 * webgl/conformance/glsl/misc/shader-with-dfdx.frag.html: Removed.
2179 * webgl/conformance/glsl/misc/shader-with-do-loop-expected.txt: Removed.
2180 * webgl/conformance/glsl/misc/shader-with-do-loop.html: Removed.
2181 * webgl/conformance/glsl/misc/shader-with-error-directive-expected.txt: Removed.
2182 * webgl/conformance/glsl/misc/shader-with-error-directive.html: Removed.
2183 * webgl/conformance/glsl/misc/shader-with-explicit-int-cast.vert-expected.txt: Removed.
2184 * webgl/conformance/glsl/misc/shader-with-explicit-int-cast.vert.html: Removed.
2185 * webgl/conformance/glsl/misc/shader-with-float-return-value.frag-expected.txt: Removed.
2186 * webgl/conformance/glsl/misc/shader-with-float-return-value.frag.html: Removed.
2187 * webgl/conformance/glsl/misc/shader-with-for-loop-expected.txt: Removed.
2188 * webgl/conformance/glsl/misc/shader-with-for-loop.html: Removed.
2189 * webgl/conformance/glsl/misc/shader-with-for-scoping-expected.txt: Removed.
2190 * webgl/conformance/glsl/misc/shader-with-for-scoping.html: Removed.
2191 * webgl/conformance/glsl/misc/shader-with-frag-depth.frag-expected.txt: Removed.
2192 * webgl/conformance/glsl/misc/shader-with-frag-depth.frag.html: Removed.
2193 * webgl/conformance/glsl/misc/shader-with-function-recursion.frag-expected.txt: Removed.
2194 * webgl/conformance/glsl/misc/shader-with-function-recursion.frag.html: Removed.
2195 * webgl/conformance/glsl/misc/shader-with-function-scoped-struct-expected.txt: Removed.
2196 * webgl/conformance/glsl/misc/shader-with-function-scoped-struct.html: Removed.
2197 * webgl/conformance/glsl/misc/shader-with-functional-scoping-expected.txt: Removed.
2198 * webgl/conformance/glsl/misc/shader-with-functional-scoping.html: Removed.
2199 * webgl/conformance/glsl/misc/shader-with-glcolor.vert-expected.txt: Removed.
2200 * webgl/conformance/glsl/misc/shader-with-glcolor.vert.html: Removed.
2201 * webgl/conformance/glsl/misc/shader-with-gles-1.frag-expected.txt: Removed.
2202 * webgl/conformance/glsl/misc/shader-with-gles-1.frag.html: Removed.
2203 * webgl/conformance/glsl/misc/shader-with-gles-symbol.frag-expected.txt: Removed.
2204 * webgl/conformance/glsl/misc/shader-with-gles-symbol.frag.html: Removed.
2205 * webgl/conformance/glsl/misc/shader-with-global-variable-precision-mismatch-expected.txt: Removed.
2206 * webgl/conformance/glsl/misc/shader-with-global-variable-precision-mismatch.html: Removed.
2207 * webgl/conformance/glsl/misc/shader-with-glprojectionmatrix.vert-expected.txt: Removed.
2208 * webgl/conformance/glsl/misc/shader-with-glprojectionmatrix.vert.html: Removed.
2209 * webgl/conformance/glsl/misc/shader-with-hex-int-constant-macro-expected.txt: Removed.
2210 * webgl/conformance/glsl/misc/shader-with-hex-int-constant-macro.html: Removed.
2211 * webgl/conformance/glsl/misc/shader-with-implicit-vec3-to-vec4-cast.vert-expected.txt: Removed.
2212 * webgl/conformance/glsl/misc/shader-with-implicit-vec3-to-vec4-cast.vert.html: Removed.
2213 * webgl/conformance/glsl/misc/shader-with-include.vert-expected.txt: Removed.
2214 * webgl/conformance/glsl/misc/shader-with-include.vert.html: Removed.
2215 * webgl/conformance/glsl/misc/shader-with-int-return-value.frag-expected.txt: Removed.
2216 * webgl/conformance/glsl/misc/shader-with-int-return-value.frag.html: Removed.
2217 * webgl/conformance/glsl/misc/shader-with-invalid-identifier.frag-expected.txt: Removed.
2218 * webgl/conformance/glsl/misc/shader-with-invalid-identifier.frag.html: Removed.
2219 * webgl/conformance/glsl/misc/shader-with-ivec2-return-value.frag-expected.txt: Removed.
2220 * webgl/conformance/glsl/misc/shader-with-ivec2-return-value.frag.html: Removed.
2221 * webgl/conformance/glsl/misc/shader-with-ivec3-return-value.frag-expected.txt: Removed.
2222 * webgl/conformance/glsl/misc/shader-with-ivec3-return-value.frag.html: Removed.
2223 * webgl/conformance/glsl/misc/shader-with-ivec4-return-value.frag-expected.txt: Removed.
2224 * webgl/conformance/glsl/misc/shader-with-ivec4-return-value.frag.html: Removed.
2225 * webgl/conformance/glsl/misc/shader-with-limited-indexing.frag-expected.txt: Removed.
2226 * webgl/conformance/glsl/misc/shader-with-limited-indexing.frag.html: Removed.
2227 * webgl/conformance/glsl/misc/shader-with-long-line-expected.txt: Removed.
2228 * webgl/conformance/glsl/misc/shader-with-long-line.html: Removed.
2229 * webgl/conformance/glsl/misc/shader-with-non-ascii-error.frag-expected.txt: Removed.
2230 * webgl/conformance/glsl/misc/shader-with-non-ascii-error.frag.html: Removed.
2231 * webgl/conformance/glsl/misc/shader-with-non-reserved-words-expected.txt: Removed.
2232 * webgl/conformance/glsl/misc/shader-with-non-reserved-words.html: Removed.
2233 * webgl/conformance/glsl/misc/shader-with-precision.frag-expected.txt: Removed.
2234 * webgl/conformance/glsl/misc/shader-with-precision.frag.html: Removed.
2235 * webgl/conformance/glsl/misc/shader-with-quoted-error.frag-expected.txt: Removed.
2236 * webgl/conformance/glsl/misc/shader-with-quoted-error.frag.html: Removed.
2237 * webgl/conformance/glsl/misc/shader-with-reserved-words-expected.txt: Removed.
2238 * webgl/conformance/glsl/misc/shader-with-reserved-words.html: Removed.
2239 * webgl/conformance/glsl/misc/shader-with-short-circuiting-operators-expected.txt: Removed.
2240 * webgl/conformance/glsl/misc/shader-with-short-circuiting-operators.html: Removed.
2241 * webgl/conformance/glsl/misc/shader-with-similar-uniform-array-names-expected.txt: Removed.
2242 * webgl/conformance/glsl/misc/shader-with-similar-uniform-array-names.html: Removed.
2243 * webgl/conformance/glsl/misc/shader-with-too-many-uniforms-expected.txt: Removed.
2244 * webgl/conformance/glsl/misc/shader-with-too-many-uniforms.html: Removed.
2245 * webgl/conformance/glsl/misc/shader-with-undefined-preprocessor-symbol.frag-expected.txt: Removed.
2246 * webgl/conformance/glsl/misc/shader-with-undefined-preprocessor-symbol.frag.html: Removed.
2247 * webgl/conformance/glsl/misc/shader-with-uniform-in-loop-condition.vert-expected.txt: Removed.
2248 * webgl/conformance/glsl/misc/shader-with-uniform-in-loop-condition.vert.html: Removed.
2249 * webgl/conformance/glsl/misc/shader-with-vec2-return-value.frag-expected.txt: Removed.
2250 * webgl/conformance/glsl/misc/shader-with-vec2-return-value.frag.html: Removed.
2251 * webgl/conformance/glsl/misc/shader-with-vec3-return-value.frag-expected.txt: Removed.
2252 * webgl/conformance/glsl/misc/shader-with-vec3-return-value.frag.html: Removed.
2253 * webgl/conformance/glsl/misc/shader-with-vec4-return-value.frag-expected.txt: Removed.
2254 * webgl/conformance/glsl/misc/shader-with-vec4-return-value.frag.html: Removed.
2255 * webgl/conformance/glsl/misc/shader-with-vec4-vec3-vec4-conditional-expected.txt: Removed.
2256 * webgl/conformance/glsl/misc/shader-with-vec4-vec3-vec4-conditional.html: Removed.
2257 * webgl/conformance/glsl/misc/shader-with-version-100.frag-expected.txt: Removed.
2258 * webgl/conformance/glsl/misc/shader-with-version-100.frag.html: Removed.
2259 * webgl/conformance/glsl/misc/shader-with-version-100.vert-expected.txt: Removed.
2260 * webgl/conformance/glsl/misc/shader-with-version-100.vert.html: Removed.
2261 * webgl/conformance/glsl/misc/shader-with-version-120.vert-expected.txt: Removed.
2262 * webgl/conformance/glsl/misc/shader-with-version-120.vert.html: Removed.
2263 * webgl/conformance/glsl/misc/shader-with-version-130.vert-expected.txt: Removed.
2264 * webgl/conformance/glsl/misc/shader-with-version-130.vert.html: Removed.
2265 * webgl/conformance/glsl/misc/shader-with-webgl-identifier.vert-expected.txt: Removed.
2266 * webgl/conformance/glsl/misc/shader-with-webgl-identifier.vert.html: Removed.
2267 * webgl/conformance/glsl/misc/shader-with-while-loop-expected.txt: Removed.
2268 * webgl/conformance/glsl/misc/shader-with-while-loop.html: Removed.
2269 * webgl/conformance/glsl/misc/shader-without-precision.frag-expected.txt: Removed.
2270 * webgl/conformance/glsl/misc/shader-without-precision.frag.html: Removed.
2271 * webgl/conformance/glsl/misc/shaders-with-mis-matching-uniforms-expected.txt: Removed.
2272 * webgl/conformance/glsl/misc/shaders-with-mis-matching-uniforms.html: Removed.
2273 * webgl/conformance/glsl/misc/shaders-with-mis-matching-varyings-expected.txt: Removed.
2274 * webgl/conformance/glsl/misc/shaders-with-mis-matching-varyings.html: Removed.
2275 * webgl/conformance/glsl/misc/shaders-with-missing-varyings-expected.txt: Removed.
2276 * webgl/conformance/glsl/misc/shaders-with-missing-varyings.html: Removed.
2277 * webgl/conformance/glsl/misc/shaders-with-varyings-expected.txt: Removed.
2278 * webgl/conformance/glsl/misc/shaders-with-varyings.html: Removed.
2279 * webgl/conformance/glsl/misc/shared-expected.txt: Removed.
2280 * webgl/conformance/glsl/misc/shared.html: Removed.
2281 * webgl/conformance/glsl/misc/struct-nesting-exceeds-maximum-expected.txt: Removed.
2282 * webgl/conformance/glsl/misc/struct-nesting-exceeds-maximum.html: Removed.
2283 * webgl/conformance/glsl/misc/struct-nesting-under-maximum-expected.txt: Removed.
2284 * webgl/conformance/glsl/misc/struct-nesting-under-maximum.html: Removed.
2285 * webgl/conformance/glsl/misc/uniform-location-length-limits-expected.txt: Removed.
2286 * webgl/conformance/glsl/misc/uniform-location-length-limits.html: Removed.
2287 * webgl/conformance/glsl/reserved: Removed.
2288 * webgl/conformance/glsl/reserved/_webgl_field.vert-expected.txt: Removed.
2289 * webgl/conformance/glsl/reserved/_webgl_field.vert.html: Removed.
2290 * webgl/conformance/glsl/reserved/_webgl_function.vert-expected.txt: Removed.
2291 * webgl/conformance/glsl/reserved/_webgl_function.vert.html: Removed.
2292 * webgl/conformance/glsl/reserved/_webgl_struct.vert-expected.txt: Removed.
2293 * webgl/conformance/glsl/reserved/_webgl_struct.vert.html: Removed.
2294 * webgl/conformance/glsl/reserved/_webgl_variable.vert-expected.txt: Removed.
2295 * webgl/conformance/glsl/reserved/_webgl_variable.vert.html: Removed.
2296 * webgl/conformance/glsl/reserved/webgl_field.vert-expected.txt: Removed.
2297 * webgl/conformance/glsl/reserved/webgl_field.vert.html: Removed.
2298 * webgl/conformance/glsl/reserved/webgl_function.vert-expected.txt: Removed.
2299 * webgl/conformance/glsl/reserved/webgl_function.vert.html: Removed.
2300 * webgl/conformance/glsl/reserved/webgl_preprocessor_reserved-expected.txt: Removed.
2301 * webgl/conformance/glsl/reserved/webgl_preprocessor_reserved.html: Removed.
2302 * webgl/conformance/glsl/reserved/webgl_struct.vert-expected.txt: Removed.
2303 * webgl/conformance/glsl/reserved/webgl_struct.vert.html: Removed.
2304 * webgl/conformance/glsl/reserved/webgl_variable.vert-expected.txt: Removed.
2305 * webgl/conformance/glsl/reserved/webgl_variable.vert.html: Removed.
2306 * webgl/conformance/glsl/samplers: Removed.
2307 * webgl/conformance/glsl/samplers/glsl-function-texture2d-bias-expected.txt: Removed.
2308 * webgl/conformance/glsl/samplers/glsl-function-texture2d-bias.html: Removed.
2309 * webgl/conformance/glsl/samplers/glsl-function-texture2dlod-expected.txt: Removed.
2310 * webgl/conformance/glsl/samplers/glsl-function-texture2dlod.html: Removed.
2311 * webgl/conformance/glsl/samplers/glsl-function-texture2dproj-expected.txt: Removed.
2312 * webgl/conformance/glsl/samplers/glsl-function-texture2dproj.html: Removed.
2313 * webgl/conformance/glsl/variables: Removed.
2314 * webgl/conformance/glsl/variables/gl-fragcoord-expected.txt: Removed.
2315 * webgl/conformance/glsl/variables/gl-fragcoord.html: Removed.
2316 * webgl/conformance/glsl/variables/gl-frontfacing-expected.txt: Removed.
2317 * webgl/conformance/glsl/variables/gl-frontfacing.html: Removed.
2318 * webgl/conformance/glsl/variables/gl-pointcoord-expected.txt: Removed.
2319 * webgl/conformance/glsl/variables/gl-pointcoord.html: Removed.
2320 * webgl/conformance/limits: Removed.
2321 * webgl/conformance/limits/gl-max-texture-dimensions-expected.txt: Removed.
2322 * webgl/conformance/limits/gl-max-texture-dimensions.html: Removed.
2323 * webgl/conformance/limits/gl-min-attribs-expected.txt: Removed.
2324 * webgl/conformance/limits/gl-min-attribs.html: Removed.
2325 * webgl/conformance/limits/gl-min-textures-expected.txt: Removed.
2326 * webgl/conformance/limits/gl-min-textures.html: Removed.
2327 * webgl/conformance/limits/gl-min-uniforms-expected.txt: Removed.
2328 * webgl/conformance/limits/gl-min-uniforms.html: Removed.
2329 * webgl/conformance/misc: Removed.
2330 * webgl/conformance/misc/bad-arguments-test-expected.txt: Removed.
2331 * webgl/conformance/misc/bad-arguments-test.html: Removed.
2332 * webgl/conformance/misc/boolean-argument-conversion-expected.txt: Removed.
2333 * webgl/conformance/misc/boolean-argument-conversion.html: Removed.
2334 * webgl/conformance/misc/delayed-drawing-expected.txt: Removed.
2335 * webgl/conformance/misc/delayed-drawing.html: Removed.
2336 * webgl/conformance/misc/error-reporting-expected.txt: Removed.
2337 * webgl/conformance/misc/error-reporting.html: Removed.
2338 * webgl/conformance/misc/functions-returning-strings-expected.txt: Removed.
2339 * webgl/conformance/misc/functions-returning-strings.html: Removed.
2340 * webgl/conformance/misc/instanceof-test-expected.txt: Removed.
2341 * webgl/conformance/misc/instanceof-test.html: Removed.
2342 * webgl/conformance/misc/invalid-passed-params-expected.txt: Removed.
2343 * webgl/conformance/misc/invalid-passed-params.html: Removed.
2344 * webgl/conformance/misc/is-object-expected.txt: Removed.
2345 * webgl/conformance/misc/is-object.html: Removed.
2346 * webgl/conformance/misc/null-object-behaviour-expected.txt: Removed.
2347 * webgl/conformance/misc/null-object-behaviour.html: Removed.
2348 * webgl/conformance/misc/object-deletion-behaviour-expected.txt: Removed.
2349 * webgl/conformance/misc/object-deletion-behaviour.html: Removed.
2350 * webgl/conformance/misc/shader-precision-format-expected.txt: Removed.
2351 * webgl/conformance/misc/shader-precision-format.html: Removed.
2352 * webgl/conformance/misc/type-conversion-test-expected.txt: Removed.
2353 * webgl/conformance/misc/type-conversion-test.html: Removed.
2354 * webgl/conformance/misc/uninitialized-test-expected.txt: Removed.
2355 * webgl/conformance/misc/uninitialized-test.html: Removed.
2356 * webgl/conformance/misc/webgl-specific-expected.txt: Removed.
2357 * webgl/conformance/misc/webgl-specific.html: Removed.
2358 * webgl/conformance/more: Removed.
2359 * webgl/conformance/more/conformance: Removed.
2360 * webgl/conformance/more/conformance/constants-expected.txt: Removed.
2361 * webgl/conformance/more/conformance/constants.html: Removed.
2362 * webgl/conformance/more/conformance/getContext-expected.txt: Removed.
2363 * webgl/conformance/more/conformance/getContext.html: Removed.
2364 * webgl/conformance/more/conformance/methods-expected.txt: Removed.
2365 * webgl/conformance/more/conformance/methods.html: Removed.
2366 * webgl/conformance/more/conformance/quickCheckAPI-A-expected.txt: Removed.
2367 * webgl/conformance/more/conformance/quickCheckAPI-A.html: Removed.
2368 * webgl/conformance/more/conformance/quickCheckAPI-B1-expected.txt: Removed.
2369 * webgl/conformance/more/conformance/quickCheckAPI-B1.html: Removed.
2370 * webgl/conformance/more/conformance/quickCheckAPI-B2-expected.txt: Removed.
2371 * webgl/conformance/more/conformance/quickCheckAPI-B2.html: Removed.
2372 * webgl/conformance/more/conformance/quickCheckAPI-B3-expected.txt: Removed.
2373 * webgl/conformance/more/conformance/quickCheckAPI-B3.html: Removed.
2374 * webgl/conformance/more/conformance/quickCheckAPI-B4-expected.txt: Removed.
2375 * webgl/conformance/more/conformance/quickCheckAPI-B4.html: Removed.
2376 * webgl/conformance/more/conformance/quickCheckAPI-C-expected.txt: Removed.
2377 * webgl/conformance/more/conformance/quickCheckAPI-C.html: Removed.
2378 * webgl/conformance/more/conformance/quickCheckAPI-D_G-expected.txt: Removed.
2379 * webgl/conformance/more/conformance/quickCheckAPI-D_G.html: Removed.
2380 * webgl/conformance/more/conformance/quickCheckAPI-G_I-expected.txt: Removed.
2381 * webgl/conformance/more/conformance/quickCheckAPI-G_I.html: Removed.
2382 * webgl/conformance/more/conformance/quickCheckAPI-L_S-expected.txt: Removed.
2383 * webgl/conformance/more/conformance/quickCheckAPI-L_S.html: Removed.
2384 * webgl/conformance/more/conformance/quickCheckAPI-S_V-expected.txt: Removed.
2385 * webgl/conformance/more/conformance/quickCheckAPI-S_V.html: Removed.
2386 * webgl/conformance/more/conformance/webGLArrays-expected.txt: Removed.
2387 * webgl/conformance/more/conformance/webGLArrays.html: Removed.
2388 * webgl/conformance/more/functions: Removed.
2389 * webgl/conformance/more/functions/bindBuffer-expected.txt: Removed.
2390 * webgl/conformance/more/functions/bindBuffer.html: Removed.
2391 * webgl/conformance/more/functions/bindBufferBadArgs-expected.txt: Removed.
2392 * webgl/conformance/more/functions/bindBufferBadArgs.html: Removed.
2393 * webgl/conformance/more/functions/bindFramebufferLeaveNonZero-expected.txt: Removed.
2394 * webgl/conformance/more/functions/bindFramebufferLeaveNonZero.html: Removed.
2395 * webgl/conformance/more/functions/bufferData-expected.txt: Removed.
2396 * webgl/conformance/more/functions/bufferData.html: Removed.
2397 * webgl/conformance/more/functions/bufferDataBadArgs-expected.txt: Removed.
2398 * webgl/conformance/more/functions/bufferDataBadArgs.html: Removed.
2399 * webgl/conformance/more/functions/bufferSubData-expected.txt: Removed.
2400 * webgl/conformance/more/functions/bufferSubData.html: Removed.
2401 * webgl/conformance/more/functions/bufferSubDataBadArgs-expected.txt: Removed.
2402 * webgl/conformance/more/functions/bufferSubDataBadArgs.html: Removed.
2403 * webgl/conformance/more/functions/copyTexImage2D-expected.txt: Removed.
2404 * webgl/conformance/more/functions/copyTexImage2D.html: Removed.
2405 * webgl/conformance/more/functions/copyTexImage2DBadArgs-expected.txt: Removed.
2406 * webgl/conformance/more/functions/copyTexImage2DBadArgs.html: Removed.
2407 * webgl/conformance/more/functions/copyTexSubImage2D-expected.txt: Removed.
2408 * webgl/conformance/more/functions/copyTexSubImage2D.html: Removed.
2409 * webgl/conformance/more/functions/copyTexSubImage2DBadArgs-expected.txt: Removed.
2410 * webgl/conformance/more/functions/copyTexSubImage2DBadArgs.html: Removed.
2411 * webgl/conformance/more/functions/deleteBufferBadArgs-expected.txt: Removed.
2412 * webgl/conformance/more/functions/deleteBufferBadArgs.html: Removed.
2413 * webgl/conformance/more/functions/drawArrays-expected.txt: Removed.
2414 * webgl/conformance/more/functions/drawArrays.html: Removed.
2415 * webgl/conformance/more/functions/drawArraysOutOfBounds-expected.txt: Removed.
2416 * webgl/conformance/more/functions/drawArraysOutOfBounds.html: Removed.
2417 * webgl/conformance/more/functions/drawElements-expected.txt: Removed.
2418 * webgl/conformance/more/functions/drawElements.html: Removed.
2419 * webgl/conformance/more/functions/drawElementsBadArgs-expected.txt: Removed.
2420 * webgl/conformance/more/functions/drawElementsBadArgs.html: Removed.
2421 * webgl/conformance/more/functions/isTests-expected.txt: Removed.
2422 * webgl/conformance/more/functions/isTests.html: Removed.
2423 * webgl/conformance/more/functions/isTestsBadArgs-expected.txt: Removed.
2424 * webgl/conformance/more/functions/isTestsBadArgs.html: Removed.
2425 * webgl/conformance/more/functions/readPixels-expected.txt: Removed.
2426 * webgl/conformance/more/functions/readPixels.html: Removed.
2427 * webgl/conformance/more/functions/readPixelsBadArgs-expected.txt: Removed.
2428 * webgl/conformance/more/functions/readPixelsBadArgs.html: Removed.
2429 * webgl/conformance/more/functions/texImage2D-expected.txt: Removed.
2430 * webgl/conformance/more/functions/texImage2D.html: Removed.
2431 * webgl/conformance/more/functions/texImage2DBadArgs-expected.txt: Removed.
2432 * webgl/conformance/more/functions/texImage2DBadArgs.html: Removed.
2433 * webgl/conformance/more/functions/texImage2DHTML-expected.txt: Removed.
2434 * webgl/conformance/more/functions/texImage2DHTML.html: Removed.
2435 * webgl/conformance/more/functions/texImage2DHTMLBadArgs-expected.txt: Removed.
2436 * webgl/conformance/more/functions/texImage2DHTMLBadArgs.html: Removed.
2437 * webgl/conformance/more/functions/texSubImage2D-expected.txt: Removed.
2438 * webgl/conformance/more/functions/texSubImage2D.html: Removed.
2439 * webgl/conformance/more/functions/texSubImage2DBadArgs-expected.txt: Removed.
2440 * webgl/conformance/more/functions/texSubImage2DBadArgs.html: Removed.
2441 * webgl/conformance/more/functions/texSubImage2DHTML-expected.txt: Removed.
2442 * webgl/conformance/more/functions/texSubImage2DHTML.html: Removed.
2443 * webgl/conformance/more/functions/texSubImage2DHTMLBadArgs-expected.txt: Removed.
2444 * webgl/conformance/more/functions/texSubImage2DHTMLBadArgs.html: Removed.
2445 * webgl/conformance/more/functions/uniformMatrix-expected.txt: Removed.
2446 * webgl/conformance/more/functions/uniformMatrix.html: Removed.
2447 * webgl/conformance/more/functions/uniformMatrixBadArgs-expected.txt: Removed.
2448 * webgl/conformance/more/functions/uniformMatrixBadArgs.html: Removed.
2449 * webgl/conformance/more/functions/uniformf-expected.txt: Removed.
2450 * webgl/conformance/more/functions/uniformf.html: Removed.
2451 * webgl/conformance/more/functions/uniformfArrayLen1-expected.txt: Removed.
2452 * webgl/conformance/more/functions/uniformfArrayLen1.html: Removed.
2453 * webgl/conformance/more/functions/uniformfBadArgs-expected.txt: Removed.
2454 * webgl/conformance/more/functions/uniformfBadArgs.html: Removed.
2455 * webgl/conformance/more/functions/uniformi-expected.txt: Removed.
2456 * webgl/conformance/more/functions/uniformi.html: Removed.
2457 * webgl/conformance/more/functions/uniformiBadArgs-expected.txt: Removed.
2458 * webgl/conformance/more/functions/uniformiBadArgs.html: Removed.
2459 * webgl/conformance/more/functions/vertexAttrib-expected.txt: Removed.
2460 * webgl/conformance/more/functions/vertexAttrib.html: Removed.
2461 * webgl/conformance/more/functions/vertexAttribBadArgs-expected.txt: Removed.
2462 * webgl/conformance/more/functions/vertexAttribBadArgs.html: Removed.
2463 * webgl/conformance/more/functions/vertexAttribPointer-expected.txt: Removed.
2464 * webgl/conformance/more/functions/vertexAttribPointer.html: Removed.
2465 * webgl/conformance/more/functions/vertexAttribPointerBadArgs-expected.txt: Removed.
2466 * webgl/conformance/more/functions/vertexAttribPointerBadArgs.html: Removed.
2467 * webgl/conformance/more/glsl: Removed.
2468 * webgl/conformance/more/glsl/arrayOutOfBounds-expected.txt: Removed.
2469 * webgl/conformance/more/glsl/arrayOutOfBounds.html: Removed.
2470 * webgl/conformance/more/glsl/uniformOutOfBounds-expected.txt: Removed.
2471 * webgl/conformance/more/glsl/uniformOutOfBounds.html: Removed.
2472 * webgl/conformance/ogles: Removed.
2473 * webgl/conformance/ogles/GL: Removed.
2474 * webgl/conformance/ogles/GL/abs: Removed.
2475 * webgl/conformance/ogles/GL/abs/abs_001_to_006-expected.txt: Removed.
2476 * webgl/conformance/ogles/GL/abs/abs_001_to_006.html: Removed.
2477 * webgl/conformance/ogles/GL/acos: Removed.
2478 * webgl/conformance/ogles/GL/acos/acos_001_to_006-expected.txt: Removed.
2479 * webgl/conformance/ogles/GL/acos/acos_001_to_006.html: Removed.
2480 * webgl/conformance/ogles/GL/all: Removed.
2481 * webgl/conformance/ogles/GL/all/all_001_to_004-expected.txt: Removed.
2482 * webgl/conformance/ogles/GL/all/all_001_to_004.html: Removed.
2483 * webgl/conformance/ogles/GL/any: Removed.
2484 * webgl/conformance/ogles/GL/any/any_001_to_004-expected.txt: Removed.
2485 * webgl/conformance/ogles/GL/any/any_001_to_004.html: Removed.
2486 * webgl/conformance/ogles/GL/array: Removed.
2487 * webgl/conformance/ogles/GL/array/array_001_to_006-expected.txt: Removed.
2488 * webgl/conformance/ogles/GL/array/array_001_to_006.html: Removed.
2489 * webgl/conformance/ogles/GL/asin: Removed.
2490 * webgl/conformance/ogles/GL/asin/asin_001_to_006-expected.txt: Removed.
2491 * webgl/conformance/ogles/GL/asin/asin_001_to_006.html: Removed.
2492 * webgl/conformance/ogles/GL/atan: Removed.
2493 * webgl/conformance/ogles/GL/atan/atan_001_to_008-expected.txt: Removed.
2494 * webgl/conformance/ogles/GL/atan/atan_001_to_008.html: Removed.
2495 * webgl/conformance/ogles/GL/atan/atan_009_to_012-expected.txt: Removed.
2496 * webgl/conformance/ogles/GL/atan/atan_009_to_012.html: Removed.
2497 * webgl/conformance/ogles/GL/biConstants: Removed.
2498 * webgl/conformance/ogles/GL/biConstants/biConstants_001_to_008-expected.txt: Removed.
2499 * webgl/conformance/ogles/GL/biConstants/biConstants_001_to_008.html: Removed.
2500 * webgl/conformance/ogles/GL/biConstants/biConstants_009_to_016-expected.txt: Removed.
2501 * webgl/conformance/ogles/GL/biConstants/biConstants_009_to_016.html: Removed.
2502 * webgl/conformance/ogles/GL/biuDepthRange: Removed.
2503 * webgl/conformance/ogles/GL/biuDepthRange/biuDepthRange_001_to_002-expected.txt: Removed.
2504 * webgl/conformance/ogles/GL/biuDepthRange/biuDepthRange_001_to_002.html: Removed.
2505 * webgl/conformance/ogles/GL/built_in_varying_array_out_of_bounds: Removed.
2506 * webgl/conformance/ogles/GL/built_in_varying_array_out_of_bounds/built_in_varying_array_out_of_bounds_001_to_001-expected.txt: Removed.
2507 * webgl/conformance/ogles/GL/built_in_varying_array_out_of_bounds/built_in_varying_array_out_of_bounds_001_to_001.html: Removed.
2508 * webgl/conformance/ogles/GL/ceil: Removed.
2509 * webgl/conformance/ogles/GL/ceil/ceil_001_to_006-expected.txt: Removed.
2510 * webgl/conformance/ogles/GL/ceil/ceil_001_to_006.html: Removed.
2511 * webgl/conformance/ogles/GL/clamp: Removed.
2512 * webgl/conformance/ogles/GL/clamp/clamp_001_to_006-expected.txt: Removed.
2513 * webgl/conformance/ogles/GL/clamp/clamp_001_to_006.html: Removed.
2514 * webgl/conformance/ogles/GL/control_flow: Removed.
2515 * webgl/conformance/ogles/GL/control_flow/control_flow_001_to_008-expected.txt: Removed.
2516 * webgl/conformance/ogles/GL/control_flow/control_flow_001_to_008.html: Removed.
2517 * webgl/conformance/ogles/GL/control_flow/control_flow_009_to_010-expected.txt: Removed.
2518 * webgl/conformance/ogles/GL/control_flow/control_flow_009_to_010.html: Removed.
2519 * webgl/conformance/ogles/GL/cos: Removed.
2520 * webgl/conformance/ogles/GL/cos/cos_001_to_006-expected.txt: Removed.
2521 * webgl/conformance/ogles/GL/cos/cos_001_to_006.html: Removed.
2522 * webgl/conformance/ogles/GL/cross: Removed.
2523 * webgl/conformance/ogles/GL/cross/cross_001_to_002-expected.txt: Removed.
2524 * webgl/conformance/ogles/GL/cross/cross_001_to_002.html: Removed.
2525 * webgl/conformance/ogles/GL/default: Removed.
2526 * webgl/conformance/ogles/GL/default/default_001_to_001-expected.txt: Removed.
2527 * webgl/conformance/ogles/GL/default/default_001_to_001.html: Removed.
2528 * webgl/conformance/ogles/GL/degrees: Removed.
2529 * webgl/conformance/ogles/GL/degrees/degrees_001_to_006-expected.txt: Removed.
2530 * webgl/conformance/ogles/GL/degrees/degrees_001_to_006.html: Removed.
2531 * webgl/conformance/ogles/GL/discard: Removed.
2532 * webgl/conformance/ogles/GL/discard/discard_001_to_002-expected.txt: Removed.
2533 * webgl/conformance/ogles/GL/discard/discard_001_to_002.html: Removed.
2534 * webgl/conformance/ogles/GL/distance: Removed.
2535 * webgl/conformance/ogles/GL/distance/distance_001_to_006-expected.txt: Removed.
2536 * webgl/conformance/ogles/GL/distance/distance_001_to_006.html: Removed.
2537 * webgl/conformance/ogles/GL/dot: Removed.
2538 * webgl/conformance/ogles/GL/dot/dot_001_to_006-expected.txt: Removed.
2539 * webgl/conformance/ogles/GL/dot/dot_001_to_006.html: Removed.
2540 * webgl/conformance/ogles/GL/equal: Removed.
2541 * webgl/conformance/ogles/GL/equal/equal_001_to_008-expected.txt: Removed.
2542 * webgl/conformance/ogles/GL/equal/equal_001_to_008.html: Removed.
2543 * webgl/conformance/ogles/GL/equal/equal_009_to_012-expected.txt: Removed.
2544 * webgl/conformance/ogles/GL/equal/equal_009_to_012.html: Removed.
2545 * webgl/conformance/ogles/GL/exp: Removed.
2546 * webgl/conformance/ogles/GL/exp/exp_001_to_008-expected.txt: Removed.
2547 * webgl/conformance/ogles/GL/exp/exp_001_to_008.html: Removed.
2548 * webgl/conformance/ogles/GL/exp/exp_009_to_012-expected.txt: Removed.
2549 * webgl/conformance/ogles/GL/exp/exp_009_to_012.html: Removed.
2550 * webgl/conformance/ogles/GL/exp2: Removed.
2551 * webgl/conformance/ogles/GL/exp2/exp2_001_to_008-expected.txt: Removed.
2552 * webgl/conformance/ogles/GL/exp2/exp2_001_to_008.html: Removed.
2553 * webgl/conformance/ogles/GL/exp2/exp2_009_to_012-expected.txt: Removed.
2554 * webgl/conformance/ogles/GL/exp2/exp2_009_to_012.html: Removed.
2555 * webgl/conformance/ogles/GL/faceforward: Removed.
2556 * webgl/conformance/ogles/GL/faceforward/faceforward_001_to_006-expected.txt: Removed.
2557 * webgl/conformance/ogles/GL/faceforward/faceforward_001_to_006.html: Removed.
2558 * webgl/conformance/ogles/GL/floor: Removed.
2559 * webgl/conformance/ogles/GL/floor/floor_001_to_006-expected.txt: Removed.
2560 * webgl/conformance/ogles/GL/floor/floor_001_to_006.html: Removed.
2561 * webgl/conformance/ogles/GL/fract: Removed.
2562 * webgl/conformance/ogles/GL/fract/fract_001_to_006-expected.txt: Removed.
2563 * webgl/conformance/ogles/GL/fract/fract_001_to_006.html: Removed.
2564 * webgl/conformance/ogles/GL/functions: Removed.
2565 * webgl/conformance/ogles/GL/functions/functions_001_to_008-expected.txt: Removed.
2566 * webgl/conformance/ogles/GL/functions/functions_001_to_008.html: Removed.
2567 * webgl/conformance/ogles/GL/functions/functions_009_to_016-expected.txt: Removed.
2568 * webgl/conformance/ogles/GL/functions/functions_009_to_016.html: Removed.
2569 * webgl/conformance/ogles/GL/functions/functions_017_to_024-expected.txt: Removed.
2570 * webgl/conformance/ogles/GL/functions/functions_017_to_024.html: Removed.
2571 * webgl/conformance/ogles/GL/functions/functions_025_to_032-expected.txt: Removed.
2572 * webgl/conformance/ogles/GL/functions/functions_025_to_032.html: Removed.
2573 * webgl/conformance/ogles/GL/functions/functions_033_to_040-expected.txt: Removed.
2574 * webgl/conformance/ogles/GL/functions/functions_033_to_040.html: Removed.
2575 * webgl/conformance/ogles/GL/functions/functions_041_to_048-expected.txt: Removed.
2576 * webgl/conformance/ogles/GL/functions/functions_041_to_048.html: Removed.
2577 * webgl/conformance/ogles/GL/functions/functions_049_to_056-expected.txt: Removed.
2578 * webgl/conformance/ogles/GL/functions/functions_049_to_056.html: Removed.
2579 * webgl/conformance/ogles/GL/functions/functions_057_to_064-expected.txt: Removed.
2580 * webgl/conformance/ogles/GL/functions/functions_057_to_064.html: Removed.
2581 * webgl/conformance/ogles/GL/functions/functions_065_to_072-expected.txt: Removed.
2582 * webgl/conformance/ogles/GL/functions/functions_065_to_072.html: Removed.
2583 * webgl/conformance/ogles/GL/functions/functions_073_to_080-expected.txt: Removed.
2584 * webgl/conformance/ogles/GL/functions/functions_073_to_080.html: Removed.
2585 * webgl/conformance/ogles/GL/functions/functions_081_to_088-expected.txt: Removed.
2586 * webgl/conformance/ogles/GL/functions/functions_081_to_088.html: Removed.
2587 * webgl/conformance/ogles/GL/functions/functions_089_to_096-expected.txt: Removed.
2588 * webgl/conformance/ogles/GL/functions/functions_089_to_096.html: Removed.
2589 * webgl/conformance/ogles/GL/functions/functions_097_to_104-expected.txt: Removed.
2590 * webgl/conformance/ogles/GL/functions/functions_097_to_104.html: Removed.
2591 * webgl/conformance/ogles/GL/functions/functions_105_to_112-expected.txt: Removed.
2592 * webgl/conformance/ogles/GL/functions/functions_105_to_112.html: Removed.
2593 * webgl/conformance/ogles/GL/functions/functions_113_to_120-expected.txt: Removed.
2594 * webgl/conformance/ogles/GL/functions/functions_113_to_120.html: Removed.
2595 * webgl/conformance/ogles/GL/functions/functions_121_to_126-expected.txt: Removed.
2596 * webgl/conformance/ogles/GL/functions/functions_121_to_126.html: Removed.
2597 * webgl/conformance/ogles/GL/gl_FragCoord: Removed.
2598 * webgl/conformance/ogles/GL/gl_FragCoord/gl_FragCoord_001_to_003-expected.txt: Removed.
2599 * webgl/conformance/ogles/GL/gl_FragCoord/gl_FragCoord_001_to_003.html: Removed.
2600 * webgl/conformance/ogles/GL/gl_FrontFacing: Removed.
2601 * webgl/conformance/ogles/GL/gl_FrontFacing/gl_FrontFacing_001_to_001-expected.txt: Removed.
2602 * webgl/conformance/ogles/GL/gl_FrontFacing/gl_FrontFacing_001_to_001.html: Removed.
2603 * webgl/conformance/ogles/GL/greaterThan: Removed.
2604 * webgl/conformance/ogles/GL/greaterThan/greaterThan_001_to_008-expected.txt: Removed.
2605 * webgl/conformance/ogles/GL/greaterThan/greaterThan_001_to_008.html: Removed.
2606 * webgl/conformance/ogles/GL/greaterThanEqual: Removed.
2607 * webgl/conformance/ogles/GL/greaterThanEqual/greaterThanEqual_001_to_008-expected.txt: Removed.
2608 * webgl/conformance/ogles/GL/greaterThanEqual/greaterThanEqual_001_to_008.html: Removed.
2609 * webgl/conformance/ogles/GL/inversesqrt: Removed.
2610 * webgl/conformance/ogles/GL/inversesqrt/inversesqrt_001_to_006-expected.txt: Removed.
2611 * webgl/conformance/ogles/GL/inversesqrt/inversesqrt_001_to_006.html: Removed.
2612 * webgl/conformance/ogles/GL/length: Removed.
2613 * webgl/conformance/ogles/GL/length/length_001_to_006-expected.txt: Removed.
2614 * webgl/conformance/ogles/GL/length/length_001_to_006.html: Removed.
2615 * webgl/conformance/ogles/GL/lessThan: Removed.
2616 * webgl/conformance/ogles/GL/lessThan/lessThan_001_to_008-expected.txt: Removed.
2617 * webgl/conformance/ogles/GL/lessThan/lessThan_001_to_008.html: Removed.
2618 * webgl/conformance/ogles/GL/lessThanEqual: Removed.
2619 * webgl/conformance/ogles/GL/lessThanEqual/lessThanEqual_001_to_008-expected.txt: Removed.
2620 * webgl/conformance/ogles/GL/lessThanEqual/lessThanEqual_001_to_008.html: Removed.
2621 * webgl/conformance/ogles/GL/log: Removed.
2622 * webgl/conformance/ogles/GL/log/log_001_to_008-expected.txt: Removed.
2623 * webgl/conformance/ogles/GL/log/log_001_to_008.html: Removed.
2624 * webgl/conformance/ogles/GL/log/log_009_to_012-expected.txt: Removed.
2625 * webgl/conformance/ogles/GL/log/log_009_to_012.html: Removed.
2626 * webgl/conformance/ogles/GL/log2: Removed.
2627 * webgl/conformance/ogles/GL/log2/log2_001_to_008-expected.txt: Removed.
2628 * webgl/conformance/ogles/GL/log2/log2_001_to_008.html: Removed.
2629 * webgl/conformance/ogles/GL/log2/log2_009_to_012-expected.txt: Removed.
2630 * webgl/conformance/ogles/GL/log2/log2_009_to_012.html: Removed.
2631 * webgl/conformance/ogles/GL/mat: Removed.
2632 * webgl/conformance/ogles/GL/mat/mat_001_to_008-expected.txt: Removed.
2633 * webgl/conformance/ogles/GL/mat/mat_001_to_008.html: Removed.
2634 * webgl/conformance/ogles/GL/mat/mat_009_to_016-expected.txt: Removed.
2635 * webgl/conformance/ogles/GL/mat/mat_009_to_016.html: Removed.
2636 * webgl/conformance/ogles/GL/mat/mat_017_to_024-expected.txt: Removed.
2637 * webgl/conformance/ogles/GL/mat/mat_017_to_024.html: Removed.
2638 * webgl/conformance/ogles/GL/mat/mat_025_to_032-expected.txt: Removed.
2639 * webgl/conformance/ogles/GL/mat/mat_025_to_032.html: Removed.
2640 * webgl/conformance/ogles/GL/mat/mat_033_to_040-expected.txt: Removed.
2641 * webgl/conformance/ogles/GL/mat/mat_033_to_040.html: Removed.
2642 * webgl/conformance/ogles/GL/mat/mat_041_to_046-expected.txt: Removed.
2643 * webgl/conformance/ogles/GL/mat/mat_041_to_046.html: Removed.
2644 * webgl/conformance/ogles/GL/mat3: Removed.
2645 * webgl/conformance/ogles/GL/mat3/mat3_001_to_006-expected.txt: Removed.
2646 * webgl/conformance/ogles/GL/mat3/mat3_001_to_006.html: Removed.
2647 * webgl/conformance/ogles/GL/matrixCompMult: Removed.
2648 * webgl/conformance/ogles/GL/matrixCompMult/matrixCompMult_001_to_004-expected.txt: Removed.
2649 * webgl/conformance/ogles/GL/matrixCompMult/matrixCompMult_001_to_004.html: Removed.
2650 * webgl/conformance/ogles/GL/max: Removed.
2651 * webgl/conformance/ogles/GL/max/max_001_to_006-expected.txt: Removed.
2652 * webgl/conformance/ogles/GL/max/max_001_to_006.html: Removed.
2653 * webgl/conformance/ogles/GL/min: Removed.
2654 * webgl/conformance/ogles/GL/min/min_001_to_006-expected.txt: Removed.
2655 * webgl/conformance/ogles/GL/min/min_001_to_006.html: Removed.
2656 * webgl/conformance/ogles/GL/mix: Removed.
2657 * webgl/conformance/ogles/GL/mix/mix_001_to_006-expected.txt: Removed.
2658 * webgl/conformance/ogles/GL/mix/mix_001_to_006.html: Removed.
2659 * webgl/conformance/ogles/GL/mod: Removed.
2660 * webgl/conformance/ogles/GL/mod/mod_001_to_008-expected.txt: Removed.
2661 * webgl/conformance/ogles/GL/mod/mod_001_to_008.html: Removed.
2662 * webgl/conformance/ogles/GL/normalize: Removed.
2663 * webgl/conformance/ogles/GL/normalize/normalize_001_to_006-expected.txt: Removed.
2664 * webgl/conformance/ogles/GL/normalize/normalize_001_to_006.html: Removed.
2665 * webgl/conformance/ogles/GL/not: Removed.
2666 * webgl/conformance/ogles/GL/not/not_001_to_004-expected.txt: Removed.
2667 * webgl/conformance/ogles/GL/not/not_001_to_004.html: Removed.
2668 * webgl/conformance/ogles/GL/notEqual: Removed.
2669 * webgl/conformance/ogles/GL/notEqual/notEqual_001_to_008-expected.txt: Removed.
2670 * webgl/conformance/ogles/GL/notEqual/notEqual_001_to_008.html: Removed.
2671 * webgl/conformance/ogles/GL/notEqual/notEqual_009_to_012-expected.txt: Removed.
2672 * webgl/conformance/ogles/GL/notEqual/notEqual_009_to_012.html: Removed.
2673 * webgl/conformance/ogles/GL/operators: Removed.
2674 * webgl/conformance/ogles/GL/operators/operators_001_to_008-expected.txt: Removed.
2675 * webgl/conformance/ogles/GL/operators/operators_001_to_008.html: Removed.
2676 * webgl/conformance/ogles/GL/operators/operators_009_to_016-expected.txt: Removed.
2677 * webgl/conformance/ogles/GL/operators/operators_009_to_016.html: Removed.
2678 * webgl/conformance/ogles/GL/operators/operators_017_to_024-expected.txt: Removed.
2679 * webgl/conformance/ogles/GL/operators/operators_017_to_024.html: Removed.
2680 * webgl/conformance/ogles/GL/operators/operators_025_to_026-expected.txt: Removed.
2681 * webgl/conformance/ogles/GL/operators/operators_025_to_026.html: Removed.
2682 * webgl/conformance/ogles/GL/pow: Removed.
2683 * webgl/conformance/ogles/GL/pow/pow_001_to_008-expected.txt: Removed.
2684 * webgl/conformance/ogles/GL/pow/pow_001_to_008.html: Removed.
2685 * webgl/conformance/ogles/GL/pow/pow_009_to_016-expected.txt: Removed.
2686 * webgl/conformance/ogles/GL/pow/pow_009_to_016.html: Removed.
2687 * webgl/conformance/ogles/GL/pow/pow_017_to_024-expected.txt: Removed.
2688 * webgl/conformance/ogles/GL/pow/pow_017_to_024.html: Removed.
2689 * webgl/conformance/ogles/GL/radians: Removed.
2690 * webgl/conformance/ogles/GL/radians/radians_001_to_006-expected.txt: Removed.
2691 * webgl/conformance/ogles/GL/radians/radians_001_to_006.html: Removed.
2692 * webgl/conformance/ogles/GL/reflect: Removed.
2693 * webgl/conformance/ogles/GL/reflect/reflect_001_to_006-expected.txt: Removed.
2694 * webgl/conformance/ogles/GL/reflect/reflect_001_to_006.html: Removed.
2695 * webgl/conformance/ogles/GL/refract: Removed.
2696 * webgl/conformance/ogles/GL/refract/refract_001_to_006-expected.txt: Removed.
2697 * webgl/conformance/ogles/GL/refract/refract_001_to_006.html: Removed.
2698 * webgl/conformance/ogles/GL/sign: Removed.
2699 * webgl/conformance/ogles/GL/sign/sign_001_to_006-expected.txt: Removed.
2700 * webgl/conformance/ogles/GL/sign/sign_001_to_006.html: Removed.
2701 * webgl/conformance/ogles/GL/sin: Removed.
2702 * webgl/conformance/ogles/GL/sin/sin_001_to_006-expected.txt: Removed.
2703 * webgl/conformance/ogles/GL/sin/sin_001_to_006.html: Removed.
2704 * webgl/conformance/ogles/GL/smoothstep: Removed.
2705 * webgl/conformance/ogles/GL/smoothstep/smoothstep_001_to_006-expected.txt: Removed.
2706 * webgl/conformance/ogles/GL/smoothstep/smoothstep_001_to_006.html: Removed.
2707 * webgl/conformance/ogles/GL/sqrt: Removed.
2708 * webgl/conformance/ogles/GL/sqrt/sqrt_001_to_006-expected.txt: Removed.
2709 * webgl/conformance/ogles/GL/sqrt/sqrt_001_to_006.html: Removed.
2710 * webgl/conformance/ogles/GL/step: Removed.
2711 * webgl/conformance/ogles/GL/step/step_001_to_006-expected.txt: Removed.
2712 * webgl/conformance/ogles/GL/step/step_001_to_006.html: Removed.
2713 * webgl/conformance/ogles/GL/struct: Removed.
2714 * webgl/conformance/ogles/GL/struct/struct_001_to_008-expected.txt: Removed.
2715 * webgl/conformance/ogles/GL/struct/struct_001_to_008.html: Removed.
2716 * webgl/conformance/ogles/GL/struct/struct_009_to_016-expected.txt: Removed.
2717 * webgl/conformance/ogles/GL/struct/struct_009_to_016.html: Removed.
2718 * webgl/conformance/ogles/GL/struct/struct_017_to_024-expected.txt: Removed.
2719 * webgl/conformance/ogles/GL/struct/struct_017_to_024.html: Removed.
2720 * webgl/conformance/ogles/GL/struct/struct_025_to_032-expected.txt: Removed.
2721 * webgl/conformance/ogles/GL/struct/struct_025_to_032.html: Removed.
2722 * webgl/conformance/ogles/GL/struct/struct_033_to_040-expected.txt: Removed.
2723 * webgl/conformance/ogles/GL/struct/struct_033_to_040.html: Removed.
2724 * webgl/conformance/ogles/GL/struct/struct_041_to_048-expected.txt: Removed.
2725 * webgl/conformance/ogles/GL/struct/struct_041_to_048.html: Removed.
2726 * webgl/conformance/ogles/GL/struct/struct_049_to_056-expected.txt: Removed.
2727 * webgl/conformance/ogles/GL/struct/struct_049_to_056.html: Removed.
2728 * webgl/conformance/ogles/GL/swizzlers: Removed.
2729 * webgl/conformance/ogles/GL/swizzlers/swizzlers_001_to_008-expected.txt: Removed.
2730 * webgl/conformance/ogles/GL/swizzlers/swizzlers_001_to_008.html: Removed.
2731 * webgl/conformance/ogles/GL/swizzlers/swizzlers_009_to_016-expected.txt: Removed.
2732 * webgl/conformance/ogles/GL/swizzlers/swizzlers_009_to_016.html: Removed.
2733 * webgl/conformance/ogles/GL/swizzlers/swizzlers_017_to_024-expected.txt: Removed.
2734 * webgl/conformance/ogles/GL/swizzlers/swizzlers_017_to_024.html: Removed.
2735 * webgl/conformance/ogles/GL/swizzlers/swizzlers_025_to_032-expected.txt: Removed.
2736 * webgl/conformance/ogles/GL/swizzlers/swizzlers_025_to_032.html: Removed.
2737 * webgl/conformance/ogles/GL/swizzlers/swizzlers_033_to_040-expected.txt: Removed.
2738 * webgl/conformance/ogles/GL/swizzlers/swizzlers_033_to_040.html: Removed.
2739 * webgl/conformance/ogles/GL/swizzlers/swizzlers_041_to_048-expected.txt: Removed.
2740 * webgl/conformance/ogles/GL/swizzlers/swizzlers_041_to_048.html: Removed.
2741 * webgl/conformance/ogles/GL/swizzlers/swizzlers_049_to_056-expected.txt: Removed.
2742 * webgl/conformance/ogles/GL/swizzlers/swizzlers_049_to_056.html: Removed.
2743 * webgl/conformance/ogles/GL/swizzlers/swizzlers_057_to_064-expected.txt: Removed.
2744 * webgl/conformance/ogles/GL/swizzlers/swizzlers_057_to_064.html: Removed.
2745 * webgl/conformance/ogles/GL/swizzlers/swizzlers_065_to_072-expected.txt: Removed.
2746 * webgl/conformance/ogles/GL/swizzlers/swizzlers_065_to_072.html: Removed.
2747 * webgl/conformance/ogles/GL/swizzlers/swizzlers_073_to_080-expected.txt: Removed.
2748 * webgl/conformance/ogles/GL/swizzlers/swizzlers_073_to_080.html: Removed.
2749 * webgl/conformance/ogles/GL/swizzlers/swizzlers_081_to_088-expected.txt: Removed.
2750 * webgl/conformance/ogles/GL/swizzlers/swizzlers_081_to_088.html: Removed.
2751 * webgl/conformance/ogles/GL/swizzlers/swizzlers_089_to_096-expected.txt: Removed.
2752 * webgl/conformance/ogles/GL/swizzlers/swizzlers_089_to_096.html: Removed.
2753 * webgl/conformance/ogles/GL/swizzlers/swizzlers_097_to_104-expected.txt: Removed.
2754 * webgl/conformance/ogles/GL/swizzlers/swizzlers_097_to_104.html: Removed.
2755 * webgl/conformance/ogles/GL/swizzlers/swizzlers_105_to_112-expected.txt: Removed.
2756 * webgl/conformance/ogles/GL/swizzlers/swizzlers_105_to_112.html: Removed.
2757 * webgl/conformance/ogles/GL/swizzlers/swizzlers_113_to_120-expected.txt: Removed.
2758 * webgl/conformance/ogles/GL/swizzlers/swizzlers_113_to_120.html: Removed.
2759 * webgl/conformance/ogles/GL/tan: Removed.
2760 * webgl/conformance/ogles/GL/tan/tan_001_to_006-expected.txt: Removed.
2761 * webgl/conformance/ogles/GL/tan/tan_001_to_006.html: Removed.
2762 * webgl/conformance/ogles/GL/vec: Removed.
2763 * webgl/conformance/ogles/GL/vec/vec_001_to_008-expected.txt: Removed.
2764 * webgl/conformance/ogles/GL/vec/vec_001_to_008.html: Removed.
2765 * webgl/conformance/ogles/GL/vec/vec_009_to_016-expected.txt: Removed.
2766 * webgl/conformance/ogles/GL/vec/vec_009_to_016.html: Removed.
2767 * webgl/conformance/ogles/GL/vec/vec_017_to_018-expected.txt: Removed.
2768 * webgl/conformance/ogles/GL/vec/vec_017_to_018.html: Removed.
2769 * webgl/conformance/ogles/GL/vec3: Removed.
2770 * webgl/conformance/ogles/GL/vec3/vec3_001_to_008-expected.txt: Removed.
2771 * webgl/conformance/ogles/GL/vec3/vec3_001_to_008.html: Removed.
2772 * webgl/conformance/programs: Removed.
2773 * webgl/conformance/programs/get-active-test-expected.txt: Removed.
2774 * webgl/conformance/programs/get-active-test.html: Removed.
2775 * webgl/conformance/programs/gl-bind-attrib-location-long-names-test-expected.txt: Removed.
2776 * webgl/conformance/programs/gl-bind-attrib-location-long-names-test.html: Removed.
2777 * webgl/conformance/programs/gl-bind-attrib-location-test-expected.txt: Removed.
2778 * webgl/conformance/programs/gl-bind-attrib-location-test.html: Removed.
2779 * webgl/conformance/programs/gl-get-active-attribute-expected.txt: Removed.
2780 * webgl/conformance/programs/gl-get-active-attribute.html: Removed.
2781 * webgl/conformance/programs/gl-get-active-uniform-expected.txt: Removed.
2782 * webgl/conformance/programs/gl-get-active-uniform.html: Removed.
2783 * webgl/conformance/programs/gl-getshadersource-expected.txt: Removed.
2784 * webgl/conformance/programs/gl-getshadersource.html: Removed.
2785 * webgl/conformance/programs/gl-shader-test-expected.txt: Removed.
2786 * webgl/conformance/programs/gl-shader-test.html: Removed.
2787 * webgl/conformance/programs/invalid-UTF-16-expected.txt: Removed.
2788 * webgl/conformance/programs/invalid-UTF-16.html: Removed.
2789 * webgl/conformance/programs/program-test-expected.txt: Removed.
2790 * webgl/conformance/programs/program-test.html: Removed.
2791 * webgl/conformance/programs/use-program-crash-with-discard-in-fragment-shader-expected.txt: Removed.
2792 * webgl/conformance/programs/use-program-crash-with-discard-in-fragment-shader.html: Removed.
2793 * webgl/conformance/reading: Removed.
2794 * webgl/conformance/reading/read-pixels-pack-alignment-expected.txt: Removed.
2795 * webgl/conformance/reading/read-pixels-pack-alignment.html: Removed.
2796 * webgl/conformance/reading/read-pixels-test-expected.txt: Removed.
2797 * webgl/conformance/reading/read-pixels-test.html: Removed.
2798 * webgl/conformance/renderbuffers: Removed.
2799 * webgl/conformance/renderbuffers/framebuffer-object-attachment-expected.txt: Removed.
2800 * webgl/conformance/renderbuffers/framebuffer-object-attachment.html: Removed.
2801 * webgl/conformance/renderbuffers/framebuffer-state-restoration-expected.txt: Removed.
2802 * webgl/conformance/renderbuffers/framebuffer-state-restoration.html: Removed.
2803 * webgl/conformance/renderbuffers/framebuffer-test-expected.txt: Removed.
2804 * webgl/conformance/renderbuffers/framebuffer-test.html: Removed.
2805 * webgl/conformance/renderbuffers/renderbuffer-initialization-expected.txt: Removed.
2806 * webgl/conformance/renderbuffers/renderbuffer-initialization.html: Removed.
2807 * webgl/conformance/rendering: Removed.
2808 * webgl/conformance/rendering/culling-expected.txt: Removed.
2809 * webgl/conformance/rendering/culling.html: Removed.
2810 * webgl/conformance/rendering/draw-arrays-out-of-bounds-expected.txt: Removed.
2811 * webgl/conformance/rendering/draw-arrays-out-of-bounds.html: Removed.
2812 * webgl/conformance/rendering/draw-elements-out-of-bounds-expected.txt: Removed.
2813 * webgl/conformance/rendering/draw-elements-out-of-bounds.html: Removed.
2814 * webgl/conformance/rendering/gl-clear-expected.txt: Removed.
2815 * webgl/conformance/rendering/gl-clear.html: Removed.
2816 * webgl/conformance/rendering/gl-drawelements-expected.txt: Removed.
2817 * webgl/conformance/rendering/gl-drawelements.html: Removed.
2818 * webgl/conformance/rendering/gl-scissor-fbo-test-expected.txt: Removed.
2819 * webgl/conformance/rendering/gl-scissor-fbo-test.html: Removed.
2820 * webgl/conformance/rendering/gl-scissor-test-expected.txt: Removed.
2821 * webgl/conformance/rendering/gl-scissor-test.html: Removed.
2822 * webgl/conformance/rendering/line-loop-tri-fan-expected.txt: Removed.
2823 * webgl/conformance/rendering/line-loop-tri-fan.html: Removed.
2824 * webgl/conformance/rendering/more-than-65536-indices-expected.txt: Removed.
2825 * webgl/conformance/rendering/more-than-65536-indices.html: Removed.
2826 * webgl/conformance/rendering/multisample-corruption-expected.txt: Removed.
2827 * webgl/conformance/rendering/multisample-corruption.html: Removed.
2828 * webgl/conformance/rendering/point-size-expected.txt: Removed.
2829 * webgl/conformance/rendering/point-size.html: Removed.
2830 * webgl/conformance/rendering/simple-expected.txt: Removed.
2831 * webgl/conformance/rendering/simple.html: Removed.
2832 * webgl/conformance/rendering/triangle-expected.txt: Removed.
2833 * webgl/conformance/rendering/triangle.html: Removed.
2834 * webgl/conformance/state: Removed.
2835 * webgl/conformance/state/gl-enable-enum-test-expected.txt: Removed.
2836 * webgl/conformance/state/gl-enable-enum-test.html: Removed.
2837 * webgl/conformance/state/gl-enum-tests-expected.txt: Removed.
2838 * webgl/conformance/state/gl-enum-tests.html: Removed.
2839 * webgl/conformance/state/gl-get-calls-expected.txt: Removed.
2840 * webgl/conformance/state/gl-get-calls.html: Removed.
2841 * webgl/conformance/state/gl-geterror-expected.txt: Removed.
2842 * webgl/conformance/state/gl-geterror.html: Removed.
2843 * webgl/conformance/state/gl-getstring-expected.txt: Removed.
2844 * webgl/conformance/state/gl-getstring.html: Removed.
2845 * webgl/conformance/state/gl-object-get-calls-expected.txt: Removed.
2846 * webgl/conformance/state/gl-object-get-calls.html: Removed.
2847 * webgl/conformance/textures: Removed.
2848 * webgl/conformance/textures/compressed-tex-image-expected.txt: Removed.
2849 * webgl/conformance/textures/compressed-tex-image.html: Removed.
2850 * webgl/conformance/textures/copy-tex-image-2d-formats-expected.txt: Removed.
2851 * webgl/conformance/textures/copy-tex-image-2d-formats.html: Removed.
2852 * webgl/conformance/textures/copy-tex-image-and-sub-image-2d-expected.txt: Removed.
2853 * webgl/conformance/textures/copy-tex-image-and-sub-image-2d.html: Removed.
2854 * webgl/conformance/textures/gl-get-tex-parameter-expected.txt: Removed.
2855 * webgl/conformance/textures/gl-get-tex-parameter.html: Removed.
2856 * webgl/conformance/textures/gl-pixelstorei-expected.txt: Removed.
2857 * webgl/conformance/textures/gl-pixelstorei.html: Removed.
2858 * webgl/conformance/textures/gl-teximage-expected.txt: Removed.
2859 * webgl/conformance/textures/gl-teximage.html: Removed.
2860 * webgl/conformance/textures/mipmap-fbo-expected.txt: Removed.
2861 * webgl/conformance/textures/mipmap-fbo.html: Removed.
2862 * webgl/conformance/textures/origin-clean-conformance-expected.txt: Removed.
2863 * webgl/conformance/textures/origin-clean-conformance.html: Removed.
2864 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-array-buffer-view-expected.txt: Removed.
2865 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-array-buffer-view.html: Removed.
2866 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-expected.txt: Removed.
2867 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgb565-expected.txt: Removed.
2868 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgb565.html: Removed.
2869 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba4444-expected.txt: Removed.
2870 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba4444.html: Removed.
2871 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba5551-expected.txt: Removed.
2872 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba5551.html: Removed.
2873 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-canvas.html: Removed.
2874 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-data-expected.txt: Removed.
2875 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgb565-expected.txt: Removed.
2876 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgb565.html: Removed.
2877 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgba4444-expected.txt: Removed.
2878 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgba4444.html: Removed.
2879 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgba5551-expected.txt: Removed.
2880 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgba5551.html: Removed.
2881 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-data.html: Removed.
2882 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-expected.txt: Removed.
2883 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgb565-expected.txt: Removed.
2884 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgb565.html: Removed.
2885 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba4444-expected.txt: Removed.
2886 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba4444.html: Removed.
2887 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba5551-expected.txt: Removed.
2888 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image-rgba5551.html: Removed.
2889 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-image.html: Removed.
2890 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-expected.txt: Removed.
2891 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgb565-expected.txt: Removed.
2892 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgb565.html: Removed.
2893 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba4444-expected.txt: Removed.
2894 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba4444.html: Removed.
2895 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba5551-expected.txt: Removed.
2896 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video-rgba5551.html: Removed.
2897 * webgl/conformance/textures/tex-image-and-sub-image-2d-with-video.html: Removed.
2898 * webgl/conformance/textures/tex-image-and-uniform-binding-bugs-expected.txt: Removed.
2899 * webgl/conformance/textures/tex-image-and-uniform-binding-bugs.html: Removed.
2900 * webgl/conformance/textures/tex-image-webgl-expected.txt: Removed.
2901 * webgl/conformance/textures/tex-image-webgl.html: Removed.
2902 * webgl/conformance/textures/tex-image-with-format-and-type-expected.txt: Removed.
2903 * webgl/conformance/textures/tex-image-with-format-and-type.html: Removed.
2904 * webgl/conformance/textures/tex-image-with-invalid-data-expected.txt: Removed.
2905 * webgl/conformance/textures/tex-image-with-invalid-data.html: Removed.
2906 * webgl/conformance/textures/tex-input-validation-expected.txt: Removed.
2907 * webgl/conformance/textures/tex-input-validation.html: Removed.
2908 * webgl/conformance/textures/tex-sub-image-2d-bad-args-expected.txt: Removed.
2909 * webgl/conformance/textures/tex-sub-image-2d-bad-args.html: Removed.
2910 * webgl/conformance/textures/tex-sub-image-2d-expected.txt: Removed.
2911 * webgl/conformance/textures/tex-sub-image-2d.html: Removed.
2912 * webgl/conformance/textures/texparameter-test-expected.txt: Removed.
2913 * webgl/conformance/textures/texparameter-test.html: Removed.
2914 * webgl/conformance/textures/texture-active-bind-2-expected.txt: Removed.
2915 * webgl/conformance/textures/texture-active-bind-2.html: Removed.
2916 * webgl/conformance/textures/texture-active-bind-expected.txt: Removed.
2917 * webgl/conformance/textures/texture-active-bind.html: Removed.
2918 * webgl/conformance/textures/texture-attachment-formats-expected.txt: Removed.
2919 * webgl/conformance/textures/texture-attachment-formats.html: Removed.
2920 * webgl/conformance/textures/texture-clear-expected.txt: Removed.
2921 * webgl/conformance/textures/texture-clear.html: Removed.
2922 * webgl/conformance/textures/texture-complete-expected.txt: Removed.
2923 * webgl/conformance/textures/texture-complete.html: Removed.
2924 * webgl/conformance/textures/texture-formats-test-expected.txt: Removed.
2925 * webgl/conformance/textures/texture-formats-test.html: Removed.
2926 * webgl/conformance/textures/texture-hd-dpi-expected.txt: Removed.
2927 * webgl/conformance/textures/texture-hd-dpi.html: Removed.
2928 * webgl/conformance/textures/texture-mips-expected.txt: Removed.
2929 * webgl/conformance/textures/texture-mips.html: Removed.
2930 * webgl/conformance/textures/texture-npot-expected.txt: Removed.
2931 * webgl/conformance/textures/texture-npot-video-expected.txt: Removed.
2932 * webgl/conformance/textures/texture-npot-video.html: Removed.
2933 * webgl/conformance/textures/texture-npot.html: Removed.
2934 * webgl/conformance/textures/texture-size-cube-maps-expected.txt: Removed.
2935 * webgl/conformance/textures/texture-size-cube-maps.html: Removed.
2936 * webgl/conformance/textures/texture-size-expected.txt: Removed.
2937 * webgl/conformance/textures/texture-size-limit-expected.txt: Removed.
2938 * webgl/conformance/textures/texture-size-limit.html: Removed.
2939 * webgl/conformance/textures/texture-size.html: Removed.
2940 * webgl/conformance/textures/texture-sub-image-cube-maps-expected.txt: Removed.
2941 * webgl/conformance/textures/texture-sub-image-cube-maps.html: Removed.
2942 * webgl/conformance/textures/texture-transparent-pixels-initialized-expected.txt: Removed.
2943 * webgl/conformance/textures/texture-transparent-pixels-initialized.html: Removed.
2944 * webgl/conformance/textures/texture-upload-cube-maps-expected.txt: Removed.
2945 * webgl/conformance/textures/texture-upload-cube-maps.html: Removed.
2946 * webgl/conformance/typedarrays: Removed.
2947 * webgl/conformance/typedarrays/array-buffer-crash-expected.txt: Removed.
2948 * webgl/conformance/typedarrays/array-buffer-crash.html: Removed.
2949 * webgl/conformance/typedarrays/array-buffer-view-crash-expected.txt: Removed.
2950 * webgl/conformance/typedarrays/array-buffer-view-crash.html: Removed.
2951 * webgl/conformance/typedarrays/array-unit-tests-expected.txt: Removed.
2952 * webgl/conformance/typedarrays/array-unit-tests.html: Removed.
2953 * webgl/conformance/typedarrays/data-view-crash-expected.txt: Removed.
2954 * webgl/conformance/typedarrays/data-view-crash.html: Removed.
2955 * webgl/conformance/typedarrays/data-view-test-expected.txt: Removed.
2956 * webgl/conformance/typedarrays/data-view-test.html: Removed.
2957 * webgl/conformance/typedarrays/typed-arrays-in-workers-expected.txt: Removed.
2958 * webgl/conformance/typedarrays/typed-arrays-in-workers.html: Removed.
2959 * webgl/conformance/uniforms: Removed.
2960 * webgl/conformance/uniforms/gl-uniform-arrays-expected.txt: Removed.
2961 * webgl/conformance/uniforms/gl-uniform-arrays.html: Removed.
2962 * webgl/conformance/uniforms/gl-uniform-bool-expected.txt: Removed.
2963 * webgl/conformance/uniforms/gl-uniform-bool.html: Removed.
2964 * webgl/conformance/uniforms/gl-uniformmatrix4fv-expected.txt: Removed.
2965 * webgl/conformance/uniforms/gl-uniformmatrix4fv.html: Removed.
2966 * webgl/conformance/uniforms/gl-unknown-uniform-expected.txt: Removed.
2967 * webgl/conformance/uniforms/gl-unknown-uniform.html: Removed.
2968 * webgl/conformance/uniforms/null-uniform-location-expected.txt: Removed.
2969 * webgl/conformance/uniforms/null-uniform-location.html: Removed.
2970 * webgl/conformance/uniforms/uniform-default-values-expected.txt: Removed.
2971 * webgl/conformance/uniforms/uniform-default-values.html: Removed.
2972 * webgl/conformance/uniforms/uniform-location-expected.txt: Removed.
2973 * webgl/conformance/uniforms/uniform-location.html: Removed.
2974 * webgl/conformance/uniforms/uniform-samplers-test-expected.txt: Removed.
2975 * webgl/conformance/uniforms/uniform-samplers-test.html: Removed.
2977 2014-12-03 Alexey Proskuryakov <ap@apple.com>
2979 http/tests/misc/authentication-redirect tests use the same authentication realm
2980 https://bugs.webkit.org/show_bug.cgi?id=139225
2982 Land custom results for WebKit2, because the format of output is different there.
2984 * platform/wk2/http/tests/misc/authentication-redirect-3: Added.
2985 * platform/wk2/http/tests/misc/authentication-redirect-3/authentication-sent-to-redirect-same-origin-with-location-credentials-expected.txt: Copied from LayoutTests/http/tests/misc/authentication-redirect-3/authentication-sent-to-redirect-same-origin-with-location-credentials-expected.txt.
2987 2014-12-03 Alexey Proskuryakov <ap@apple.com>
2989 http/tests/misc/authentication-redirect tests use the same authentication realm
2990 https://bugs.webkit.org/show_bug.cgi?id=139225
2992 Reviewed by Tim Horton.
2994 * http/tests/misc/authentication-redirect-1/resources/auth-then-redirect.php:
2995 * http/tests/misc/authentication-redirect-2/resources/auth-then-redirect.php:
2996 * http/tests/misc/authentication-redirect-3/resources/auth-then-redirect-with-url-credentials.php:
2997 * http/tests/misc/authentication-redirect-3/resources/auth-then-redirect.php:
2998 Use different realms.
3000 * http/tests/misc/authentication-redirect-3/authentication-sent-to-redirect-same-origin-with-location-credentials-expected.txt:
3001 This test's results no longer depend on previous tests.
3003 2014-12-03 Zalan Bujtas <zalan@apple.com>
3005 ASSERTION: RenderMultiColumnFlowThread::processPossibleSpannerDescendant() when column spanner's parent is not a RenderBlockFlow.
3006 https://bugs.webkit.org/show_bug.cgi?id=139188
3007 rdar://problem/18502182
3009 Reviewed by David Hyatt.
3011 This patch ensures that the validation check for spanner in isValidColumnSpanner() is in synch
3012 with the expectation in RenderMultiColumnFlowThread::processPossibleSpannerDescendant().
3013 (descendant's parent is expected to be a RenderBlockFlow)
3015 * fast/multicol/svg-content-as-column-spanner-crash-expected.txt: Added.
3016 * fast/multicol/svg-content-as-column-spanner-crash.html: Added.
3018 2014-12-03 Joanmarie Diggs <jdiggs@igalia.com>
3020 AX: [ATK] Inline text elements with accessible object attributes and/or event handlers are not exposed
3021 https://bugs.webkit.org/show_bug.cgi?id=139071
3023 Reviewed by Chris Fleizach.
3025 * accessibility/roles-exposed.html: New test cases added.
3026 * platform/efl/accessibility/roles-exposed-expected.txt: Updated for new test cases.
3027 * platform/gtk/accessibility/roles-exposed-expected.txt: Updated for new test cases.
3028 * platform/mac-mavericks/accessibility/roles-exposed-expected.txt: Updated for new test cases.
3029 * platform/mac-mountainlion/accessibility/roles-exposed-expected.txt: Updated for new test cases.
3030 * platform/mac/accessibility/roles-exposed-expected.txt: Updated for new test cases.
3032 2014-12-03 Chris Dumez <cdumez@apple.com>
3034 Add layout test for DOM timer throttling in iframe scrolled out of viewport
3035 https://bugs.webkit.org/show_bug.cgi?id=138884
3037 Reviewed by Andreas Kling.
3039 Add a layout test to test that a repeating DOM timer inside an iframe
3040 get throttled if the iframe is scrolled out of the viewport.
3042 * fast/dom/resources/timer-throttling-iframe.html: Added.
3043 * fast/dom/timer-throttle-on-scrolling-iframe-away.html: Added.
3045 2014-12-03 Dan Bernstein <mitz@apple.com>
3047 REGRESSION(r176687): Caused webkit2 test assertion failure crashes in WebKit::WebPage::willStartDrag()
3048 https://bugs.webkit.org/show_bug.cgi?id=139224
3050 Reviewed by Alexey Proskuryakov.
3052 * platform/wk2/TestExpectations: Unskip the tests.
3054 2014-12-03 Mark Lam <mark.lam@apple.com>
3056 Gardening: updating some tests as skips instead of crashes.
3057 <https://webkit.org/b/139224>
3061 * platform/wk2/TestExpectations:
3063 2014-12-03 Mark Lam <mark.lam@apple.com>
3065 Gardening: marking some tests as crashes.
3066 <https://webkit.org/b/139224>
3070 * platform/wk2/TestExpectations:
3072 2014-12-02 Dean Jackson <dino@apple.com>
3074 [Media] Audio content shouldn't have fullscreen buttons, even if in a video element
3075 https://bugs.webkit.org/show_bug.cgi?id=139200
3076 <rdar://problem/18914506>
3078 Reviewed by Eric Carlson.
3080 Loads an audio file via the video element and checks if the
3081 fullscreen button is visible.
3083 * media/audio-as-video-fullscreen-expected.txt: Added.
3084 * media/audio-as-video-fullscreen.html: Added.
3086 2014-12-03 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
3088 [EFL] Add subtle crypto to the build system
3089 https://bugs.webkit.org/show_bug.cgi?id=138612
3091 Reviewed by Csaba Osztrogonác.