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

Unified Diff: LayoutTests/media/track/track-webvtt-tc018-align-text-line-position.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-tc018-align-text-line-position.html
diff --git a/LayoutTests/media/track/track-webvtt-tc018-align-text-line-position.html b/LayoutTests/media/track/track-webvtt-tc018-align-text-line-position.html
index 57c6402613ae739bbdae6b99a6db8bb5e74cad34..59032dc046c117bae136542ed224cc5e13a5e0fd 100644
--- a/LayoutTests/media/track/track-webvtt-tc018-align-text-line-position.html
+++ b/LayoutTests/media/track/track-webvtt-tc018-align-text-line-position.html
@@ -33,7 +33,7 @@
},
{
property : "position",
- values : [10, 50, 80, 30, 60],
+ values : [10, "auto", 80, 30, 60],
},
{
property : "line",
@@ -64,7 +64,7 @@
},
{
property : "position",
- values : [50, 0, 60],
+ values : ["auto", 0, 60],
},
{
property : "line",

Powered by Google App Engine
This is Rietveld 408576698