Raises exception on beginLayer() + save() + endLayer().
Harness status: OK
Found 1 tests
Result | Test Name | Message | ||
---|---|---|---|---|
Fail | Raises exception on beginLayer() + save() + endLayer(). | assert_throws_dom: function "function() {
ctx.beginLayer();
ctx.save();
ctx.endLayer();
}" threw object "TypeError: ctx.beginLayer is not a function" that is not a DOMException INVALID_STATE_ERR: property "code" is equal to undefined, expected 11at Test.<anonymous> (http://www2.wpt.live/html/canvas/offscreen/layers/2d.layer.invalid-calls.beginLayer-save-endLayer.html:18:3) at Test.step (http://www2.wpt.live/resources/testharness.js:2638:25) at test (http://www2.wpt.live/resources/testharness.js:633:30) at http://www2.wpt.live/html/canvas/offscreen/layers/2d.layer.invalid-calls.beginLayer-save-endLayer.html:14:1 Asserts run
|