Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(116)

Unified Diff: third_party/WebKit/LayoutTests/webaudio/doppler-deprecated-expected.txt

Issue 1745103002: Renew deprecation messages for Web Audio doppler effects (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove cruft Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
new file mode 100644
index 0000000000000000000000000000000000000000..4ac8976bef68f163656038684166c437b1e4760e
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/webaudio/doppler-deprecated-expected.txt
@@ -0,0 +1,21 @@
+CONSOLE WARNING: 'AudioListener.dopplerFactor' is deprecated and will be removed in M55, around November 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: 'AudioListener.speedOfSound' is deprecated and will be removed in M55, around November 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: 'AudioListener.setVelocity()' is deprecated and will be removed in M55, around November 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: 'PannerNode.setVelocity()' is deprecated and will be removed in M55, around November 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 successfullyParsed is true
+
+TEST COMPLETE
+
« no previous file with comments | « third_party/WebKit/LayoutTests/webaudio/doppler-deprecated.html ('k') | third_party/WebKit/Source/core/frame/Deprecation.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698