Skip to content

Commit

Permalink
Fix interfaces wpt
Browse files Browse the repository at this point in the history
  • Loading branch information
ferjm committed Jul 30, 2018
1 parent a123747 commit cf86020
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions tests/wpt/mozilla/tests/mozilla/interfaces.html
Expand Up @@ -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",
Expand Down Expand Up @@ -63,6 +71,7 @@
"FileReader",
"FocusEvent",
"FormData",
"GainNode",
"HashChangeEvent",
"Headers",
"History",
Expand Down Expand Up @@ -160,6 +169,9 @@
"NodeFilter",
"NodeIterator",
"NodeList",
"OfflineAudioCompletionEvent",
"OfflineAudioContext",
"OscillatorNode",
"PageTransitionEvent",
"Performance",
"PerformanceEntry",
Expand Down

0 comments on commit cf86020

Please sign in to comment.