blob: c9d642bd38310ceb35ca21c48cdd02c754464f3d [file] [log] [blame]
<!DOCTYPE html>
<link rel="help" href="http://crbug.com/374064162">
<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>