Add scripts/import_wpt_reftests.py to sparse-clone the upstream WPT repo and bulk-import qualifying CSS reftests (no JS, no external resources) as known_fail entries. 23 tests already pass and are promoted. The import script is idempotent and exposed via `just import-wpt`. CI now prints the WPT summary (pass=36 known_fail=2877 skip=1) on every run. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
38 lines
2.4 KiB
HTML
38 lines
2.4 KiB
HTML
<!DOCTYPE html>
|
|
<meta charset="utf-8">
|
|
<title>CSS Text level 3 Test: text-transform:full-width character mapping</title>
|
|
<link rel="author" title="Felipe Erias" href="mailto:felipeerias@igalia.com">
|
|
<link rel="help" href="https://www.w3.org/TR/css-text-3/#text-transform-property">
|
|
<link rel="match" href="reference/text-transform-fullwidth-010-ref.html">
|
|
<meta name="assert" content="text-transform:full-width transforms all narrow characters that have a full-width mapping in Unicode to their wide equivalents.">
|
|
<style>
|
|
div {
|
|
text-transform: full-width;
|
|
white-space: pre;
|
|
}
|
|
</style>
|
|
|
|
<div id="test"> !"#$%&'()
|
|
*+,-./0123
|
|
456789:;<=
|
|
>?@ABCDEFG
|
|
HIJKLMNOPQ
|
|
RSTUVWXYZ[
|
|
\]^_`abcde
|
|
fghijklmno
|
|
pqrstuvwxy
|
|
z{|}~⦅⦆。「」
|
|
、・ヲァィゥェォャュ
|
|
ョッーアイウエオカキ
|
|
クケコサシスセソタチ
|
|
ツテトナニヌネノハヒ
|
|
フヘホマミムメモヤユ
|
|
ヨラリルレロワン゙゚
|
|
ᅠᄀᄁᆪᄂᆬᆭᄃᄄᄅ
|
|
ᆰᆱᆲᆳᆴᆵᄚᄆᄇᄈ
|
|
ᄡᄉᄊᄋᄌᄍᄎᄏᄐᄑ
|
|
하ᅢᅣᅤᅥᅦᅧᅨᅩ
|
|
ᅪᅫᅬᅭᅮᅯᅰᅱᅲᅳ
|
|
ᅴᅵ¢£¬¯¦¥₩│
|
|
←↑→↓■○</div>
|