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

Unified Diff: LayoutTests/media/media-controller-media-fragment-uri-expected.txt

Issue 539103002: Seeking media fragment URI before loadeddata event (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@HAVE_NOTHING
Patch Set: Seeking media fragments if they have media controller 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/media-controller-media-fragment-uri-expected.txt
diff --git a/LayoutTests/media/media-controller-media-fragment-uri-expected.txt b/LayoutTests/media/media-controller-media-fragment-uri-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..a73e9b202aff4e94f421c50590cc8ebe6e699838
--- /dev/null
+++ b/LayoutTests/media/media-controller-media-fragment-uri-expected.txt
@@ -0,0 +1,12 @@
+Test currentTime of media controller when one of the element has initial start time greater than 0.
+
+
+RUN(controller = video.controller)
+EXPECTED (video.currentTime == '0') OK
+EXPECTED (video2.currentTime == '0') OK
+EXPECTED (video.currentTime == '2') OK
+EXPECTED (video2.currentTime == '2') OK
+EXPECTED (controller.currentTime == '2') OK
+EVENT(seeked)
+END OF TEST
+

Powered by Google App Engine
This is Rietveld 408576698