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

Unified Diff: LayoutTests/media/track/track-webvtt-tc018-align-text-line-position.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-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 594e6ee8890594feeaf00f6562acf9ebbbbbabaf..57c6402613ae739bbdae6b99a6db8bb5e74cad34 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
@@ -68,7 +68,7 @@
},
{
property : "line",
- values : [-1, -1, -3],
+ values : ["auto", "auto", -3],
},
{
property : "snapToLines",
@@ -89,4 +89,4 @@
<track src="captions-webvtt/tc018-align-text-line-position-bad.vtt" onload="trackLoaded()">
</video>
</body>
-</html>
+</html>

Powered by Google App Engine
This is Rietveld 408576698