ladybird/Tests/LibWeb/Layout/input/css-counters/counters-function-single-argument.html

6 lines
87 B
HTML
Raw Normal View History

<style>
html {
content: counters(index);
}
</style>PASS (didn't crash)