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

Unified Diff: LayoutTests/media/track/track-webvtt-tc013-settings.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-webvtt-tc013-settings.html
diff --git a/LayoutTests/media/track/track-webvtt-tc013-settings.html b/LayoutTests/media/track/track-webvtt-tc013-settings.html
index f37cd7bcb759a904f7742f5aa809e0c5ccf7fab7..e8c4e3d5e8eb082f6630daa58d3dc483c7aa257c 100644
--- a/LayoutTests/media/track/track-webvtt-tc013-settings.html
+++ b/LayoutTests/media/track/track-webvtt-tc013-settings.html
@@ -33,7 +33,7 @@
},
{
property : "position",
- values : [50, 40, 10, 50],
+ values : ["auto", 40, 10, "auto"],
},
{
property : "align",
@@ -55,7 +55,7 @@
},
{
property : "position",
- values : [10, 50, 50, 90],
+ values : [10, 50, "auto", 90],
},
{
property : "align",

Powered by Google App Engine
This is Rietveld 408576698