mirror of
https://github.com/servo/servo.git
synced 2025-09-10 23:18:20 +01:00
This reverts commit 7fce850cff
.
This commit is contained in:
parent
45f2433d76
commit
8bc49299c8
86 changed files with 1193 additions and 517 deletions
|
@ -13417,14 +13417,14 @@
|
|||
]
|
||||
],
|
||||
"interfaces.html": [
|
||||
"6be4ef634a70ff2234d0db8cb2340e02a7c17100",
|
||||
"063495d90f464f161c52a8d099a298e914b9b082",
|
||||
[
|
||||
null,
|
||||
{}
|
||||
]
|
||||
],
|
||||
"interfaces.worker.js": [
|
||||
"0276a7485ada11f2fd0c26d02300cc35d633a8b4",
|
||||
"59d4aa1855fbf281736b28581fbc519a847c8a0d",
|
||||
[
|
||||
"mozilla/interfaces.worker.html",
|
||||
{}
|
||||
|
|
|
@ -12,8 +12,6 @@
|
|||
// IMPORTANT: Do not change the list below without review from a DOM peer!
|
||||
test_interfaces([
|
||||
"AbstractRange",
|
||||
"AbortController",
|
||||
"AbortSignal",
|
||||
"AnalyserNode",
|
||||
"AnimationEvent",
|
||||
"Attr",
|
||||
|
|
|
@ -7,8 +7,6 @@ importScripts("interfaces.js");
|
|||
|
||||
// IMPORTANT: Do not change the list below without review from a DOM peer!
|
||||
test_interfaces([
|
||||
"AbortController",
|
||||
"AbortSignal",
|
||||
"Blob",
|
||||
"BroadcastChannel",
|
||||
"ByteLengthQueuingStrategy",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue