Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1064)

Unified Diff: LayoutTests/media/track/track-cue-container-rendering-position.html

Issue 1156993013: New media playback UI. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: manual rebaseline. Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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');

Powered by Google App Engine
This is Rietveld 408576698