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

Side by Side Diff: LayoutTests/virtual/android/fullscreen/video-webkit-transform-expected.html

Issue 227493007: Merge 170810 "Fix an issue that webkit-transform might impact fu..." (Closed) Base URL: svn://svn.chromium.org/blink/branches/chromium/1916/
Patch Set: Created 6 years, 8 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 | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <video id="video" allowfullscreen></video> 2 <video id="video" allowfullscreen></video>
3 <script> 3 <script>
4 if (window.internals) 4 if (window.internals)
5 runPixelTests = true; 5 runPixelTests = true;
6 </script> 6 </script>
7 <script src="../../../fullscreen/full-screen-test.js"></script> 7 <script src="../../../fullscreen/full-screen-test.js"></script>
8 <script> 8 <script>
9 var video = document.getElementById('video'); 9 var video = document.getElementById('video');
10 10
11 waitForEvent(document, 'webkitfullscreenchange', function() 11 waitForEvent(document, 'webkitfullscreenchange', function()
12 { 12 {
13 endTest(); 13 endTest();
14 }); 14 });
15 15
16 runWithKeyDown(function() 16 runWithKeyDown(function()
17 { 17 {
18 video.webkitRequestFullScreen(); 18 video.webkitRequestFullScreen();
19 }); 19 });
20 </script> 20 </script>
21 21
OLDNEW
« no previous file with comments | « LayoutTests/fullscreen/video-webkit-transform-expected.html ('k') | Source/core/css/fullscreen.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698