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

Unified Diff: LayoutTests/media/track/opera/track/webvtt/parsing/001.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/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..f003b42fe74e6bec60120791833088850c4f87a2 100644
--- a/LayoutTests/media/track/opera/track/webvtt/parsing/001.html
+++ b/LayoutTests/media/track/opera/track/webvtt/parsing/001.html
@@ -14,7 +14,7 @@ var cueDefaults = {
"pauseOnExit":false,
//"vertical":"", (not supported)
"snapToLines":true,
-"line":-1,
+"line":"auto",
"position":50,
"size":100,
"align":"middle"
@@ -93,4 +93,4 @@ function removeElm(elm) {
document.body.removeChild(elm);
}
-</script>
+</script>
« no previous file with comments | « LayoutTests/media/track/opera/interfaces/VTTCue/line-expected.txt ('k') | LayoutTests/media/track/track-add-remove-cue.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698