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

Side by Side Diff: LayoutTests/fast/table/split-anonymous-boxes-around-table-repaint-crash.html

Issue 10875066: Merge 125234 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1229/
Patch Set: Created 8 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/fast/table/split-anonymous-boxes-around-table-repaint-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 <style> 3 <style>
4 .table { 4 .table {
5 display: table; 5 display: table;
6 border-collapse: collapse; 6 border-collapse: collapse;
7 } 7 }
8 .tableCell { 8 .tableCell {
9 display: table-cell; 9 display: table-cell;
10 } 10 }
(...skipping 15 matching lines...) Expand all
26 testRunner.dumpAsText(); 26 testRunner.dumpAsText();
27 27
28 document.body.offsetTop; 28 document.body.offsetTop;
29 span1.style.display = "table-footer-group"; 29 span1.style.display = "table-footer-group";
30 30
31 document.body.offsetTop; 31 document.body.offsetTop;
32 document.body.innerHTML = "Bug <a href='https://bugs.webkit.org/show_bug.cgi?id= 91160'>91160</a>: Crash in WebCore::RenderTable::cellBefore<br>PASS. WebKit didn 't crash"; 32 document.body.innerHTML = "Bug <a href='https://bugs.webkit.org/show_bug.cgi?id= 91160'>91160</a>: Crash in WebCore::RenderTable::cellBefore<br>PASS. WebKit didn 't crash";
33 </script> 33 </script>
34 </body> 34 </body>
35 </html> 35 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/table/split-anonymous-boxes-around-table-repaint-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698