Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / media / track / vtt-cue-exceptions.html
index 3c92416..626ea46 100644 (file)
             shouldThrow("cue." + property + " = 101;");
         }
 
-        shouldThrow("cue.vertical = 'Invalid!';");
-
         cue.snapToLines = false;
         testPercentage("line");
 
         testPercentage("position");
         testPercentage("size");
-
-        shouldThrow("cue.align = 'Invalid!';");
     </script>
 </body>
 </html>