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-after-unload-expected.html

Issue 190333002: Reset media controls when load() is called (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: nits 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-after-unload.html ('k') | Source/core/html/HTMLMediaElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/media/controls-after-unload-expected.html
diff --git a/LayoutTests/media/controls-after-unload-expected.html b/LayoutTests/media/controls-after-unload-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..33e6ac902a4452c8896cb4cdbe532b624bb7de5a
--- /dev/null
+++ b/LayoutTests/media/controls-after-unload-expected.html
@@ -0,0 +1,9 @@
+<!doctype html>
+<html>
+ <head>
+ <title>controls after unload</title>
+ </head>
+ <body>
+ <video controls></video>
+ </body>
+</html>
« no previous file with comments | « LayoutTests/media/controls-after-unload.html ('k') | Source/core/html/HTMLMediaElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698