Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / media / video-currentTime-set2-expected.txt
blobe473fad85dada784741fee76b8140e367d3f2613
1 EVENT(canplaythrough)
2 TEST(video.currentTime = -Infinity) THROWS("TypeError: Failed to set the 'currentTime' property on 'HTMLMediaElement': The provided double value is non-finite.") OK
3 TEST(video.currentTime = Infinity) THROWS("TypeError: Failed to set the 'currentTime' property on 'HTMLMediaElement': The provided double value is non-finite.") OK
4 TEST(video.currentTime = NaN) THROWS("TypeError: Failed to set the 'currentTime' property on 'HTMLMediaElement': The provided double value is non-finite.") OK
5 EXPECTED (video.currentTime.toFixed(1) == '1.5') OK
6 EXPECTED (video.currentTime.toFixed(1) == '3.1') OK
7 END OF TEST