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

Unified Diff: LayoutTests/media/track/track-webvtt-tc021-valign-expected.txt

Issue 851933003: WebVTT: Support 'auto' text position (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix test nits. Created 5 years, 11 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
« no previous file with comments | « LayoutTests/media/track/track-webvtt-tc021-valign.html ('k') | Source/core/html/track/vtt/VTTCue.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/media/track/track-webvtt-tc021-valign-expected.txt
diff --git a/LayoutTests/media/track/track-webvtt-tc021-valign-expected.txt b/LayoutTests/media/track/track-webvtt-tc021-valign-expected.txt
index 54717b1d8888afcd03005467b3cb081139e24527..496b1a1da5949b48aaa741104227e1e3175ae350 100644
--- a/LayoutTests/media/track/track-webvtt-tc021-valign-expected.txt
+++ b/LayoutTests/media/track/track-webvtt-tc021-valign-expected.txt
@@ -5,10 +5,10 @@ Tests cue vertical alignment (direction) from settings.
EXPECTED (cues.length == '3') OK
EXPECTED (cues[0].vertical == 'rl') OK
EXPECTED (cues[0].align == 'middle') OK
-EXPECTED (cues[0].position == '50') OK
+EXPECTED (cues[0].position == 'auto') OK
EXPECTED (cues[1].vertical == 'lr') OK
EXPECTED (cues[1].align == 'middle') OK
-EXPECTED (cues[1].position == '50') OK
+EXPECTED (cues[1].position == 'auto') OK
EXPECTED (cues[2].vertical == 'rl') OK
EXPECTED (cues[2].align == 'start') OK
EXPECTED (cues[2].position == '0') OK
@@ -17,10 +17,10 @@ EXPECTED (cues[2].position == '0') OK
EXPECTED (cues.length == '3') OK
EXPECTED (cues[0].vertical == 'rl') OK
EXPECTED (cues[0].align == 'middle') OK
-EXPECTED (cues[0].position == '50') OK
+EXPECTED (cues[0].position == 'auto') OK
EXPECTED (cues[1].vertical == 'lr') OK
EXPECTED (cues[1].align == 'middle') OK
-EXPECTED (cues[1].position == '50') OK
+EXPECTED (cues[1].position == 'auto') OK
EXPECTED (cues[2].vertical == 'rl') OK
EXPECTED (cues[2].align == 'start') OK
EXPECTED (cues[2].position == '0') OK
« no previous file with comments | « LayoutTests/media/track/track-webvtt-tc021-valign.html ('k') | Source/core/html/track/vtt/VTTCue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698