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

Side by Side Diff: LayoutTests/fullscreen/anonymous-block-merge-crash.html

Issue 8479023: Merge 98935 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/874/
Patch Set: Created 9 years, 1 month 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/anonymous-block-merge-crash-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 <span><object><div>PASS</div></span> 1 <span><object><div>PASS</div></span>
2 <script src="full-screen-test.js"></script> 2 <script src="full-screen-test.js"></script>
3 <script> 3 <script>
4 if (Element.prototype.webkitRequestFullScreen == undefined) { 4 if (Element.prototype.webkitRequestFullScreen == undefined) {
5 } else { 5 } else {
6 var span = document.getElementsByTagName('span')[0]; 6 var span = document.getElementsByTagName('span')[0];
7 7
8 document.onwebkitfullscreenchange = function(event) { 8 document.onwebkitfullscreenchange = function(event) {
9 document.body.appendChild(document.createElement('div')); 9 document.body.appendChild(document.createElement('div'));
10 document.webkitCancelFullScreen(); 10 document.webkitCancelFullScreen();
11 layoutTestController.notifyDone(); 11 layoutTestController.notifyDone();
12 }; 12 };
13 13
14 runWithKeyDown(function(){span.webkitRequestFullScreen()}); 14 runWithKeyDown(function(){span.webkitRequestFullScreen()});
15 } 15 }
16 </script> 16 </script>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fullscreen/anonymous-block-merge-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698