summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/webgl/conformance-1.0.3/conformance/more/functions/isTestsBadArgs.html.ini
blob: 4a148059ed52895dcb72bf200e0cce807608223e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
[isTestsBadArgs.html]
  type: testharness
  [WebGL test #0: Unable to fetch WebGL rendering context for Canvas]
    expected: FAIL

  [WebGL test #31: gl.isBuffer(null) should be false. Threw exception TypeError: gl is null]
    expected: FAIL

  [WebGL test #32: gl.isBuffer(undefined) should be false. Threw exception TypeError: gl is null]
    expected: FAIL

  [WebGL test #33: gl.isFramebuffer(null) should be false. Threw exception TypeError: gl is null]
    expected: FAIL

  [WebGL test #34: gl.isFramebuffer(undefined) should be false. Threw exception TypeError: gl is null]
    expected: FAIL

  [WebGL test #35: gl.isProgram(null) should be false. Threw exception TypeError: gl is null]
    expected: FAIL

  [WebGL test #36: gl.isProgram(undefined) should be false. Threw exception TypeError: gl is null]
    expected: FAIL

  [WebGL test #37: gl.isRenderbuffer(null) should be false. Threw exception TypeError: gl is null]
    expected: FAIL

  [WebGL test #38: gl.isRenderbuffer(undefined) should be false. Threw exception TypeError: gl is null]
    expected: FAIL

  [WebGL test #39: gl.isShader(null) should be false. Threw exception TypeError: gl is null]
    expected: FAIL

  [WebGL test #40: gl.isShader(undefined) should be false. Threw exception TypeError: gl is null]
    expected: FAIL

  [WebGL test #41: gl.isTexture(null) should be false. Threw exception TypeError: gl is null]
    expected: FAIL

  [WebGL test #42: gl.isTexture(undefined) should be false. Threw exception TypeError: gl is null]
    expected: FAIL