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

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..d3399f7125f8be3661d2d069b8824eeb02c45816 100644
--- a/third_party/WebKit/LayoutTests/webaudio/audioparam-nominal-range.html
+++ b/third_party/WebKit/LayoutTests/webaudio/audioparam-nominal-range.html
@@ -210,7 +210,7 @@
creator: "createMediaStreamDestination",
args: []
}
- // Can't currently test MediaStreamSource
+ // Can't currently test because we're using an offline context.
hongchan 2016/09/01 20:39:44 ... test MediaStreamSource because...
];
// Create the context so we can use it in the following test.

Powered by Google App Engine
This is Rietveld 408576698