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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 Test AnalyserNode getByteTimeDomainData
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS Index of first sample greater than +1 is greater than or equal to 0.
7 PASS Index of first sample less than -1 is greater than or equal to 0.
8 PASS Clip 1.01149: byteData[43] is equal to 255.
9 PASS Clip -1.42637: byteData[56] is equal to 0.
10 PASS Byte data is identical to the array [128,130,135,136,140,143,145,149,152,15 3,159,160,163,167,168,173,...].
11 PASS successfullyParsed is true
12
13 TEST COMPLETE
14
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698