mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Fix interfaces wpt
This commit is contained in:
parent
a12374726d
commit
cf86020ef7
1 changed files with 12 additions and 0 deletions
|
@ -12,6 +12,14 @@
|
|||
// IMPORTANT: Do not change the list below without review from a DOM peer!
|
||||
test_interfaces([
|
||||
"Attr",
|
||||
"AudioBuffer",
|
||||
"AudioBufferSourceNode",
|
||||
"AudioContext",
|
||||
"AudioDestinationNode",
|
||||
"AudioNode",
|
||||
"AudioParam",
|
||||
"AudioScheduledSourceNode",
|
||||
"BaseAudioContext",
|
||||
"BeforeUnloadEvent",
|
||||
"Blob",
|
||||
"CanvasGradient",
|
||||
|
@ -63,6 +71,7 @@ test_interfaces([
|
|||
"FileReader",
|
||||
"FocusEvent",
|
||||
"FormData",
|
||||
"GainNode",
|
||||
"HashChangeEvent",
|
||||
"Headers",
|
||||
"History",
|
||||
|
@ -160,6 +169,9 @@ test_interfaces([
|
|||
"NodeFilter",
|
||||
"NodeIterator",
|
||||
"NodeList",
|
||||
"OfflineAudioCompletionEvent",
|
||||
"OfflineAudioContext",
|
||||
"OscillatorNode",
|
||||
"PageTransitionEvent",
|
||||
"Performance",
|
||||
"PerformanceEntry",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue