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

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: Drop questionmark. 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 b4163c27bd062baaad43652c7360f377c9154150..a7b6b172941dab4ee5b10e5dbb6d49b36cb29f70 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",
@@ -81,4 +81,4 @@
<track src="captions-webvtt/tc013-settings-bad-separation.vtt" onload="trackLoaded()">
</video>
</body>
-</html>
+</html>

Powered by Google App Engine
This is Rietveld 408576698