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

Unified Diff: LayoutTests/media/track/track-webvtt-tc016-align-positioning-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
Index: LayoutTests/media/track/track-webvtt-tc016-align-positioning-expected.txt
diff --git a/LayoutTests/media/track/track-webvtt-tc016-align-positioning-expected.txt b/LayoutTests/media/track/track-webvtt-tc016-align-positioning-expected.txt
index 4fbbf263ad49d43fad930e1bce981b73f4936f3c..2083fb371fc7705625985e23cf80c1de50ca0218 100644
--- a/LayoutTests/media/track/track-webvtt-tc016-align-positioning-expected.txt
+++ b/LayoutTests/media/track/track-webvtt-tc016-align-positioning-expected.txt
@@ -14,9 +14,9 @@ EXPECTED (cues[2].align == 'end') OK
EXPECTED (cues.length == '3') OK
EXPECTED (cues[0].position == '10') OK
EXPECTED (cues[0].align == 'middle') OK
-EXPECTED (cues[1].position == '50') OK
+EXPECTED (cues[1].position == 'auto') OK
EXPECTED (cues[1].align == 'middle') OK
-EXPECTED (cues[2].position == '50') OK
+EXPECTED (cues[2].position == 'auto') OK
EXPECTED (cues[2].align == 'middle') OK
END OF TEST

Powered by Google App Engine
This is Rietveld 408576698