OLD | NEW |
1 <spacer style='counter-increment: a'> | 1 <spacer style='counter-increment: a'> |
2 <spacer> | 2 <spacer> |
3 <f id='f'> | 3 <f id='f'> |
4 </spacer> | 4 </spacer> |
5 <c> | 5 <c> |
6 <spacer style='counter-increment: a'> | 6 <spacer style='counter-increment: a'> |
7 </c> | 7 </c> |
8 <spacer style='counter-increment: a'> | 8 <spacer style='counter-increment: a'> |
9 <div id='p' style='counter-reset: a'> | 9 <div id='p' style='counter-reset: a'> |
10 <script> | 10 <script> |
11 if (window.layoutTestController) | 11 if (window.layoutTestController) |
12 layoutTestController.dumpAsText(); | 12 layoutTestController.dumpAsText(); |
13 document.getElementById('f').appendChild(document.getElementById("p")); | 13 document.getElementById('f').appendChild(document.getElementById("p")); |
14 </script> | 14 </script> |
15 This test passes if it does not crash.<br> | 15 This test passes if it does not crash.<br> |
16 Bug: <a href="https://bugs.webkit.org/show_bug.cgi?id=54478">54478</a> | 16 Bug: <a href="https://bugs.webkit.org/show_bug.cgi?id=54478">54478</a> |
OLD | NEW |