Status: FAIL | Duration: 11ms | Subtests: 0/1 | Open test on wpt.live | Open ref on wpt.live | wpt.fyi
/css/css-counter-styles/cjk-decimal/counter-cjk-decimal.html
<!DOCTYPE html> <link rel="match" href="counter-cjk-decimal-ref.html"> <link rel="help" href="https://drafts.csswg.org/css-counter-styles/#cjk-decimal"> <style> div::after { content: counter(n, cjk-decimal); } </style> <div style="counter-reset: n 0;"></div> <div style="counter-reset: n 1;"></div> <div style="counter-reset: n 2;"></div> <div style="counter-reset: n 3;"></div> <div style="counter-reset: n 4;"></div> <div style="counter-reset: n 5;"></div> <div style="counter-reset: n 6;"></div> <div style="counter-reset: n 7;"></div> <div style="counter-reset: n 8;"></div> <div style="counter-reset: n 9;"></div> <div style="counter-reset: n 10;"></div> <div style="counter-reset: n 11;"></div> <div style="counter-reset: n 99;"></div> <div style="counter-reset: n 100;"></div> <div style="counter-reset: n 6001;"></div> <div style="counter-reset: n 12345;"></div> <div style="counter-reset: n -1;"></div>
/css/css-counter-styles/cjk-decimal/counter-cjk-decimal-ref.html
<!DOCTYPE html> <div>〇</div> <div>一</div> <div>二</div> <div>三</div> <div>四</div> <div>五</div> <div>六</div> <div>七</div> <div>八</div> <div>九</div> <div>一〇</div> <div>一一</div> <div>九九</div> <div>一〇〇</div> <div>六〇〇一</div> <div>一二三四五</div> <div>-1</div>