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

Side by Side Diff: LayoutTests/webaudio/audiocontext-suspend-resume-expected.txt

Issue 1017733003: [DO NOT LAND] Set @@toStringTag for DOM object prototypes (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: More test rebaselines Created 5 years, 9 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 Test suspend/resume for an (offline) AudioContext 1 Test suspend/resume for an (offline) AudioContext
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.state is "suspended" 6 PASS context.state is "suspended"
7 PASS p1 = context.suspend() did not throw exception. 7 PASS p1 = context.suspend() did not throw exception.
8 PASS [object Object] is an instance of function Promise() { [native code] } 8 PASS [object Promise] is an instance of function Promise() { [native code] }
9 PASS context.suspend() was correctly rejected for an offline context 9 PASS context.suspend() was correctly rejected for an offline context
10 PASS p2 = context.resume() did not throw exception. 10 PASS p2 = context.resume() did not throw exception.
11 PASS [object Object] is an instance of function Promise() { [native code] } 11 PASS [object Promise] is an instance of function Promise() { [native code] }
12 PASS context.state is "suspended" 12 PASS context.state is "suspended"
13 PASS context.resume() was correctly rejected for an offline context 13 PASS context.resume() was correctly rejected for an offline context
14 PASS context.state is "closed" 14 PASS context.state is "closed"
15 PASS context.suspend() on a closed context rejected as expected 15 PASS context.suspend() on a closed context rejected as expected
16 PASS context.resume() on a closed context rejected as expected 16 PASS context.resume() on a closed context rejected as expected
17 PASS successfullyParsed is true 17 PASS successfullyParsed is true
18 18
19 TEST COMPLETE 19 TEST COMPLETE
20 20
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698