Bug 1932347 - Adjust positioning of tab preview for vertical tabs r=tabbrowser-review...
[gecko.git] / dom / canvas / test / webgl-conf / checkout / deqp / README.md
blobbdaf88f05070aff40fdeedcf6bb8ab4db196c473
1 DEQP tests for WebGL
2 ===========================================
4 1. Running
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/
8 2. Filtering
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.
16 3. Compiling.
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.