| 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);
|
|
|