mirror of
https://github.com/servo/servo.git
synced 2025-08-04 21:20:23 +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!
|
// IMPORTANT: Do not change the list below without review from a DOM peer!
|
||||||
test_interfaces([
|
test_interfaces([
|
||||||
"Attr",
|
"Attr",
|
||||||
|
"AudioBuffer",
|
||||||
|
"AudioBufferSourceNode",
|
||||||
|
"AudioContext",
|
||||||
|
"AudioDestinationNode",
|
||||||
|
"AudioNode",
|
||||||
|
"AudioParam",
|
||||||
|
"AudioScheduledSourceNode",
|
||||||
|
"BaseAudioContext",
|
||||||
"BeforeUnloadEvent",
|
"BeforeUnloadEvent",
|
||||||
"Blob",
|
"Blob",
|
||||||
"CanvasGradient",
|
"CanvasGradient",
|
||||||
|
@ -63,6 +71,7 @@ test_interfaces([
|
||||||
"FileReader",
|
"FileReader",
|
||||||
"FocusEvent",
|
"FocusEvent",
|
||||||
"FormData",
|
"FormData",
|
||||||
|
"GainNode",
|
||||||
"HashChangeEvent",
|
"HashChangeEvent",
|
||||||
"Headers",
|
"Headers",
|
||||||
"History",
|
"History",
|
||||||
|
@ -160,6 +169,9 @@ test_interfaces([
|
||||||
"NodeFilter",
|
"NodeFilter",
|
||||||
"NodeIterator",
|
"NodeIterator",
|
||||||
"NodeList",
|
"NodeList",
|
||||||
|
"OfflineAudioCompletionEvent",
|
||||||
|
"OfflineAudioContext",
|
||||||
|
"OscillatorNode",
|
||||||
"PageTransitionEvent",
|
"PageTransitionEvent",
|
||||||
"Performance",
|
"Performance",
|
||||||
"PerformanceEntry",
|
"PerformanceEntry",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue