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

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

Issue 1226063007: Enable new media playback UI. Base URL: https://chromium.googlesource.com/chromium/blink.git@newux3
Patch Set: 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..03ad6839f10bea63a554a6afffb38cb9fd2cd273 100644
--- a/LayoutTests/media/track/track-cue-container-rendering-position.html
+++ b/LayoutTests/media/track/track-cue-container-rendering-position.html
@@ -21,13 +21,13 @@
consoleWrite("");
cueDisplayElement = textTrackDisplayElement(video, 'display', 0);
document.body.offsetTop; // Force layout.
- testExpected("cueDisplayElement.offsetTop > (video.videoHeight * .75)", true);
liberato (no reviews please) 2015/07/14 22:18:57 this is changed because the bar is higher.
+ 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');
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/media/track/track-cue-container-rendering-position-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698