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

Unified Diff: LayoutTests/media/track/vtt-cue-exceptions.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/vtt-cue-exceptions.html
diff --git a/LayoutTests/media/track/vtt-cue-exceptions.html b/LayoutTests/media/track/vtt-cue-exceptions.html
index 3c92416686f69554a1da38e051fd22bdcc6767e4..626ea46138feff92c0eb73f143933a9fdf07b698 100644
--- a/LayoutTests/media/track/vtt-cue-exceptions.html
+++ b/LayoutTests/media/track/vtt-cue-exceptions.html
@@ -14,15 +14,11 @@
shouldThrow("cue." + property + " = 101;");
}
- shouldThrow("cue.vertical = 'Invalid!';");
-
cue.snapToLines = false;
testPercentage("line");
testPercentage("position");
testPercentage("size");
-
- shouldThrow("cue.align = 'Invalid!';");
</script>
</body>
</html>
« no previous file with comments | « LayoutTests/media/track/track-cue-mutable-expected.txt ('k') | LayoutTests/media/track/vtt-cue-exceptions-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698