2d.canvas.context.emptystring

getContext with empty string returns null

Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
PassgetContext with empty string returns null
Asserts run
Pass
assert_throws_js(function "function TypeError() { [native code] }", function "function() { offscreenCanvas2.getContext(""); }")
    at Test.<anonymous> ( /html/canvas/offscreen/canvas-context/2d.canvas.context.emptystring.html:24:3)