Index: LayoutTests/media/track/track-cue-container-rendering-position.html |
diff --git a/LayoutTests/media/track/track-cue-container-rendering-position.html b/LayoutTests/media/track/track-cue-container-rendering-position.html |
index 30c02df8b71e307f58f18907aecb2de8bf8f3ce5..48f92d6308dd8d37967a9311612fc0486c9c7b00 100644 |
--- a/LayoutTests/media/track/track-cue-container-rendering-position.html |
+++ b/LayoutTests/media/track/track-cue-container-rendering-position.html |
@@ -19,15 +19,16 @@ |
} |
consoleWrite(""); |
+ |
cueDisplayElement = textTrackDisplayElement(video, 'display', 0); |
document.body.offsetTop; // Force layout. |
- testExpected("cueDisplayElement.offsetTop > (video.videoHeight * .75)", true); |
+ testExpected("cueDisplayElement.offsetTop > (video.videoHeight * .65)", true); |
endTest(); |
} |
function loaded() |
{ |
- consoleWrite("The top of the text track container should be in the bottom 25% of the video element."); |
+ consoleWrite("The top of the text track container should be in the bottom 35% of the video element."); |
findMediaElement(); |
video.src = findMediaFile('video', '../content/test'); |