Index: LayoutTests/webaudio/dom-exceptions-expected.txt |
diff --git a/LayoutTests/webaudio/dom-exceptions-expected.txt b/LayoutTests/webaudio/dom-exceptions-expected.txt |
index 2745dc772c92d6e2e78fab02e4eeb0825046286b..72ee9d869d2fc8d99dfe06b240ec062076c6fd8a 100644 |
--- a/LayoutTests/webaudio/dom-exceptions-expected.txt |
+++ b/LayoutTests/webaudio/dom-exceptions-expected.txt |
@@ -71,6 +71,7 @@ PASS node.curve is null |
PASS node.curve = new Float32Array(2) did not throw exception. |
PASS source = context.createBufferSource() did not throw exception. |
PASS source.buffer = buffer did not throw exception. |
+PASS source.buffer = buffer threw exception InvalidStateError: Failed to set the 'buffer' property on 'AudioBufferSourceNode': Buffer can only be set once. |
PASS source.start(-1) threw exception InvalidAccessError: Failed to execute 'start' on 'AudioBufferSourceNode': Start time must be a finite non-negative number: -1. |
PASS source.start(Infinity) threw exception InvalidAccessError: Failed to execute 'start' on 'AudioBufferSourceNode': Start time must be a finite non-negative number: Infinity. |
PASS source.start(-Infinity) threw exception InvalidAccessError: Failed to execute 'start' on 'AudioBufferSourceNode': Start time must be a finite non-negative number: -Infinity. |