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

Side by Side Diff: LayoutTests/webaudio/pannernode-basic-expected.txt

Issue 652073003: Change the default panning mode from HRTF to equal-power (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git/+/master
Patch Set: Reverting unnecessary changes Created 6 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
« no previous file with comments | « LayoutTests/webaudio/pannernode-basic.html ('k') | Source/modules/webaudio/PannerNode.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Basic tests for PannerNode. 1 Basic tests for PannerNode.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 PASS PannerNode has one input. 5 PASS PannerNode has one input.
6 PASS PannerNode has one output. 6 PASS PannerNode has one output.
7 PASS refDistance default value is 1. 7 PASS refDistance default value is 1.
8 PASS refDistance value is set to 270.52. 8 PASS refDistance value is set to 270.52.
9 PASS maxDistance default value is 10000. 9 PASS maxDistance default value is 10000.
10 PASS maxDistance value is set to 100.55. 10 PASS maxDistance value is set to 100.55.
11 PASS rolloffFactor default value is 1. 11 PASS rolloffFactor default value is 1.
12 PASS rolloffFactor value is set to 0.83. 12 PASS rolloffFactor value is set to 0.83.
13 PASS coneInnerAngle default value is 360. 13 PASS coneInnerAngle default value is 360.
14 PASS coneInnerAngle value is set to 240.45. 14 PASS coneInnerAngle value is set to 240.45.
15 PASS coneOuterAngle default value is 360. 15 PASS coneOuterAngle default value is 360.
16 PASS coneOuterAngle value is set to 166.66. 16 PASS coneOuterAngle value is set to 166.66.
17 PASS coneOuterGain default value is 0. 17 PASS coneOuterGain default value is 0.
18 PASS coneOuterGain value is set to 0.35. 18 PASS coneOuterGain value is set to 0.35.
19 PASS PannerNode defaults to 'HRTF' panningModel. 19 PASS PannerNode defaults to 'equalpower' panningModel.
20 PASS PannerNode defaults to 'inverse' distanceModel. 20 PASS PannerNode defaults to 'inverse' distanceModel.
21 PASS panningModel: 'equalpower' is settable. 21 PASS panningModel: 'equalpower' is settable.
22 PASS panningModel: 'HRTF' is settable. 22 PASS panningModel: 'HRTF' is settable.
23 PASS panningModel correctly not set to 1. 23 PASS panningModel correctly not set to 1.
24 PASS distanceModel: 'linear' is settable. 24 PASS distanceModel: 'linear' is settable.
25 PASS distanceModel: 'inverse' is settable. 25 PASS distanceModel: 'inverse' is settable.
26 PASS distanceModel: 'exponential' is settable. 26 PASS distanceModel: 'exponential' is settable.
27 PASS distanceModel correctly not set to 1. 27 PASS distanceModel correctly not set to 1.
28 PASS successfullyParsed is true 28 PASS successfullyParsed is true
29 29
30 TEST COMPLETE 30 TEST COMPLETE
31 31
OLDNEW
« no previous file with comments | « LayoutTests/webaudio/pannernode-basic.html ('k') | Source/modules/webaudio/PannerNode.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698