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

Unified Diff: LayoutTests/media/track/track-webvtt-tc013-settings.html

Issue 850363005: VTTCue: Support 'auto' for line (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix Windows compilation. 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..f37cd7bcb759a904f7742f5aa809e0c5ccf7fab7 100644
--- a/LayoutTests/media/track/track-webvtt-tc013-settings.html
+++ b/LayoutTests/media/track/track-webvtt-tc013-settings.html
@@ -29,7 +29,7 @@
[
{
property : "line",
- values : [100, 15, -1, 95],
+ values : [100, 15, "auto", 95],
},
{
property : "position",
@@ -51,7 +51,7 @@
[
{
property : "line",
- values : [43, -1, -1, -1],
+ values : [43, "auto", "auto", "auto"],
},
{
property : "position",
@@ -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