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

Unified Diff: third_party/WebKit/LayoutTests/webaudio/realtimeanalyser-byte-data-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/realtimeanalyser-byte-data-expected.txt
diff --git a/third_party/WebKit/LayoutTests/webaudio/realtimeanalyser-byte-data-expected.txt b/third_party/WebKit/LayoutTests/webaudio/realtimeanalyser-byte-data-expected.txt
deleted file mode 100644
index cf3ed0cb6a8dd490af01dfdea9b93dbb2760892e..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/webaudio/realtimeanalyser-byte-data-expected.txt
+++ /dev/null
@@ -1,14 +0,0 @@
-Test AnalyserNode getByteTimeDomainData
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS Index of first sample greater than +1 is greater than or equal to 0.
-PASS Index of first sample less than -1 is greater than or equal to 0.
-PASS Clip 1.01149: byteData[43] is equal to 255.
-PASS Clip -1.42637: byteData[56] is equal to 0.
-PASS Byte data is identical to the array [128,130,135,136,140,143,145,149,152,153,159,160,163,167,168,173,...].
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698