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

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

Issue 10575040: Merge 120737 - Crash in RenderInline::willBeDestroyed. (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1180/
Patch Set: Created 8 years, 6 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/empty-anonymous-block-continuation-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 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <body> 3 <body>
4 WebKit Bug 89386 - Crash in RenderInline::willBeDestroyed.<br /> 4 WebKit Bug 89386 - Crash in RenderInline::willBeDestroyed.<br />
5 Test passes if it does not crash. 5 Test passes if it does not crash.
6 <summary> 6 <summary>
7 <i> 7 <i>
8 <span id="test"> 8 <span id="test">
9 <div></div> 9 <div></div>
10 </span> 10 </span>
(...skipping 13 matching lines...) Expand all
24 document.addEventListener('webkitfullscreenchange', fullscreenChangeEven t); 24 document.addEventListener('webkitfullscreenchange', fullscreenChangeEven t);
25 document.addEventListener('keydown', function () { 25 document.addEventListener('keydown', function () {
26 span.webkitRequestFullScreen(); 26 span.webkitRequestFullScreen();
27 }); 27 });
28 28
29 eventSender.keyDown('a'); 29 eventSender.keyDown('a');
30 } 30 }
31 </script> 31 </script>
32 </body> 32 </body>
33 </html> 33 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fullscreen/empty-anonymous-block-continuation-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698