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

Side by Side Diff: LayoutTests/fast/table/crash-anonymous-table-layout.html

Issue 8366015: Merge 97907 - Multiple crashes in RenderTable during layout (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/912/
Patch Set: Created 9 years, 2 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
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <style> 4 <style>
5 .tableAfter::after { display: table; content: attr(class); height: 1px; } 5 .tableAfter::after { display: table; content: attr(class); height: 1px; }
6 </style> 6 </style>
7 <script> 7 <script>
8 if (window.layoutTestController) 8 if (window.layoutTestController)
9 layoutTestController.dumpAsText(); 9 layoutTestController.dumpAsText();
10 </script> 10 </script>
11 </head> 11 </head>
12 <body> 12 <body>
13 <div class="tableAfter"></div> 13 <div class="tableAfter"></div>
14 <div>Bug <a href="https://bugs.webkit.org/show_bug.cgi?id=70392">70392</a>: Mult iple crashes in RenderTable during layout</div> 14 <div>Bug <a href="https://bugs.webkit.org/show_bug.cgi?id=70392">70392</a>: Mult iple crashes in RenderTable during layout</div>
15 <div>This test passes if it does not CRASH.</div> 15 <div>This test passes if it does not CRASH.</div>
16 </body> 16 </body>
17 </html> 17 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698