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

Unified Diff: third_party/WebKit/LayoutTests/webaudio/audioparam-nominal-range.html

Issue 1865583002: Implement BaseAudioContext (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 3 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: third_party/WebKit/LayoutTests/webaudio/audioparam-nominal-range.html
diff --git a/third_party/WebKit/LayoutTests/webaudio/audioparam-nominal-range.html b/third_party/WebKit/LayoutTests/webaudio/audioparam-nominal-range.html
index 20b9ddd8d784907bb9e207266f8ade443c169fde..5d322f86962e55d8f9b507d2d1ec2dc8dd4e6271 100644
--- a/third_party/WebKit/LayoutTests/webaudio/audioparam-nominal-range.html
+++ b/third_party/WebKit/LayoutTests/webaudio/audioparam-nominal-range.html
@@ -210,7 +210,8 @@
creator: "createMediaStreamDestination",
args: []
}
- // Can't currently test MediaStreamSource
+ // Can't currently test MediaStreamSource because we're using an offline
+ // context.
];
// Create the context so we can use it in the following test.

Powered by Google App Engine
This is Rietveld 408576698