| Index: third_party/WebKit/LayoutTests/media/video-poster.html
|
| diff --git a/third_party/WebKit/LayoutTests/media/video-poster.html b/third_party/WebKit/LayoutTests/media/video-poster.html
|
| index ac66357015283157ae989857656d21770c31d714..fd8f50f1bd99529d88a9d1d220fa19a3add06341 100644
|
| --- a/third_party/WebKit/LayoutTests/media/video-poster.html
|
| +++ b/third_party/WebKit/LayoutTests/media/video-poster.html
|
| @@ -1,13 +1,15 @@
|
| <html>
|
| <head>
|
| <title><video> element with poster size 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>
|
| - var posterInfo =
|
| + var posterInfo =
|
| {
|
| current:0,
|
| - posters:
|
| - [
|
| + posters:
|
| + [
|
| {
|
| description:", with 'width' and 'height' attributes",
|
| url:null,
|
|
|