Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / webgl / src / conformance-suites / 1.0.2 / README.md
1 Welcome to the WebGL Conformance Test Suite
2 ===========================================
3
4 Note: Before adding a new test or editing an existing test
5 [please read these guidelines](test-guidelines.md).
6
7 This is the initial release of the WebGL conformance test suite.
8
9 NOTE TO USERS: Unless you are a WebGL implementor, there is no need to submit
10 a conformance result using this process.  Should you discover bugs in your
11 browser's WebGL implementation, either via this test suite or otherwise,
12 please report them through your browser vendor's bug tracking system.
13
14 FOR WEBGL IMPLEMENTORS: Please follow the instructions below to create
15 a formal conformance submission.
16
17 1. Open webgl-conformance-tests.html in your target browser
18
19 2. Press the "run tests" button
20
21 3. At the end of the run, press "display text summary"
22
23 4. Verify that the User Agent and WebGL renderer strings identify your browser and target correctly.
24
25 5. Copy the contents of the text summary (starting with "WebGL Conformance Test Results") and send via email to
26    webgl_conformance_submissions@khronos.org
27
28 Please see CONFORMANCE_RULES.txt in this directory for guidelines
29 about what constitutes a conformant WebGL implementation.
30
31 Usage Notes:
32 ------------
33
34 There are various URL options you can pass in.
35
36     run:         Set to 1 to start the tests automatically
37
38                  Example: webgl-conformance-tests.html?run=1
39
40     version:     Set to the version of the harness you wish to run. Tests
41                  at this version or below will be run
42
43                  Example: webgl-conformance-tests.html?version=1.3.2
44
45     minVersion:  Set to the minimum version of each test to include. Only tests
46                  at this version or above will be included.
47
48                  Example: webgl-conformance-tests.html?minVersion=1.3.2
49
50     fast:        Only run tests not marked with --slow
51
52                  Example: webgl-conformance-tests.html?fast=true
53
54     skip:        Comma separated list of regular expressions of which tests to skip.
55
56                  Example: webgl-conformance-tests.html?skip=glsl,.*destruction\.html
57
58     include:     Comma separated list of regular expressions of which tests to include.
59
60                  Example: webgl-conformance-tests.html?include=glsl,.*destruction\.html
61
62 History
63 -------
64
65 - 2011/02/24: Version 1.0.0
66 - 2012/02/23: Version 1.0.1
67 - 2012/03/20: Version 1.0.2 (beta)
68