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

Side by Side Diff: LayoutTests/media/video-controls-visible-exiting-fullscreen.html

Issue 191273002: Revert "Remove the HTMLVideoElement-specific prefixed fullscreen API" (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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <title>Test rendering of video control after exiting fullscreen</title> 3 <title>Test rendering of video control after exiting fullscreen</title>
4 <script src=media-file.js></script> 4 <script src=media-file.js></script>
5 <script src=media-controls.js></script> 5 <script src=media-controls.js></script>
6 <script src=video-test.js></script> 6 <script src=video-test.js></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 panel; 9 var panel;
10 var playButtonCoordinates; 10 var playButtonCoordinates;
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 failTest("Media control is not opaque."); 62 failTest("Media control is not opaque.");
63 else 63 else
64 endTest(); 64 endTest();
65 } 65 }
66 count++; 66 count++;
67 } 67 }
68 68
69 function continueTest() 69 function continueTest()
70 { 70 {
71 consoleWrite(""); 71 consoleWrite("");
72 run("document.webkitExitFullscreen()"); 72 run("video.webkitExitFullScreen()");
73 } 73 }
74 74
75 </script> 75 </script>
76 </head> 76 </head>
77 <body onload="init()"> 77 <body onload="init()">
78 Tests that video controls are shwon after exiting fullscreen<br> 78 Tests that video controls are shwon after exiting fullscreen<br>
79 <video controls></video> 79 <video controls></video>
80 </body> 80 </body>
81 </html> 81 </html>
82 82
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698