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

Side by Side Diff: LayoutTests/fullscreen/full-screen-render-inline.html

Issue 8218021: Merge 97088 - Exiting fullscreen shouldn't crash if the element that was fullscreened had associa... (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/874/
Patch Set: Created 9 years, 2 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
« no previous file with comments | « no previous file | LayoutTests/fullscreen/full-screen-render-inline-expected.png » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <style> 1 <style>
2 body { 2 body {
3 font-family: ahem; 3 font-family: ahem;
4 -webkit-font-smoothing: none; 4 -webkit-font-smoothing: none;
5 } 5 }
6 </style> 6 </style>
7 <summary>a<span>b<div>c</div>d</span>e</summary> 7 <summary>a<span>b<div>c</div>d</span>e</summary>
8 <script> 8 <script>
9 if ("webkitRequestFullScreen" in Element.prototype) { 9 if ("webkitRequestFullScreen" in Element.prototype) {
10 if (window.layoutTestController) 10 if (window.layoutTestController)
(...skipping 14 matching lines...) Expand all
25 25
26 document.addEventListener('webkitfullscreenchange', fullscreenChangeEven t); 26 document.addEventListener('webkitfullscreenchange', fullscreenChangeEven t);
27 27
28 document.addEventListener('keydown', function () { 28 document.addEventListener('keydown', function () {
29 span.webkitRequestFullScreen(); 29 span.webkitRequestFullScreen();
30 }); 30 });
31 if (window.eventSender) 31 if (window.eventSender)
32 eventSender.keyDown('a'); 32 eventSender.keyDown('a');
33 } 33 }
34 </script> 34 </script>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fullscreen/full-screen-render-inline-expected.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698