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

Side by Side Diff: LayoutTests/fast/table/split-table-no-section-update-crash.html

Issue 10809080: Merge 123062 - Crash in RenderTableSection::addCell. (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1180/
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/split-table-no-section-update-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 <head> 3 <head>
4 <style> 4 <style>
5 :after { display: table-cell; content: "Foo"; } 5 :after { display: table-cell; content: "Foo"; }
6 :first-child { display: table-cell; } 6 :first-child { display: table-cell; }
7 :before { display: table-column; content: "Bar"; } 7 :before { display: table-column; content: "Bar"; }
8 </style> 8 </style>
9 <script type="text/javascript"> 9 <script type="text/javascript">
10 if (window.testRunner) 10 if (window.testRunner)
(...skipping 12 matching lines...) Expand all
23 } 23 }
24 24
25 window.addEventListener("load", crash, false) 25 window.addEventListener("load", crash, false)
26 </script> 26 </script>
27 </head> 27 </head>
28 <body id="target"> 28 <body id="target">
29 <p>Test for bug <a href="https://bugs.webkit.org/show_bug.cgi?id=89496">89496</a >: Crash in RenderTableSection::addCell.</p> 29 <p>Test for bug <a href="https://bugs.webkit.org/show_bug.cgi?id=89496">89496</a >: Crash in RenderTableSection::addCell.</p>
30 <p>This test passes if it doesn't CRASH or ASSERT.</p> 30 <p>This test passes if it doesn't CRASH or ASSERT.</p>
31 </body> 31 </body>
32 </html> 32 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/table/split-table-no-section-update-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698