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

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

Issue 2787933002: ImageCapture: separate fillLightMode, redEyeReduction and Torch (Closed)
Patch Set: Created 3 years, 9 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-getCapabilities.html
diff --git a/third_party/WebKit/LayoutTests/imagecapture/MediaStreamTrack-getCapabilities.html b/third_party/WebKit/LayoutTests/imagecapture/MediaStreamTrack-getCapabilities.html
index 9ed2f9340593699ef9bde79b986ca59299e3ba6b..5e53536fbd08ca833d05829426975c8a7ce2e3f0 100644
--- a/third_party/WebKit/LayoutTests/imagecapture/MediaStreamTrack-getCapabilities.html
+++ b/third_party/WebKit/LayoutTests/imagecapture/MediaStreamTrack-getCapabilities.html
@@ -123,8 +123,7 @@ async_test(function(t) {
assert_equals(capabilities.zoom.current, mock_capabilities.zoom.current);
assert_equals(capabilities.zoom.step, mock_capabilities.zoom.step);
- // TODO(mcasas): check |torch| when the mojom interface is updated,
- // https://crbug.com/700607.
+ assert_equals(capabilities.torch, mock_capabilities.torch, 'torch');
t.done();
}, 100);

Powered by Google App Engine
This is Rietveld 408576698