Index: third_party/WebKit/LayoutTests/webaudio/doppler-deprecated-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/webaudio/doppler-deprecated-expected.txt b/third_party/WebKit/LayoutTests/webaudio/doppler-deprecated-expected.txt |
index b92147140090e623d9d8daf22cca76f24f09bacb..93a8c5912a110ff11761e7ffd6fbf4514ddbf720 100644 |
--- a/third_party/WebKit/LayoutTests/webaudio/doppler-deprecated-expected.txt |
+++ b/third_party/WebKit/LayoutTests/webaudio/doppler-deprecated-expected.txt |
@@ -1,20 +1,12 @@ |
-CONSOLE WARNING: line 1: 'AudioListener.dopplerFactor' is deprecated and will be removed in M55, around December 2016. It has no effect as the Web Audio doppler effects have already been removed internally. See https://www.chromestatus.com/features/5238926818148352 for more details. |
-CONSOLE WARNING: line 1: 'AudioListener.speedOfSound' is deprecated and will be removed in M55, around December 2016. It has no effect as the Web Audio doppler effects have already been removed internally. See https://www.chromestatus.com/features/5238926818148352 for more details. |
-CONSOLE WARNING: line 1: 'AudioListener.setVelocity()' is deprecated and will be removed in M55, around December 2016. It has no effect as the Web Audio doppler effects have already been removed internally. See https://www.chromestatus.com/features/5238926818148352 for more details. |
-CONSOLE WARNING: line 1: 'PannerNode.setVelocity()' is deprecated and will be removed in M55, around December 2016. It has no effect as the Web Audio doppler effects have already been removed internally. See https://www.chromestatus.com/features/5238926818148352 for more details. |
Tests doppler deprecation messages |
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
-PASS listener.dopplerFactor is 1 |
-listener.dopplerFactor = 2 |
-PASS listener.dopplerFactor is 2 |
-PASS listener.speedOfSound is 343.3 |
-listener.speedOfSound = 400 |
-PASS listener.speedOfSound is 400 |
-listener.setVelocity(0, 0, 0) |
-panner.setVelocity(0, 0, 0) |
+PASS listener.dopplerFactor is undefined. |
+PASS listener.speedOfSound is undefined. |
+PASS listener.setVelocity(0, 0, 0) threw exception TypeError: listener.setVelocity is not a function. |
+PASS panner.setVelocity(0, 0, 0) threw exception TypeError: panner.setVelocity is not a function. |
PASS successfullyParsed is true |
TEST COMPLETE |