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

Side by Side Diff: third_party/WebKit/LayoutTests/webaudio/OfflineAudioContext/offlineaudiocontext-suspend-resume-graph-manipulation-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
1 Test synchronous graph manipulation with OfflineAudioContext.suspend() and Offli neAudioContext.resume(). 1 Test synchronous graph manipulation with OfflineAudioContext.suspend() and Offli neAudioContext.resume().
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS Context is suspended at 12800 frame as expected. 6 PASS Context is suspended at 12800 frame as expected.
7 PASS A constant buffer is connected to destination and started at 12800 frame. 7 PASS A constant buffer is connected to destination and started at 12800 frame.
8 PASS Context is suspended at 25600 frame as expected. 8 PASS Context is suspended at 25600 frame as expected.
9 PASS A constant buffer is disconnected at 25600 frame. 9 PASS A constant buffer is disconnected at 25600 frame.
10 PASS Buffer frame [0, 12800) contains only the constant 0. 10 PASS Buffer frame [0, 12800) contains only the constant 0.
11 PASS Buffer frame [12800, 25600) contains only the constant 1. 11 PASS Buffer frame [12800, 25600) contains only the constant 1.
12 PASS Buffer frame [25600, 38400) contains only the constant 0. 12 PASS Buffer frame [25600, 38400) contains only the constant 0.
13 PASS successfullyParsed is true 13 PASS successfullyParsed is true
14 14
15 TEST COMPLETE 15 TEST COMPLETE
16 16
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698