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

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

Issue 11875012: Merge 138902 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1364/
Patch Set: Created 7 years, 11 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 <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 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
« no previous file with comments | « LayoutTests/ChangeLog ('k') | LayoutTests/media/video-controls-visible-exiting-fullscreen-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698