Index: LayoutTests/webaudio/audionode-expected.txt |
diff --git a/LayoutTests/webaudio/audionode-expected.txt b/LayoutTests/webaudio/audionode-expected.txt |
index 7756db860f3d894eeec56c0f9e4c6d3660b8f553..67102931d2dabfcdb32b889550e4bf1ab02be530 100644 |
--- a/LayoutTests/webaudio/audionode-expected.txt |
+++ b/LayoutTests/webaudio/audionode-expected.txt |
@@ -16,6 +16,7 @@ PASS connect() exception thrown for illegal input index. |
PASS audioNode.connect(context.destination) succeeded. |
PASS exception thrown when connecting to other context's node. |
PASS exception thrown when creating audio context with not enough arguments. |
+PASS context3 = new webkitAudioContext(1, 44100, 44100) did not throw exception. |
PASS AudioNode is an EventTarget |
PASS successfullyParsed is true |