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

Side by Side Diff: LayoutTests/fast/table/table-split-positioned-object-crash.html

Issue 10764007: Merge 121001 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1132/
Patch Set: Created 8 years, 5 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/table-split-positioned-object-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 WebKit Bug 89599 - Crash in RenderBlock::layoutPositionedObjects.<br /> 3 WebKit Bug 89599 - Crash in RenderBlock::layoutPositionedObjects.<br />
4 Test passes if it does not crash. 4 Test passes if it does not crash.
5 <style> 5 <style>
6 table { position: relative; } 6 table { position: relative; }
7 .span:last-child { position: relative; } 7 .span:last-child { position: relative; }
8 </style> 8 </style>
9 <script> 9 <script>
10 if (window.layoutTestController) 10 if (window.layoutTestController)
(...skipping 15 matching lines...) Expand all
26 table.appendChild(span2); 26 table.appendChild(span2);
27 table.appendChild(span3); 27 table.appendChild(span3);
28 28
29 document.documentElement.offsetTop; 29 document.documentElement.offsetTop;
30 span2.style.display = 'table-header-group'; 30 span2.style.display = 'table-header-group';
31 span3.style.display = 'block' 31 span3.style.display = 'block'
32 } 32 }
33 window.onload = crash; 33 window.onload = crash;
34 </script> 34 </script>
35 </html> 35 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/table/table-split-positioned-object-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698