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

Unified Diff: third_party/WebKit/LayoutTests/webaudio/audiocontext-close-expected.txt

Issue 2501863003: Support for AudioContextOptions latencyHint. (Closed)
Patch Set: Check all LatencyHints WebAudioDeviceImpl test. 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/webaudio/audiocontext-close-expected.txt
diff --git a/third_party/WebKit/LayoutTests/webaudio/audiocontext-close-expected.txt b/third_party/WebKit/LayoutTests/webaudio/audiocontext-close-expected.txt
index 932c936514ecc611a69c33e972990b8d468b8a9f..106ba1325f3ee5727154fb9ed1db6edcf8196df3 100644
--- a/third_party/WebKit/LayoutTests/webaudio/audiocontext-close-expected.txt
+++ b/third_party/WebKit/LayoutTests/webaudio/audiocontext-close-expected.txt
@@ -31,6 +31,12 @@ PASS gain.disconnect() did not throw exception.
PASS Attempt to resume a closed context was correctly rejected
PASS Closing context again correctly rejected promise.
PASS context.destination is null
+PASS context = new AudioContext() did not throw exception.
+PASS context.sampleRate is > 0
+PASS context.baseLatency is > 0
+PASS context.close() was correctly resolved
+PASS context.sampleRate is > 0
+PASS context.baseLatency is 0
PASS offline = new OfflineAudioContext(1, 1000, 48000) did not throw exception.
PASS offline.state is "suspended"
PASS offline.close is undefined.

Powered by Google App Engine
This is Rietveld 408576698