Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / media / video-seek-no-src-exception-expected.txt
index 2194c3a..2f1a553 100644 (file)
@@ -2,6 +2,6 @@ Test that seeking video with no 'src' attribute throws an INVALID_STATE_ERR exce
 
 EXPECTED (video.networkState == '0') OK
 EXPECTED (video.readyState == '0') OK
-TEST(video.currentTime = 1.1) THROWS(DOMException.INVALID_STATE_ERR: An attempt was made to use an object that is not, or is no longer, usable.) OK
+TEST(video.currentTime = 1.1) THROWS(DOMException.INVALID_STATE_ERR: Failed to set the 'currentTime' property on 'HTMLMediaElement': The element's readyState is HAVE_NOTHING.) OK
 END OF TEST