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

Unified Diff: LayoutTests/media/track/track-add-remove-cue.html

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-add-remove-cue.html
diff --git a/LayoutTests/media/track/track-add-remove-cue.html b/LayoutTests/media/track/track-add-remove-cue.html
index 82e5b7fe63a7aed112a3683327dcff4c5c3eef6d..a9c7536784f6b59d83557b7965606c8561301d12 100644
--- a/LayoutTests/media/track/track-add-remove-cue.html
+++ b/LayoutTests/media/track/track-add-remove-cue.html
@@ -32,7 +32,7 @@
testExpected("textCue.vertical", "");
testExpected("textCue.snapToLines", true);
testExpected("textCue.line", "auto");
- testExpected("textCue.position", 50);
+ testExpected("textCue.position", "auto");
testExpected("textCue.size", 100);
testExpected("textCue.align", "middle");
@@ -60,7 +60,7 @@
testExpected("newCue.vertical", "");
testExpected("newCue.snapToLines", true);
testExpected("newCue.line", "auto");
- testExpected("newCue.position", 50);
+ testExpected("newCue.position", "auto");
testExpected("newCue.size", 100);
testExpected("newCue.align", "middle");
« no previous file with comments | « LayoutTests/media/track/opera/track/webvtt/parsing/001.html ('k') | LayoutTests/media/track/track-add-remove-cue-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698