Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
            
- /css/css-lists/style-containment-counter-crash.html - WPT Dashboard Interop Dashboard
 
 
<!DOCTYPE html>
<style>
  #test::before {
    content: counters(counter0, '');
  }
</style>
<div style="contain:style;">
  <div style="counter-set:counter0;"></div>
</div>
<div id="test" style="contain:style;"></div>