Index: LayoutTests/webaudio/stereopannernode-basic-expected.txt |
diff --git a/LayoutTests/webaudio/stereopannernode-basic-expected.txt b/LayoutTests/webaudio/stereopannernode-basic-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..489d49eae534ad44f1395a503f717369ab1a84b3 |
--- /dev/null |
+++ b/LayoutTests/webaudio/stereopannernode-basic-expected.txt |
@@ -0,0 +1,17 @@ |
+Test attribute and basic functionality of StereoPannerNode. |
+ |
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
+ |
+PASS panner.numberOfInputs === 1 is true |
+PASS panner.numberOfOutputs === 1 is true |
+PASS panner.pan.defaultValue === 0.0 is true |
+PASS panner.pan.value === 0.0 is true |
+PASS panner.pan.value === 1.0 is true |
+PASS panner.channelCount = 1 did not throw exception. |
+PASS panner.channelCount = 3 threw exception NotSupportedError: Failed to set the 'channelCount' property on 'AudioNode': The channelCount provided (3) is outside the range [1, 2].. |
+PASS panner.channelCountMode = "explicit" did not throw exception. |
+PASS panner.channelCountMode = "max" threw exception NotSupportedError: Failed to set the 'channelCountMode' property on 'AudioNode': Failed to set the 'channelCountMode' property on 'StereoPannerNode': 'max' is not allowed. |
+PASS successfullyParsed is true |
+ |
+TEST COMPLETE |
+ |