Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
PasstexImage2D
Asserts run
Pass
assert_true(true, "Should be able to get a context.")
    at getGl ( /webgl/common.js:4:3)
Pass
assert_throws_js(function "function TypeError() { [native code] }", function "function() {     gl.texImage2D(0, 0, 0, 0, 0, window);   }")
    at Test.<anonymous> ( /webgl/texImage2D.html:13:3)
Pass
assert_throws_js(function "function TypeError() { [native code] }", function "function() {     gl.texImage2D(0, 0, 0, 0, 0, { get width() { throw 7 }, get height() { throw 7 }, data: new Uint8ClampedArray(10) });   }")
    at Test.<anonymous> ( /webgl/texImage2D.html:16:3)