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

Unified Diff: LayoutTests/media/track/track-webvtt-tc015-positioning.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-tc015-positioning.html
diff --git a/LayoutTests/media/track/track-webvtt-tc015-positioning.html b/LayoutTests/media/track/track-webvtt-tc015-positioning.html
index 21621fdc16e10b536e6482baedaefc1c7aa52c7f..2e19eb54b1bd0e534ecae4cb44f6b0d38a8e2e2d 100644
--- a/LayoutTests/media/track/track-webvtt-tc015-positioning.html
+++ b/LayoutTests/media/track/track-webvtt-tc015-positioning.html
@@ -29,7 +29,7 @@
[
{
property : "position",
- values : [0, 50, 50, 100],
+ values : [0, 50, "auto", 100],
},
],
};
@@ -48,7 +48,7 @@
[
{
property : "position",
- values : [50, 50, 50, 50, 50, 50, 50, 50],
+ values : ["auto", "auto", "auto", "auto", "auto", "auto", "auto", "auto"],
},
],
};
@@ -66,4 +66,4 @@
<track src="captions-webvtt/tc015-positioning-bad.vtt" onload="trackLoaded()">
</video>
</body>
-</html>
+</html>

Powered by Google App Engine
This is Rietveld 408576698