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/css/counters/reparent-table-children-with-counters-crash.html

Issue 9371036: Merge 106852 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/963/
Patch Set: Created 8 years, 10 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/css/counters/reparent-table-children-with-counters-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 <html> 1 <html>
2 <script> 2 <script>
3 if (window.layoutTestController) 3 if (window.layoutTestController)
4 layoutTestController.dumpAsText(); 4 layoutTestController.dumpAsText();
5 </script> 5 </script>
6 <table> 6 <table>
7 <tbody> 7 <tbody>
8 <td style="counter-increment: list-item"></td> 8 <td style="counter-increment: list-item"></td>
9 </tbody> 9 </tbody>
10 <ol><ol> 10 <ol><ol>
11 </ol></ol> 11 </ol></ol>
12 <td>PASS: Reparenting nodes outside of table body does not trigger crash.</t d> 12 <td>PASS: Reparenting nodes outside of table body does not trigger crash.</t d>
13 <li></li> 13 <li></li>
14 </table> 14 </table>
15 <table> 15 <table>
16 <td style="counter-increment: list-item"></td> 16 <td style="counter-increment: list-item"></td>
17 </table> 17 </table>
18 </html> 18 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/css/counters/reparent-table-children-with-counters-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698