| Index: LayoutTests/media/track/track-webvtt-tc018-align-text-line-position.html
|
| diff --git a/LayoutTests/media/track/track-webvtt-tc018-align-text-line-position.html b/LayoutTests/media/track/track-webvtt-tc018-align-text-line-position.html
|
| index 594e6ee8890594feeaf00f6562acf9ebbbbbabaf..c65677d8dfe5bc53b6219b125e8f3090bd9091eb 100644
|
| --- a/LayoutTests/media/track/track-webvtt-tc018-align-text-line-position.html
|
| +++ b/LayoutTests/media/track/track-webvtt-tc018-align-text-line-position.html
|
| @@ -33,7 +33,7 @@
|
| },
|
| {
|
| property : "position",
|
| - values : [10, 50, 80, 30, 60],
|
| + values : [10, "auto", 80, 30, 60],
|
| },
|
| {
|
| property : "line",
|
| @@ -64,7 +64,7 @@
|
| },
|
| {
|
| property : "position",
|
| - values : [50, 0, 60],
|
| + values : ["auto", 0, 60],
|
| },
|
| {
|
| property : "line",
|
| @@ -89,4 +89,4 @@
|
| <track src="captions-webvtt/tc018-align-text-line-position-bad.vtt" onload="trackLoaded()">
|
| </video>
|
| </body>
|
| -</html>
|
| +</html>
|
|
|