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

Unified Diff: LayoutTests/media/video-currentTime-before-have-metadata-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-currentTime-before-have-metadata-expected.txt
diff --git a/LayoutTests/media/video-currentTime-before-have-metadata-expected.txt b/LayoutTests/media/video-currentTime-before-have-metadata-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..32ee4e3e12c159477bebbb87ed5480e77ff3c82c
--- /dev/null
+++ b/LayoutTests/media/video-currentTime-before-have-metadata-expected.txt
@@ -0,0 +1,10 @@
+Test currentTime values when setting while HAVE_NOTHING.
+
+
+EXPECTED (video.currentTime == '0') OK
+EXPECTED (video.currentTime == '1') OK
+EVENT(loadedmetadata)
+EXPECTED (video.currentTime == '1') OK
+EVENT(seeked)
+END OF TEST
+
« no previous file with comments | « LayoutTests/media/video-currentTime-before-have-metadata.html ('k') | LayoutTests/media/video-seek-no-src.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698