mirror of
https://github.com/servo/servo.git
synced 2025-09-30 16:49:16 +01:00
Extract canvas operations for reuse by OffscreenCanvas.
This commit is contained in:
parent
6fb7a8cdc7
commit
85c20db495
257 changed files with 1857 additions and 1870 deletions
|
@ -20314,7 +20314,7 @@
|
|||
"support"
|
||||
],
|
||||
"mozilla/interfaces.worker.js": [
|
||||
"a5f2e00f234ea66b80e8a9bd4dbbc5433926191f",
|
||||
"d14b58eb87568f05c398ae6953d4a0c17943219b",
|
||||
"testharness"
|
||||
],
|
||||
"mozilla/invalid-this.html": [
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue