Sign in
chromium
/
external
/
github.com
/
web-platform-tests
/
wpt
/
refs/heads/DOMParser-interface
/
.
/
html
/
canvas
/
historical.any.js
blob: a68b1dcabc80cc09e961d3c558770157ea3c4c52 [
file
] [
log
] [
blame
] [
edit
]
// removed in https://github.com/whatwg/html/pull/9979
test
(()
=>
{
assert_equals
(
OffscreenCanvasRenderingContext2D
.
prototype
.
commit
,
undefined
);
},
"OffscreenCanvasRenderingContext2D.commit method is removed"
);