| Index: third_party/WebKit/LayoutTests/media/video-size.html
|
| diff --git a/third_party/WebKit/LayoutTests/media/video-size.html b/third_party/WebKit/LayoutTests/media/video-size.html
|
| index c237ff0a0c884a2362ba8ba9ad7583aa7af4336d..198dc6b302f9f183f7e361cb710b71a2614a6a45 100644
|
| --- a/third_party/WebKit/LayoutTests/media/video-size.html
|
| +++ b/third_party/WebKit/LayoutTests/media/video-size.html
|
| @@ -1,16 +1,18 @@
|
| <html>
|
| <head>
|
| <title><video> element size and resize test</title>
|
| + <!-- 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 src=media-file.js></script>
|
|
|
| <script>
|
| - var movieInfo =
|
| + var movieInfo =
|
| {
|
| current:0,
|
| - movies:
|
| - [
|
| - {
|
| + movies:
|
| + [
|
| + {
|
| src:null,
|
| poster:null,
|
| description:"no 'src' and no 'poster', with 'width' and 'height' attributes",
|
|
|