Extract canvas operations for reuse by OffscreenCanvas.

This commit is contained in:
Maharsh 2019-05-14 02:15:20 -04:00 committed by Josh Matthews
parent 6fb7a8cdc7
commit 85c20db495
257 changed files with 1857 additions and 1870 deletions

View file

@ -20314,7 +20314,7 @@
"support"
],
"mozilla/interfaces.worker.js": [
"a5f2e00f234ea66b80e8a9bd4dbbc5433926191f",
"d14b58eb87568f05c398ae6953d4a0c17943219b",
"testharness"
],
"mozilla/invalid-this.html": [

View file

@ -8,6 +8,8 @@ importScripts("interfaces.js");
// IMPORTANT: Do not change the list below without review from a DOM peer!
test_interfaces([
"Blob",
"CanvasGradient",
"CanvasPattern",
"CloseEvent",
"DOMMatrix",
"DOMMatrixReadOnly",