Index: third_party/WebKit/LayoutTests/media/video-width-height.html |
diff --git a/third_party/WebKit/LayoutTests/media/video-width-height.html b/third_party/WebKit/LayoutTests/media/video-width-height.html |
index 3b4e831402dc8cac8597c4f18a7bbba06297943d..01342fcc97beea89a6c1cf4c22f0b253dbfa432c 100644 |
--- a/third_party/WebKit/LayoutTests/media/video-width-height.html |
+++ b/third_party/WebKit/LayoutTests/media/video-width-height.html |
@@ -1,4 +1,6 @@ |
<video width=100 height=50 controls></video> |
+<!-- TODO(philipj): Convert test to testharness.js. crbug.com/588956 |
+ (Please avoid writing new tests using video-test.js) --> |
<script src=video-test.js></script> |
<script> |
testExpected("video.width", 100); |