| Index: LayoutTests/media/track/track-cue-container-rendering-position-expected.txt
|
| diff --git a/LayoutTests/media/track/track-cue-container-rendering-position-expected.txt b/LayoutTests/media/track/track-cue-container-rendering-position-expected.txt
|
| index 380e0beaa1923e7ad7a1774ad2d652b7662b0342..fd223d1861161edcd329d3d082d088fe83cbc9a6 100644
|
| --- a/LayoutTests/media/track/track-cue-container-rendering-position-expected.txt
|
| +++ b/LayoutTests/media/track/track-cue-container-rendering-position-expected.txt
|
| @@ -1,6 +1,6 @@
|
| -The top of the text track container should be in the bottom 25% of the video element.
|
| +The top of the text track container should be in the bottom 35% of the video element.
|
| EVENT(canplaythrough)
|
|
|
| -EXPECTED (cueDisplayElement.offsetTop > (video.videoHeight * .75) == 'true') OK
|
| +EXPECTED (cueDisplayElement.offsetTop > (video.videoHeight * .65) == 'true') OK
|
| END OF TEST
|
|
|
|
|