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

Unified 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, 10 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/webaudio/offlineaudiocontext-constructor-expected.txt
diff --git a/LayoutTests/webaudio/offlineaudiocontext-constructor-expected.txt b/LayoutTests/webaudio/offlineaudiocontext-constructor-expected.txt
index cb667a5f012bb1dfe88475031be5a55b7fe0f4a1..2469ed95003165f95e9573776a9c8e412188f4f6 100644
--- a/LayoutTests/webaudio/offlineaudiocontext-constructor-expected.txt
+++ b/LayoutTests/webaudio/offlineaudiocontext-constructor-expected.txt
@@ -13,6 +13,8 @@ PASS new OfflineAudioContext(2, 512, 44100) did not throw exception.
PASS new OfflineAudioContext(2, 512, 48000) did not throw exception.
PASS new OfflineAudioContext(2, 512, 88200) did not throw exception.
PASS new OfflineAudioContext(2, 512, 96000) did not throw exception.
+PASS new OfflineAudioContext(1, 0, NaN) threw exception TypeError: Failed to construct 'OfflineAudioContext': The provided float value is non-finite..
+PASS new OfflineAudioContext(1, 0, Infinite) threw exception ReferenceError: Infinite is not defined.
PASS successfullyParsed is true
TEST COMPLETE
« 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