| Index: LayoutTests/media/track/track-add-remove-cue.html
|
| diff --git a/LayoutTests/media/track/track-add-remove-cue.html b/LayoutTests/media/track/track-add-remove-cue.html
|
| index a60de24937c95802d0ec79ba1a3854803cba8f66..9526c0dc4eee4fe7e58b52437e28ec9da80186c3 100644
|
| --- a/LayoutTests/media/track/track-add-remove-cue.html
|
| +++ b/LayoutTests/media/track/track-add-remove-cue.html
|
| @@ -32,7 +32,7 @@
|
| testExpected("textCue.vertical", "");
|
| testExpected("textCue.snapToLines", true);
|
| testExpected("textCue.line", -1);
|
| - testExpected("textCue.position", 50);
|
| + testExpected("textCue.position", "auto");
|
| testExpected("textCue.size", 100);
|
| testExpected("textCue.align", "middle");
|
|
|
| @@ -60,7 +60,7 @@
|
| testExpected("newCue.vertical", "");
|
| testExpected("newCue.snapToLines", true);
|
| testExpected("newCue.line", -1);
|
| - testExpected("newCue.position", 50);
|
| + testExpected("newCue.position", "auto");
|
| testExpected("newCue.size", 100);
|
| testExpected("newCue.align", "middle");
|
|
|
|
|