Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(196)

Unified Diff: LayoutTests/media/video-seek-no-src-exception-expected.txt

Issue 517593003: Allow HTMLMediaElement.currentTime to be set before the transition to HAVE_METADATA (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/media/video-seek-no-src-exception-expected.txt
diff --git a/LayoutTests/media/video-seek-no-src-exception-expected.txt b/LayoutTests/media/video-seek-no-src-exception-expected.txt
index 2f1a553370315d3150e464cf68f4082c950b85c7..031ef8667627acd189325cfd0304a2553f5de826 100644
--- a/LayoutTests/media/video-seek-no-src-exception-expected.txt
+++ b/LayoutTests/media/video-seek-no-src-exception-expected.txt
@@ -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: Failed to set the 'currentTime' property on 'HTMLMediaElement': The element's readyState is HAVE_NOTHING.) OK
+TEST(video.currentTime = 1.1) THROWS(DOMException.INVALID_STATE_ERR: Failed to set the 'currentTime' property on 'HTMLMediaElement': There is no media attached.) OK
END OF TEST

Powered by Google App Engine
This is Rietveld 408576698