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

Side by Side Diff: LayoutTests/fast/css/counters/render-tree-reorg-crash.html

Issue 6594060: Merge 78728 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/648/
Patch Set: Created 9 years, 9 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/render-tree-reorg-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 <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>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/css/counters/render-tree-reorg-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698