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

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, 3 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
deleted file mode 100644
index 2f1a553370315d3150e464cf68f4082c950b85c7..0000000000000000000000000000000000000000
--- a/LayoutTests/media/video-seek-no-src-exception-expected.txt
+++ /dev/null
@@ -1,7 +0,0 @@
-Test that seeking video with no 'src' attribute throws an INVALID_STATE_ERR exception.
-
-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
-END OF TEST
-
« no previous file with comments | « LayoutTests/media/video-seek-no-src-exception.html ('k') | LayoutTests/media/video-seek-no-src-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698