Upstream version 7.35.139.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / media / media-controller-playback-expected.txt
index 6885e23..1a579a8 100644 (file)
@@ -1,6 +1,9 @@
  
 RUN(controller = video.controller)
 EVENT(canplaythrough)
+TEST(controller.currentTime = -Infinity) THROWS("TypeError: Failed to set the 'currentTime' property on 'MediaController': The value provided is infinite.") OK
+TEST(controller.currentTime = Infinity) THROWS("TypeError: Failed to set the 'currentTime' property on 'MediaController': The value provided is infinite.") OK
+TEST(controller.currentTime = NaN) THROWS("TypeError: Failed to set the 'currentTime' property on 'MediaController': The value provided is not a number.") OK
 RUN(controller.play())
 EVENT(playing)
 EXPECTED (controller.paused == 'false') OK