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

Unified Diff: LayoutTests/media/track/opera/interfaces/VTTCue/align.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
« no previous file with comments | « no previous file | LayoutTests/media/track/opera/interfaces/VTTCue/vertical.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/media/track/opera/interfaces/VTTCue/align.html
diff --git a/LayoutTests/media/track/opera/interfaces/VTTCue/align.html b/LayoutTests/media/track/opera/interfaces/VTTCue/align.html
index b903ac3430e534d0337d9388458b6488c18dba40..50649b428baaad18ffccaa65495b0955c2b177e8 100644
--- a/LayoutTests/media/track/opera/interfaces/VTTCue/align.html
+++ b/LayoutTests/media/track/opera/interfaces/VTTCue/align.html
@@ -21,9 +21,8 @@ test(function(){
assert_equals(c1.align, 'start');
c1.align = 'end';
assert_equals(c1.align, 'end');
- assert_throws('SYNTAX_ERR', function() {
- c1.align = 'start\u0000';
- });
+ c1.align = 'start\u0000';
+ assert_equals(c1.align, 'end');
}, document.title+', script-created cue');
var t_parsed = async_test(document.title+', parsed cue');
« no previous file with comments | « no previous file | LayoutTests/media/track/opera/interfaces/VTTCue/vertical.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698