From cf86020ef7755f5bf6df74a2eecb0a65c1ecc035 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fernando=20Jim=C3=A9nez=20Moreno?= Date: Fri, 27 Jul 2018 18:53:13 +0200 Subject: [PATCH] Fix interfaces wpt --- tests/wpt/mozilla/tests/mozilla/interfaces.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/tests/wpt/mozilla/tests/mozilla/interfaces.html b/tests/wpt/mozilla/tests/mozilla/interfaces.html index 3d125d6f647d..4b8234b472c9 100644 --- a/tests/wpt/mozilla/tests/mozilla/interfaces.html +++ b/tests/wpt/mozilla/tests/mozilla/interfaces.html @@ -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 @@ "FileReader", "FocusEvent", "FormData", + "GainNode", "HashChangeEvent", "Headers", "History", @@ -160,6 +169,9 @@ "NodeFilter", "NodeIterator", "NodeList", + "OfflineAudioCompletionEvent", + "OfflineAudioContext", + "OscillatorNode", "PageTransitionEvent", "Performance", "PerformanceEntry",