tenfourfox/layout/reftests/counters/multiple-thai-counters.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

13 lines
256 B
HTML

<!DOCTYPE html>
<style>
span {
counter-reset: item;
counter-increment: item;
}
span span span::before {
content: counters(item, ".", -moz-thai);
content: counters(item, ".", thai);
}
</style>
<span><span><span></span></span></span>