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

Side by Side Diff: LayoutTests/fullscreen/video-specified-size.html

Issue 1278583004: Undo overlay fullscreen video background transparency (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove extraneous space Created 5 years, 4 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 unified diff | Download patch
OLDNEW
1 <body> 1 <body>
2 <video id="video" width="300" controls></video> 2 <video id="video" width="300" controls></video>
3 <script> 3 <script>
4 if (window.internals) 4 if (window.internals)
5 runPixelTests = internals.runtimeFlags.overlayFullscreenVideoEnabled ; 5 runPixelTests = internals.runtimeFlags.overlayFullscreenVideoEnabled || internals.runtimeFlags.forceOverlayFullscreenVideoEnabled;
6 </script> 6 </script>
7 <script src="full-screen-test.js"></script> 7 <script src="full-screen-test.js"></script>
8 <script src=../media/media-file.js></script> 8 <script src=../media/media-file.js></script>
9 <script> 9 <script>
10 setSrcById("video", findMediaFile("video", "../media/content/test")); 10 setSrcById("video", findMediaFile("video", "../media/content/test"));
11 var video = document.getElementById('video'); 11 var video = document.getElementById('video');
12 waitForEventTestAndEnd(document, 'webkitfullscreenchange', "video.client Width==document.body.clientWidth"); 12 waitForEventTestAndEnd(document, 'webkitfullscreenchange', "video.client Width==document.body.clientWidth");
13 runWithKeyDown(function(){video.webkitRequestFullScreen()}); 13 runWithKeyDown(function(){video.webkitRequestFullScreen()});
14 </script> 14 </script>
15 </body> 15 </body>
OLDNEW
« no previous file with comments | « LayoutTests/fullscreen/video-fail-to-enter-full-screen.html ('k') | Source/web/FullscreenController.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698