Status: FAIL | Duration: 16ms | 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-extended.html
<!DOCTYPE html> <title>CSS Counter Styles: Longhand East Asian Counter Styles Extended Implementation (optional)</title> <link rel="help" href="https://drafts.csswg.org/css-counter-styles/#extended-range-optional"> <link rel="author" href="mailto:saku@email.sakupi01.com" title="saku"> <link rel="match" href="counter-korean-hangul-formal-extended-ref.html"> <style> div::after { content: counter(n, korean-hangul-formal); } </style> <!-- Extended range implementation tests (algorithm step 2: split into 4-digit groups) --> <!-- Test second group marker (만) - ten-thousands group --> <div style="counter-reset: n 10000;"></div> <div style="counter-reset: n 20000;"></div> <div style="counter-reset: n 50000;"></div> <div style="counter-reset: n 99999;"></div> <!-- Test complex patterns within ten-thousands group (algorithm step 4: digit markers) --> <div style="counter-reset: n 12345;"></div> <div style="counter-reset: n 10001;"></div> <div style="counter-reset: n 10010;"></div> <div style="counter-reset: n 10100;"></div> <div style="counter-reset: n 11000;"></div> <!-- Test third group marker (억) - hundred-millions group --> <div style="counter-reset: n 100000000;"></div> <div style="counter-reset: n 200000000;"></div> <div style="counter-reset: n 500000000;"></div> <div style="counter-reset: n 999999999;"></div> <!-- Test complex patterns within hundred-millions group (algorithm step 6: zero dropping) --> <div style="counter-reset: n 123456789;"></div> <div style="counter-reset: n 100000001;"></div> <div style="counter-reset: n 100010000;"></div> <div style="counter-reset: n 100100000;"></div> <div style="counter-reset: n 101000000;"></div> <div style="counter-reset: n 110000000;"></div> <!-- Test fourth group marker (조) - trillions group --> <div style="counter-reset: n 1000000000000;"></div> <div style="counter-reset: n 2000000000000;"></div> <div style="counter-reset: n 5000000000000;"></div> <div style="counter-reset: n 9999999999999;"></div> <!-- Test extended ranges (algorithm step 3: group markers up to 10^16) --> <!-- Test 10^13 range (ten-trillions) --> <div style="counter-reset: n 10000000000000;"></div> <div style="counter-reset: n 50000000000000;"></div> <div style="counter-reset: n 99999999999999;"></div> <!-- Test 10^15 range (hundred-trillions) --> <div style="counter-reset: n 100000000000000;"></div> <div style="counter-reset: n 500000000000000;"></div> <div style="counter-reset: n 999999999999999;"></div> <!-- Test complex patterns in trillions group (step 5: drop ones, step 6: drop zeros) --> <div style="counter-reset: n 1234567890123;"></div> <div style="counter-reset: n 1000000000001;"></div> <div style="counter-reset: n 1000000010000;"></div> <div style="counter-reset: n 1000001000000;"></div> <div style="counter-reset: n 1000100000000;"></div> <div style="counter-reset: n 1010000000000;"></div> <div style="counter-reset: n 1100000000000;"></div> <!-- Test interaction between multiple groups --> <div style="counter-reset: n 1001001001001;"></div> <div style="counter-reset: n 1010101010101;"></div> <div style="counter-reset: n 1000100010001;"></div> <div style="counter-reset: n 5005005005005;"></div> <!-- Test zero dropping behavior across different groups --> <div style="counter-reset: n 1000000000000;"></div> <div style="counter-reset: n 1000000000;"></div> <div style="counter-reset: n 1000000;"></div> <div style="counter-reset: n 1000;"></div> <div style="counter-reset: n 10000000000000;"></div> <div style="counter-reset: n 100000000000000;"></div> <!-- Test boundary values at the edge of range (-10^16+1 to 10^16-1) --> <div style="counter-reset: n 9999999999999999;"></div> <div style="counter-reset: n 1000000000000000;"></div> <!-- Test out-of-range values (should fallback to cjk-decimal) --> <div style="counter-reset: n 10000000000000000;"></div> <!-- Test negative numbers (algorithm step 8: negative sign handling) --> <div style="counter-reset: n -10000;"></div> <div style="counter-reset: n -100000000;"></div> <div style="counter-reset: n -1000000000000;"></div> <div style="counter-reset: n -9999999999999999;"></div> <div style="counter-reset: n -1;"></div>
/css/css-counter-styles/korean-hangul-formal/counter-korean-hangul-formal-extended-ref.html
<!DOCTYPE html> <link rel="help" href="https://drafts.csswg.org/css-counter-styles/#limited-korean"> <!-- Extended range implementation tests (algorithm step 2: split into 4-digit groups) --> <!-- Test second group marker (만) - ten-thousands group --> <div>일만</div> <div>이만</div> <div>오만</div> <div>구만 구천구백구십구</div> <!-- Test complex patterns within ten-thousands group (algorithm step 4: digit markers) --> <div>일만 이천삼백사십오</div> <div>일만 일</div> <div>일만 일십</div> <div>일만 일백</div> <div>일만 일천</div> <!-- Test third group marker (억) - hundred-millions group --> <div>일억</div> <div>이억</div> <div>오억</div> <div>구억 구천구백구십구만 구천구백구십구</div> <!-- Test complex patterns within hundred-millions group (algorithm step 6: zero dropping) --> <div>일억 이천삼백사십오만 육천칠백팔십구</div> <div>일억 일</div> <div>일억 일만</div> <div>일억 일십만</div> <div>일억 일백만</div> <div>일억 일천만</div> <!-- Test fourth group marker (조) - trillions group --> <div>일조</div> <div>이조</div> <div>오조</div> <div>구조 구천구백구십구억 구천구백구십구만 구천구백구십구</div> <!-- Test extended ranges (algorithm step 3: group markers up to 10^16) --> <!-- Test 10^13 range (ten-trillions) --> <div>일십조</div> <div>오십조</div> <div>구십구조 구천구백구십구억 구천구백구십구만 구천구백구십구</div> <!-- Test 10^15 range (hundred-trillions) --> <div>일백조</div> <div>오백조</div> <div>구백구십구조 구천구백구십구억 구천구백구십구만 구천구백구십구</div> <!-- Test complex patterns in trillions group (step 5: drop ones, step 6: drop zeros) --> <div>일조 이천삼백사십오억 육천칠백팔십구만 일백이십삼</div> <div>일조 일</div> <div>일조 일만</div> <div>일조 일백만</div> <div>일조 일억</div> <div>일조 일백억</div> <div>일조 일천억</div> <!-- Test interaction between multiple groups --> <div>일조 일십억 일백만 일천일</div> <div>일조 일백일억 일백일만 일백일</div> <div>일조 일억 일만 일</div> <div>오조 오십억 오백만 오천오</div> <!-- Test zero dropping behavior across different groups --> <div>일조</div> <div>일십억</div> <div>일백만</div> <div>일천</div> <div>일십조</div> <div>일백조</div> <!-- Test boundary values at the edge of range (-10^16+1 to 10^16-1) --> <div>구천구백구십구조 구천구백구십구억 구천구백구십구만 구천구백구십구</div> <div>천조</div> <!-- Test out-of-range values (should fallback to cjk-decimal) --> <div>一〇〇〇〇〇〇〇〇〇〇〇〇〇〇〇〇</div> <!-- Test negative numbers (algorithm step 8: negative sign handling) --> <div>마이너스 일만</div> <div>마이너스 일억</div> <div>마이너스 일조</div> <div>마이너스 구천구백구십구조 구천구백구십구억 구천구백구십구만 구천구백구십구</div> <div>마이너스 일</div>