Status: FAIL | Duration: 13ms | Subtests: 0/1 | Open test on wpt.live | Open ref on wpt.live | wpt.fyi
/css/css-counter-styles/korean-hangul-formal/counter-korean-hangul-formal.html
<!DOCTYPE html> <title>CSS Counter Styles: Longhand East Asian Counter Styles Korean Limited-range Implementation (required)</title> <link rel="help" href="https://drafts.csswg.org/css-counter-styles/#limited-korean"> <link rel="author" href="mailto:saku@email.sakupi01.com" title="saku"> <link rel="match" href="counter-korean-hangul-formal-ref.html"> <style> div::before { content: counter(n, korean-hangul-formal); } </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 100;">,</div> <div style="counter-reset: n 1000;">,</div> <div style="counter-reset: n 11;">,</div> <div style="counter-reset: n 99;">,</div> <div style="counter-reset: n 101;">,</div> <div style="counter-reset: n 200;">,</div> <div style="counter-reset: n 6001;">,</div> <div style="counter-reset: n -1;">,</div>
/css/css-counter-styles/korean-hangul-formal/counter-korean-hangul-formal-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>이백,</div> <div>육천일,</div> <div>마이너스 일,</div>