2 ===========================================
5 Tests can be run as part of the WebGL Conformance suite or individually
6 by navigating to one of pages in functional/gles3 or in data/gles(2|3)/shaders/
9 One can limit the tests to run with a 'filter' query. For example:
11 functional/gles3/textureformat.html?filter=2d
13 will executed only the tests with '2d' in the test name.
14 Filter query accepts a regular expression.
17 The tests have been annotated for closure and can be compiled with run-closure script.
19 4. Implementation notes.
20 Tests use a minimal subset of google closure library for dependency management.
21 The closure compiler is used solely for error checking. The compiler output is discarded.