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