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

Unified Diff: third_party/WebKit/LayoutTests/imagecapture/MediaStreamTrack-getSettings.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-getSettings.html
diff --git a/third_party/WebKit/LayoutTests/imagecapture/MediaStreamTrack-getSettings.html b/third_party/WebKit/LayoutTests/imagecapture/MediaStreamTrack-getSettings.html
index c81c4dc8206fff4f5471f6e39818c16d2e5b65e5..3ae9df20d7b87d9ea0854d5caa4fb927def74a30 100644
--- a/third_party/WebKit/LayoutTests/imagecapture/MediaStreamTrack-getSettings.html
+++ b/third_party/WebKit/LayoutTests/imagecapture/MediaStreamTrack-getSettings.html
@@ -9,7 +9,6 @@
<script>
const meteringModeNames = ["none", "manual", "single-shot", "continuous"];
-const fillLightModeNames = ["none", "off", "auto", "flash", "torch"];
// This test verifies that the settings defined in the mock Mojo service
// implementation are the same as those returned by the corresponding
@@ -59,8 +58,7 @@ async_test(function(t) {
assert_equals(settings.zoom, mock_settings.zoom.current);
- // TODO(mcasas): check |torch| when the mojom interface is updated,
- // https://crbug.com/700607.
+ assert_equals(settings.torch, mock_settings.torch);
t.done();
}, 100);

Powered by Google App Engine
This is Rietveld 408576698