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

Side by Side Diff: LayoutTests/fast/css/counters/asterisk-counter-update-after-layout-crash.html

Issue 9565014: Merge 107733 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1025/
Patch Set: Created 8 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/asterisk-counter-update-after-layout-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 <style> 1 <style>
2 .x:after { content:counter(c, asterisks) ""; counter-increment:c 1550; } 2 .x:after { content:counter(c, asterisks) ""; counter-increment:c 1550; }
3 </style> 3 </style>
4 <script> 4 <script>
5 function runTest() { 5 function runTest() {
6 document.styleSheets[0].insertRule("div { counter-reset: c 141170 }"); 6 document.styleSheets[0].insertRule("div { counter-reset: c 141170 }");
7 if (window.layoutTestController) 7 if (window.layoutTestController)
8 layoutTestController.dumpAsText(); 8 layoutTestController.dumpAsText();
9 } 9 }
10 window.onload=runTest; 10 window.onload=runTest;
11 </script> 11 </script>
12 <div> 12 <div>
13 <span class="x"> 13 <span class="x">
14 <div></div> 14 <div></div>
15 <span class="x"> 15 <span class="x">
16 <p> 16 <p>
17 <p> 17 <p>
18 PASS if no assert or crash in debug 18 PASS if no assert or crash in debug
19 </div> 19 </div>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/css/counters/asterisk-counter-update-after-layout-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698