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

Side by Side Diff: LayoutTests/fullscreen/full-screen-remove-ancestor-during-transition.html

Issue 8018005: Merge 95059 - Source/WebCore: Fix crash when an iframe element is removed during a transition to (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/874/
Patch Set: Created 9 years, 3 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-remove-ancestor-during-transition-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <script src="../fast/js/resources/js-test-pre.js"></script> 1 <script src="../fast/js/resources/js-test-pre.js"></script>
2 <script> 2 <script>
3 if (window.layoutTestController) { 3 if (window.layoutTestController) {
4 layoutTestController.dumpAsText(); 4 layoutTestController.dumpAsText();
5 layoutTestController.waitUntilDone(); 5 layoutTestController.waitUntilDone();
6 } 6 }
7 7
8 function runWithKeyDown(fn) 8 function runWithKeyDown(fn)
9 { 9 {
10 document.addEventListener('mousedown', function() { fn(); }, false); 10 document.addEventListener('mousedown', function() { fn(); }, false);
(...skipping 23 matching lines...) Expand all
34 } 34 }
35 }, 0); 35 }, 0);
36 }, 0); 36 }, 0);
37 element.webkitRequestFullScreen(); 37 element.webkitRequestFullScreen();
38 } 38 }
39 </script> 39 </script>
40 <body onload="init()"> 40 <body onload="init()">
41 <iframe webkitallowfullscreen src="resources/inner.html" id="block1"></ifram e> 41 <iframe webkitallowfullscreen src="resources/inner.html" id="block1"></ifram e>
42 PASS 42 PASS
43 </body> 43 </body>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fullscreen/full-screen-remove-ancestor-during-transition-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698