summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/webgl/conformance-1.0.3/conformance/more/functions/isTestsBadArgs.html.ini
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/meta/webgl/conformance-1.0.3/conformance/more/functions/isTestsBadArgs.html.ini')
-rw-r--r--testing/web-platform/meta/webgl/conformance-1.0.3/conformance/more/functions/isTestsBadArgs.html.ini41
1 files changed, 41 insertions, 0 deletions
diff --git a/testing/web-platform/meta/webgl/conformance-1.0.3/conformance/more/functions/isTestsBadArgs.html.ini b/testing/web-platform/meta/webgl/conformance-1.0.3/conformance/more/functions/isTestsBadArgs.html.ini
new file mode 100644
index 000000000..4a148059e
--- /dev/null
+++ b/testing/web-platform/meta/webgl/conformance-1.0.3/conformance/more/functions/isTestsBadArgs.html.ini
@@ -0,0 +1,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
+