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

Unified Diff: LayoutTests/media/controls-timeline-with-controller-expected.txt

Issue 1267953003: Re-Relanding 'Always notify the WebMediaPlayer of any seek' patch (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: copy seek-to-currentTime.html from web-platform-tests Created 5 years, 4 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/controls-timeline-with-controller-expected.txt
diff --git a/LayoutTests/media/controls-timeline-with-controller-expected.txt b/LayoutTests/media/controls-timeline-with-controller-expected.txt
index a74e0788983f2dc5b4d933b9463d9346d617cfc0..434d3707f029dde0a88f1ca5f1168e4f0bed7d32 100644
--- a/LayoutTests/media/controls-timeline-with-controller-expected.txt
+++ b/LayoutTests/media/controls-timeline-with-controller-expected.txt
@@ -1,6 +1,7 @@
EVENT(loadedmetadata)
EXPECTED (video.controller.currentTime == '0') OK
EXPECTED (video.currentTime == '0') OK
+EVENT(seeked)
EXPECTED (video.seeking == 'false') OK
EXPECTED (video.controller.currentTime / video.controller.duration > '0.4') OK
EXPECTED (video.controller.currentTime / video.controller.duration < '0.6') OK

Powered by Google App Engine
This is Rietveld 408576698