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

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

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-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

Powered by Google App Engine
This is Rietveld 408576698