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

Unified Diff: third_party/WebKit/LayoutTests/media/controls/time-update-after-unload-expected.html

Issue 2499883002: Media Controls: handle 'timeupdate', 'play' and 'pause' via an EventListener. (Closed)
Patch Set: fix repaint test Created 4 years 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: third_party/WebKit/LayoutTests/media/controls/time-update-after-unload-expected.html
diff --git a/third_party/WebKit/LayoutTests/media/controls/time-update-after-unload-expected.html b/third_party/WebKit/LayoutTests/media/controls/time-update-after-unload-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..129769dbd31e7fec28b3b096809e2c43a46ab885
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/media/controls/time-update-after-unload-expected.html
@@ -0,0 +1,5 @@
+<!DOCTYPE html>
+<html>
+<title>This tests that the controls' current time is updated after media is unloaded</title>
+<video src="unknown.mp4" controls></video>
+</html>

Powered by Google App Engine
This is Rietveld 408576698