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

7 lines
103 B
HTML
Raw Normal View History

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