Chromium Code Reviews| 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 490d355004eb4ff08e44bf02e87ee15dddca6536..af2d7f274f41722c467b6719e3274e9045b36f93 100644 |
| --- a/third_party/WebKit/LayoutTests/imagecapture/MediaStreamTrack-getCapabilities.html |
| +++ b/third_party/WebKit/LayoutTests/imagecapture/MediaStreamTrack-getCapabilities.html |
| @@ -36,6 +36,7 @@ async_test(function(t) { |
| // |videoTrack|s capabilities, just like the actual capture, is a process |
| // kicked right after creation, we introduce a small delay to allow for |
|
Reilly Grant (use Gerrit)
2017/04/14 19:46:18
Ah, I see the comments were copied from here.
mcasas
2017/04/14 21:21:27
Acknowledged.
|
| // those to be collected. |
| + // TODO(mcasas): this shouldn't be needed, https://crbug.com/711524. |
| setTimeout(() => { |
| capabilities = videoTrack.getCapabilities(); |
| assert_equals(typeof capabilities, 'object'); |