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

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

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.html
diff --git a/LayoutTests/media/video-seek-no-src-exception.html b/LayoutTests/media/video-seek-no-src-exception.html
deleted file mode 100644
index 4eccf912728c247296c09c31fdc2788ef9d4ede3..0000000000000000000000000000000000000000
--- a/LayoutTests/media/video-seek-no-src-exception.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<html>
-<body>
-
- <video loop controls></video>
-
- <p>Test that seeking video with no 'src' attribute throws an INVALID_STATE_ERR exception.</p>
-
- <script src=video-test.js></script>
- <script>
- testExpected("video.networkState", HTMLMediaElement.NETWORK_EMPTY);
- testExpected("video.readyState", HTMLMediaElement.HAVE_NOTHING);
- testDOMException("video.currentTime = 1.1", "DOMException.INVALID_STATE_ERR");
- setTimeout(endTest, 200)
- </script>
-
-</body>
-</html>
« no previous file with comments | « LayoutTests/media/video-seek-no-src.html ('k') | LayoutTests/media/video-seek-no-src-exception-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698