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

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

Issue 2422673002: Punt touch UGI and doppler deprecations to M56 (Closed)
Patch Set: Instead update the dopler warning to M56 too Created 4 years, 2 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 unified diff | Download patch
OLDNEW
1 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. 1 CONSOLE WARNING: line 1: 'AudioListener.dopplerFactor' is deprecated and will be removed in M56, around January 2017. It has no effect as the Web Audio doppler effects have already been removed internally. See https://www.chromestatus.com/f eatures/5238926818148352 for more details.
2 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/f eatures/5238926818148352 for more details. 2 CONSOLE WARNING: line 1: 'AudioListener.speedOfSound' is deprecated and will be removed in M56, around January 2017. It has no effect as the Web Audio doppler e ffects have already been removed internally. See https://www.chromestatus.com/fe atures/5238926818148352 for more details.
3 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. 3 CONSOLE WARNING: line 1: 'AudioListener.setVelocity()' is deprecated and will be removed in M56, around January 2017. It has no effect as the Web Audio doppler effects have already been removed internally. See https://www.chromestatus.com/f eatures/5238926818148352 for more details.
4 CONSOLE WARNING: line 1: 'PannerNode.setVelocity()' is deprecated and will be re moved in M55, around December 2016. It has no effect as the Web Audio doppler ef fects have already been removed internally. See https://www.chromestatus.com/fea tures/5238926818148352 for more details. 4 CONSOLE WARNING: line 1: 'PannerNode.setVelocity()' is deprecated and will be re moved in M56, around January 2017. It has no effect as the Web Audio doppler eff ects have already been removed internally. See https://www.chromestatus.com/feat ures/5238926818148352 for more details.
5 Tests doppler deprecation messages 5 Tests doppler deprecation messages
6 6
7 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 7 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
8 8
9 9
10 PASS listener.dopplerFactor is 1 10 PASS listener.dopplerFactor is 1
11 listener.dopplerFactor = 2 11 listener.dopplerFactor = 2
12 PASS listener.dopplerFactor is 2 12 PASS listener.dopplerFactor is 2
13 PASS listener.speedOfSound is 343.3 13 PASS listener.speedOfSound is 343.3
14 listener.speedOfSound = 400 14 listener.speedOfSound = 400
15 PASS listener.speedOfSound is 400 15 PASS listener.speedOfSound is 400
16 listener.setVelocity(0, 0, 0) 16 listener.setVelocity(0, 0, 0)
17 panner.setVelocity(0, 0, 0) 17 panner.setVelocity(0, 0, 0)
18 PASS successfullyParsed is true 18 PASS successfullyParsed is true
19 19
20 TEST COMPLETE 20 TEST COMPLETE
21 21
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698