| Index: LayoutTests/media/track/track-webvtt-tc015-positioning.html
 | 
| diff --git a/LayoutTests/media/track/track-webvtt-tc015-positioning.html b/LayoutTests/media/track/track-webvtt-tc015-positioning.html
 | 
| index 21621fdc16e10b536e6482baedaefc1c7aa52c7f..2e19eb54b1bd0e534ecae4cb44f6b0d38a8e2e2d 100644
 | 
| --- a/LayoutTests/media/track/track-webvtt-tc015-positioning.html
 | 
| +++ b/LayoutTests/media/track/track-webvtt-tc015-positioning.html
 | 
| @@ -29,7 +29,7 @@
 | 
|                      [
 | 
|                          {
 | 
|                              property : "position",
 | 
| -                            values : [0, 50, 50, 100],
 | 
| +                            values : [0, 50, "auto", 100],
 | 
|                          },
 | 
|                      ],
 | 
|                  };
 | 
| @@ -48,7 +48,7 @@
 | 
|                      [
 | 
|                          {
 | 
|                              property : "position",
 | 
| -                            values : [50, 50, 50, 50, 50, 50, 50, 50],
 | 
| +                            values : ["auto", "auto", "auto", "auto", "auto", "auto", "auto", "auto"],
 | 
|                          },
 | 
|                      ],
 | 
|                  };
 | 
| @@ -66,4 +66,4 @@
 | 
|              <track src="captions-webvtt/tc015-positioning-bad.vtt" onload="trackLoaded()">
 | 
|          </video>
 | 
|      </body>
 | 
| -</html>
 | 
| +</html>
 | 
| 
 |