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

Unified Diff: third_party/WebKit/LayoutTests/webaudio/AudioBuffer/audiobuffer-getChannelData-expected.txt

Issue 2593083002: Convert AudioBuffer Audit tests to testharness (Closed)
Patch Set: Rebase Created 3 years, 12 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/LayoutTests/webaudio/AudioBuffer/audiobuffer-getChannelData.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/webaudio/AudioBuffer/audiobuffer-getChannelData-expected.txt
diff --git a/third_party/WebKit/LayoutTests/webaudio/AudioBuffer/audiobuffer-getChannelData-expected.txt b/third_party/WebKit/LayoutTests/webaudio/AudioBuffer/audiobuffer-getChannelData-expected.txt
deleted file mode 100644
index 04db380d54af3888a44dbc108f6e1466fa2a60a1..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/webaudio/AudioBuffer/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
-
« no previous file with comments | « third_party/WebKit/LayoutTests/webaudio/AudioBuffer/audiobuffer-getChannelData.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698