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

Unified Diff: third_party/WebKit/LayoutTests/imagecapture/MediaStreamTrack-getSettings.html

Issue 2798263003: Image Capture: add |supports_torch| field to mojom (Closed)
Patch Set: Created 3 years, 8 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/imagecapture/MediaStreamTrack-getSettings.html
diff --git a/third_party/WebKit/LayoutTests/imagecapture/MediaStreamTrack-getSettings.html b/third_party/WebKit/LayoutTests/imagecapture/MediaStreamTrack-getSettings.html
index 3c1ed9d0603b6c1ed35eb29934f6fdfc86bb1d12..3740606905a220bdeb2acbfd4cc462e2787765f3 100644
--- a/third_party/WebKit/LayoutTests/imagecapture/MediaStreamTrack-getSettings.html
+++ b/third_party/WebKit/LayoutTests/imagecapture/MediaStreamTrack-getSettings.html
@@ -70,8 +70,7 @@ async_test(function(t) {
assert_equals(settings.zoom, mock_settings.zoom.current);
- // TODO(mcasas): do |torch| when the mojom interface is updated,
- // https://crbug.com/700607.
+ assert_equals(settings.torch, mock_settings.torch, 'torch');
t.done();
}, 100);

Powered by Google App Engine
This is Rietveld 408576698