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

Unified Diff: LayoutTests/webaudio/stereopannernode-panning-expected.txt

Issue 691143007: Implement StereoPannerNode for robust stereo panning (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 1 month 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
« no previous file with comments | « LayoutTests/webaudio/stereopannernode-panning.html ('k') | Source/modules/modules.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/webaudio/stereopannernode-panning-expected.txt
diff --git a/LayoutTests/webaudio/panner-equalpower-expected.txt b/LayoutTests/webaudio/stereopannernode-panning-expected.txt
similarity index 78%
copy from LayoutTests/webaudio/panner-equalpower-expected.txt
copy to LayoutTests/webaudio/stereopannernode-panning-expected.txt
index cbda404f8103fec083a25df80d423caf314a4908..63dc2c1e897a4f3abac46abadafd506e2561f8d3 100644
--- a/LayoutTests/webaudio/panner-equalpower-expected.txt
+++ b/LayoutTests/webaudio/stereopannernode-panning-expected.txt
@@ -1,4 +1,4 @@
-Test equal-power panner model of AudioPannerNode.
+Test panning model of StereoPannerNode.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
@@ -6,7 +6,7 @@ PASS Number of impulses matches the number of panner nodes.
PASS All impulses at expected offsets.
PASS Left channel gain values are correct.
PASS Right channel gain values are correct.
-PASS EqualPower panner test passed
+PASS StereoPannerNode test passed.
PASS successfullyParsed is true
TEST COMPLETE
« no previous file with comments | « LayoutTests/webaudio/stereopannernode-panning.html ('k') | Source/modules/modules.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698