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> |