Upstream version 7.35.139.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / media / video-currentTime-set2-expected.txt
index 4fc3555..331c08a 100644 (file)
@@ -1,4 +1,7 @@
 EVENT(canplaythrough)
+TEST(video.currentTime = -Infinity) THROWS("TypeError: Failed to set the 'currentTime' property on 'HTMLMediaElement': The value provided is infinite.") OK
+TEST(video.currentTime = Infinity) THROWS("TypeError: Failed to set the 'currentTime' property on 'HTMLMediaElement': The value provided is infinite.") OK
+TEST(video.currentTime = NaN) THROWS("TypeError: Failed to set the 'currentTime' property on 'HTMLMediaElement': The value provided is not a number.") OK
 EXPECTED (video.currentTime.toFixed(1) == '1.5') OK
 EXPECTED (video.currentTime.toFixed(1) == '3.1') OK
 END OF TEST