Newer
Older
minerva / Tests / LibWeb / Layout / input / css-counters / counters-function-single-argument.html
@minerva minerva on 13 Jul 87 bytes Initial commit
<style>
    html {
        content: counters(index);
    }
</style>PASS (didn't crash)