1Welcome to the WebGL Conformance Test Suite
2===========================================
3
4Note: Before adding a new test or editing an existing test
5[please read these guidelines](test-guidelines.md).
6
7This is the WebGL conformance test suite. You can find a the current "live"
8version at [https://www.khronos.org/registry/webgl/sdk/tests/webgl-conformance-tests.html](https://www.khronos.org/registry/webgl/sdk/tests/webgl-conformance-tests.html)
9
10NOTE TO USERS: Unless you are a WebGL implementor, there is no need to submit
11a conformance result using this process.  Should you discover bugs in your
12browser's WebGL implementation, either via this test suite or otherwise,
13please report them through your browser vendor's bug tracking system.
14
15FOR WEBGL IMPLEMENTORS: Please follow the instructions below to create
16a formal conformance submission.
17
181. Open webgl-conformance-tests.html in your target browser
19
202. Press the "run tests" button
21
223. At the end of the run, press "display text summary"
23
244. Verify that the User Agent and WebGL renderer strings identify your browser and target correctly.
25
265. Copy the contents of the text summary (starting with "WebGL Conformance Test Results") and send via email to
27   webgl_conformance_submissions@khronos.org
28
29Please see CONFORMANCE_RULES.txt in this directory for guidelines
30about what constitutes a conformant WebGL implementation.
31
32Usage Notes:
33------------
34
35There are various URL options you can pass in.
36
37    run:         Set to 1 to start the tests automatically
38
39                 Example: webgl-conformance-tests.html?run=1
40
41    version:     Set to the version of the harness you wish to run. Tests
42                 at this version or below will be run
43
44                 Example: webgl-conformance-tests.html?version=1.3.2
45
46    minVersion:  Set to the minimum version of each test to include. Only tests
47                 at this version or above will be included.
48
49                 Example: webgl-conformance-tests.html?minVersion=1.3.2
50
51    fast:        Only run tests not marked with --slow
52
53                 Example: webgl-conformance-tests.html?fast=true
54
55    skip:        Comma separated list of regular expressions of which tests to skip.
56
57                 Example: webgl-conformance-tests.html?skip=glsl,.*destruction\.html
58
59    include:     Comma separated list of regular expressions of which tests to include.
60
61                 Example: webgl-conformance-tests.html?include=glsl,.*destruction\.html
62
63    frames:      The number of iframes to use to run tests in parallel.
64
65                 Example: webgl-conformance-tests.html?frames=8
66
67                 Note the tests are not required to run with anything other than frames = 1.
68
69History
70-------
71
72The dates below are when work on the conformance suite version was started.
73
74- 2011/02/24: Version 1.0.0
75- 2012/02/23: Version 1.0.1
76- 2012/03/20: Version 1.0.2
77- 2013/02/14: Version 1.0.3
78- 2013/10/11: Version 2.0.0 (beta)
79- 2014/11/14: Version 1.0.4
80