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

Unified Diff: third_party/WebKit/LayoutTests/webaudio/stereopannernode-basic-expected.txt

Issue 2581463002: Refactor WebAudio test directory (Closed)
Patch Set: Use correct path for wav result files Created 4 years 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/stereopannernode-basic-expected.txt
diff --git a/third_party/WebKit/LayoutTests/webaudio/stereopannernode-basic-expected.txt b/third_party/WebKit/LayoutTests/webaudio/stereopannernode-basic-expected.txt
deleted file mode 100644
index 605503aeddcbc86835ef3e09309c85a65ad29f7e..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/webaudio/stereopannernode-basic-expected.txt
+++ /dev/null
@@ -1,17 +0,0 @@
-Test attribute and basic functionality of StereoPannerNode.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-PASS panner.numberOfInputs === 1 is true
-PASS panner.numberOfOutputs === 1 is true
-PASS panner.pan.defaultValue === 0.0 is true
-PASS panner.pan.value === 0.0 is true
-PASS panner.pan.value === 1.0 is true
-PASS panner.channelCount = 1 did not throw exception.
-PASS panner.channelCount = 3 threw exception NotSupportedError: Failed to set the 'channelCount' property on 'AudioNode': The channelCount provided (3) is outside the range [1, 2]..
-PASS panner.channelCountMode = "explicit" did not throw exception.
-PASS panner.channelCountMode = "max" threw exception NotSupportedError: Failed to set the 'channelCountMode' property on 'AudioNode': StereoPanner: 'max' is not allowed.
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698