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

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

Issue 254833003: Sync VTTCue.align/vertical with spec (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: update tests Created 6 years, 8 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/interfaces/VTTCue/vertical.html
diff --git a/LayoutTests/media/track/opera/interfaces/VTTCue/vertical.html b/LayoutTests/media/track/opera/interfaces/VTTCue/vertical.html
index c39824a562fd0f6444ef474376e798bb4b6ec586..6ac7997f4d3bb59149b3f1a14fb3f708b22de9d4 100644
--- a/LayoutTests/media/track/opera/interfaces/VTTCue/vertical.html
+++ b/LayoutTests/media/track/opera/interfaces/VTTCue/vertical.html
@@ -26,9 +26,8 @@ test(function(){
assert_equals(c1.vertical, 'rl');
c1.vertical = 'lr';
assert_equals(c1.vertical, 'lr');
- assert_throws('SYNTAX_ERR', function() {
- c1.vertical = 'rl\u0000';
- });
+ c1.vertical = 'rl\u0000';
+ assert_equals(c1.vertical, 'lr');
}, document.title+', script-created cue');
var t_parsed = async_test(document.title+', parsed cue');
« no previous file with comments | « LayoutTests/media/track/opera/interfaces/VTTCue/align.html ('k') | LayoutTests/media/track/track-cue-mutable.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698