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

Side by Side Diff: LayoutTests/webaudio/offlineaudiocontext-constructor-expected.txt

Issue 963043003: Add [TypeChecking=Unrestricted] to OfflineAudioContext (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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
OLDNEW
1 Tests the OfflineAudioContext constructor 1 Tests the OfflineAudioContext constructor
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 new OfflineAudioContext(1, 0, 44100) threw exception SyntaxError: Failed to construct 'OfflineAudioContext': number of frames cannot be zero.. 6 PASS new OfflineAudioContext(1, 0, 44100) threw exception SyntaxError: Failed to construct 'OfflineAudioContext': number of frames cannot be zero..
7 PASS new OfflineAudioContext(2, 512, 3000) did not throw exception. 7 PASS new OfflineAudioContext(2, 512, 3000) did not throw exception.
8 PASS new OfflineAudioContext(2, 512, 192000) did not throw exception. 8 PASS new OfflineAudioContext(2, 512, 192000) did not throw exception.
9 PASS new OfflineAudioContext(2, 512, 8000) did not throw exception. 9 PASS new OfflineAudioContext(2, 512, 8000) did not throw exception.
10 PASS new OfflineAudioContext(2, 512, 11025) did not throw exception. 10 PASS new OfflineAudioContext(2, 512, 11025) did not throw exception.
11 PASS new OfflineAudioContext(2, 512, 22050) did not throw exception. 11 PASS new OfflineAudioContext(2, 512, 22050) did not throw exception.
12 PASS new OfflineAudioContext(2, 512, 44100) did not throw exception. 12 PASS new OfflineAudioContext(2, 512, 44100) did not throw exception.
13 PASS new OfflineAudioContext(2, 512, 48000) did not throw exception. 13 PASS new OfflineAudioContext(2, 512, 48000) did not throw exception.
14 PASS new OfflineAudioContext(2, 512, 88200) did not throw exception. 14 PASS new OfflineAudioContext(2, 512, 88200) did not throw exception.
15 PASS new OfflineAudioContext(2, 512, 96000) did not throw exception. 15 PASS new OfflineAudioContext(2, 512, 96000) did not throw exception.
16 PASS new OfflineAudioContext(1, 0, NaN) threw exception TypeError: Failed to con struct 'OfflineAudioContext': The provided float value is non-finite..
17 PASS new OfflineAudioContext(1, 0, Infinite) threw exception ReferenceError: Inf inite is not defined.
16 PASS successfullyParsed is true 18 PASS successfullyParsed is true
17 19
18 TEST COMPLETE 20 TEST COMPLETE
19 21
OLDNEW
« no previous file with comments | « LayoutTests/webaudio/offlineaudiocontext-constructor.html ('k') | Source/modules/webaudio/OfflineAudioContext.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698