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

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

Issue 219283004: Remove what remains of MediaControllerInterface (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: earliest possible position FIXME Created 6 years, 9 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
« no previous file with comments | « LayoutTests/media/controls-timeline-with-controller.html ('k') | Source/core/html/HTMLMediaElement.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
new file mode 100644
index 0000000000000000000000000000000000000000..a74e0788983f2dc5b4d933b9463d9346d617cfc0
--- /dev/null
+++ b/LayoutTests/media/controls-timeline-with-controller-expected.txt
@@ -0,0 +1,11 @@
+EVENT(loadedmetadata)
+EXPECTED (video.controller.currentTime == '0') OK
+EXPECTED (video.currentTime == '0') OK
+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
+EXPECTED (video.currentTime / video.duration > '0.4') OK
+EXPECTED (video.currentTime / video.duration < '0.6') OK
+EXPECTED (video.seeking == 'true') OK
+END OF TEST
+
« no previous file with comments | « LayoutTests/media/controls-timeline-with-controller.html ('k') | Source/core/html/HTMLMediaElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698