wpt / css / css-counter-styles / cjk-decimal / counter-cjk-decimal.html

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>&#x3007;</div>
<div>&#x4e00;</div>
<div>&#x4e8c;</div>
<div>&#x4e09;</div>
<div>&#x56db;</div>
<div>&#x4e94;</div>
<div>&#x516d;</div>
<div>&#x4e03;</div>
<div>&#x516b;</div>
<div>&#x4e5d;</div>

<div>&#x4e00;&#x3007;</div>
<div>&#x4e00;&#x4e00;</div>
<div>&#x4e5d;&#x4e5d;</div>
<div>&#x4e00;&#x3007;&#x3007;</div>
<div>&#x516d;&#x3007;&#x3007;&#x4e00;</div>
<div>&#x4e00;&#x4e8c;&#x4e09;&#x56db;&#x4e94;</div>

<div>-1</div>