Index: LayoutTests/webaudio/offlineaudiocontext-constructor-expected.txt |
diff --git a/LayoutTests/webaudio/offlineaudiocontext-constructor-expected.txt b/LayoutTests/webaudio/offlineaudiocontext-constructor-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..ddb951c58c6b4ad466c0a127ab7784a2725feb37 |
--- /dev/null |
+++ b/LayoutTests/webaudio/offlineaudiocontext-constructor-expected.txt |
@@ -0,0 +1,10 @@ |
+Tests the OfflineAudioContext constructor |
+ |
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
+ |
+ |
+PASS new webkitOfflineAudioContext(1, 0, 44100) threw exception SyntaxError: Failed to construct 'OfflineAudioContext': number of frames cannot be zero.. |
+PASS successfullyParsed is true |
+ |
+TEST COMPLETE |
+ |