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

Unified Diff: third_party/WebKit/LayoutTests/media/controls-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-after-unload-expected.html
diff --git a/third_party/WebKit/LayoutTests/media/controls-after-unload-expected.html b/third_party/WebKit/LayoutTests/media/controls-after-unload-expected.html
deleted file mode 100644
index b23f7d726654f0c3daa3354d50a4ca19ab35f231..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/media/controls-after-unload-expected.html
+++ /dev/null
@@ -1,9 +0,0 @@
-<!doctype html>
-<html>
- <head>
- <title>controls after unload</title>
- </head>
- <body>
- <video src="foo.mp4" controls></video>
- </body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698