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

Unified Diff: LayoutTests/media/track/opera/track/webvtt/parsing/001.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/opera/track/webvtt/parsing/001.html
diff --git a/LayoutTests/media/track/opera/track/webvtt/parsing/001.html b/LayoutTests/media/track/opera/track/webvtt/parsing/001.html
index 2bd8b7cefed50529188dec79ffcb99ba6473b36f..e8dd733e0e41698f4a5d038b86f2f1a7c795cf96 100644
--- a/LayoutTests/media/track/opera/track/webvtt/parsing/001.html
+++ b/LayoutTests/media/track/opera/track/webvtt/parsing/001.html
@@ -15,7 +15,7 @@ var cueDefaults = {
//"vertical":"", (not supported)
"snapToLines":true,
"line":-1,
-"position":50,
+"position":"auto",
"size":100,
"align":"middle"
}
@@ -93,4 +93,4 @@ function removeElm(elm) {
document.body.removeChild(elm);
}
-</script>
+</script>

Powered by Google App Engine
This is Rietveld 408576698