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

Unified Diff: LayoutTests/media/video-controls-fullscreen-with-controller.html

Issue 217163004: Remove the fullScreenEnabled setting (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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
Index: LayoutTests/media/video-controls-fullscreen-with-controller.html
diff --git a/LayoutTests/media/video-controls-fullscreen-with-controller.html b/LayoutTests/media/video-controls-fullscreen-with-controller.html
index 60443f2e9faa8f650121991abf31ddaeeaa7a563..59af04bab9dd7b32a3b08193ce2da085d0925b6d 100644
--- a/LayoutTests/media/video-controls-fullscreen-with-controller.html
+++ b/LayoutTests/media/video-controls-fullscreen-with-controller.html
@@ -10,6 +10,6 @@
</head>
<body>
<div id="log"></div>
- <script>fullscreen_test(new MediaController(), true);</script>
+ <script>fullscreen_test(new MediaController());</script>
</body>
</html>
« no previous file with comments | « LayoutTests/media/video-controls-fullscreen-disabled-expected.txt ('k') | Source/core/dom/FullscreenElementStack.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698