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

Unified Diff: third_party/WebKit/LayoutTests/webaudio/audiobuffer-getChannelData-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/audiobuffer-getChannelData-expected.txt
diff --git a/third_party/WebKit/LayoutTests/webaudio/audiobuffer-getChannelData-expected.txt b/third_party/WebKit/LayoutTests/webaudio/audiobuffer-getChannelData-expected.txt
deleted file mode 100644
index 04db380d54af3888a44dbc108f6e1466fa2a60a1..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/webaudio/audiobuffer-getChannelData-expected.txt
+++ /dev/null
@@ -1,25 +0,0 @@
-Test AudioBuffer.getChannelData() Returns the Same Object
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS a = buffer.getChannelData(0)
-PASS b = buffer.getChannelData(0)
-PASS a === b is true
-PASS a = buffer.getChannelData(1)
-PASS b = buffer.getChannelData(1)
-PASS a === b is true
-PASS getChannelData correctly returned the same buffer.
-
-PASS a = buffer1.getChannelData(0)
-PASS b = buffer2.getChannelData(0)
-PASS a === b is false
-PASS a = buffer1.getChannelData(1)
-PASS b = buffer2.getChannelData(1)
-PASS a === b is false
-PASS getChannelData correctly returned different buffers.
-
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698