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

Side by Side Diff: LayoutTests/fast/table/multiple-captions-crash3.html

Issue 9251029: Merge 105120 - Heap-use-after-free in WebCore::RenderBlock::selectionGaps (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/963/
Patch Set: Created 8 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
« no previous file with comments | « no previous file | LayoutTests/fast/table/multiple-captions-crash3-expected.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <style> 3 <style>
4 .c2 { display: table-caption; position: relative; } 4 .c2 { display: table-caption; position: relative; }
5 .c9 { visibility: collapse; height: 65536px; } 5 .c9 { visibility: collapse; height: 65536px; }
6 .c15 { display: inline; float: right;} 6 .c15 { display: inline; float: right;}
7 </style> 7 </style>
8 <script> 8 <script>
9 if (window.layoutTestController) { 9 if (window.layoutTestController) {
10 layoutTestController.waitUntilDone(); 10 layoutTestController.waitUntilDone();
(...skipping 26 matching lines...) Expand all
37 setTimeout('try { nodes[29].appendChild(nodes[4]); } catch(e) {}', 561); 37 setTimeout('try { nodes[29].appendChild(nodes[4]); } catch(e) {}', 561);
38 setTimeout('window.scrollBy(-37, 59);', 203); 38 setTimeout('window.scrollBy(-37, 59);', 203);
39 setTimeout('tryToCrash();', 402); 39 setTimeout('tryToCrash();', 402);
40 } 40 }
41 </script> 41 </script>
42 </head> 42 </head>
43 <body onLoad="setTimeout('boom();',0)"> 43 <body onLoad="setTimeout('boom();',0)">
44 Passes if it doesn't crash! 44 Passes if it doesn't crash!
45 </body> 45 </body>
46 </html> 46 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/table/multiple-captions-crash3-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698