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

Side by Side Diff: LayoutTests/fast/table/crash-anonymous-table-computeLogicalWidth.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
« no previous file with comments | « no previous file | LayoutTests/fast/table/crash-anonymous-table-computeLogicalWidth-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 <head> 3 <head>
4 <style> 4 <style>
5 .tableBefore:before { display: inline-table; content: url(data:text/plain,foo); width: 10px; } 5 .tableBefore:before { display: inline-table; content: url(data:text/plain,foo); width: 10px; }
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="tableBefore"></div> 13 <div class="tableBefore"></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
« no previous file with comments | « no previous file | LayoutTests/fast/table/crash-anonymous-table-computeLogicalWidth-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698