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

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: renaming test and addressing comments 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..8b32816b2690f6a7e5c5a45516c98bc6b474402e
--- /dev/null
+++ b/LayoutTests/media/media-controller-media-fragment-uri-expected.txt
@@ -0,0 +1,9 @@
+
+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