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

Unified Diff: LayoutTests/media/track/opera/interfaces/TextTrackCue/vertical.html

Issue 59153008: Minor adjustment to WebVTT tests (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 1 month 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/interfaces/TextTrackCue/vertical.html
diff --git a/LayoutTests/media/track/opera/interfaces/TextTrackCue/vertical.html b/LayoutTests/media/track/opera/interfaces/TextTrackCue/vertical.html
index ce5d1a63312faa57d15a27d5b439d75dc17894c1..87380e37bf1702ee9efb837263747c7a68301148 100755
--- a/LayoutTests/media/track/opera/interfaces/TextTrackCue/vertical.html
+++ b/LayoutTests/media/track/opera/interfaces/TextTrackCue/vertical.html
@@ -43,7 +43,7 @@ t_parsed.step(function(){
assert_equals(c3.vertical, 'lr');
this.done();
});
- t.src = 'data:text/vtt,'+encodeURIComponent('WEBVTT\n\n00:00:00.000 --> 00:00:00.001\ntest'+
+ t.src = 'data:text/vtt,'+encodeURIComponent('WEBVTT\n\n00:00:00.000 --> 00:00:00.001\ntest\n'+
'00:00:00.000 --> 00:00:00.001 vertical:rl\ntest\n\n'+
'00:00:00.000 --> 00:00:00.001 vertical:lr\ntest');
t.track.mode = 'showing';

Powered by Google App Engine
This is Rietveld 408576698