commit 43a629b70de4ae3d4566122c7ae95a9c49351e16 parent d35efc86cf3479ce85722b18e6f4f2e3d6fd7cdd Author: Felipe Erias <felipeerias@igalia.com> Date: Tue, 21 Oct 2025 10:37:37 +0000 Bug 1995307 [wpt PR 55543] - Enable CSSTextTransformFullWidth in experimental mode, a=testonly Automatic update from web-platform-tests Enable CSSTextTransformFullWidth in experimental mode Add the "experimental" status to the runtime flag and update test expectations accordingly. Add a new WPT test: /css/css-text/text-transform/text-transform-fullwidth-010.html Bug: 41297237 Change-Id: I7e9d722273aec17bf1c93c1dcdc87b9709f67b22 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7030343 Reviewed-by: Koji Ishii <kojii@chromium.org> Reviewed-by: Kent Tamura <tkent@chromium.org> Commit-Queue: Felipe Erias <felipeerias@igalia.com> Cr-Commit-Position: refs/heads/main@{#1532222} -- wpt-commits: 799252f900eb83df51d4edcd63053e2f4c79425b wpt-pr: 55543 Diffstat:
| A | testing/web-platform/tests/css/css-text/text-transform/reference/text-transform-fullwidth-010-ref.html | | | 33 | +++++++++++++++++++++++++++++++++ |
| A | testing/web-platform/tests/css/css-text/text-transform/text-transform-fullwidth-010.html | | | 37 | +++++++++++++++++++++++++++++++++++++ |
2 files changed, 70 insertions(+), 0 deletions(-)
diff --git a/testing/web-platform/tests/css/css-text/text-transform/reference/text-transform-fullwidth-010-ref.html b/testing/web-platform/tests/css/css-text/text-transform/reference/text-transform-fullwidth-010-ref.html @@ -0,0 +1,33 @@ +<!DOCTYPE html> +<meta charset="utf-8"> +<title>CSS Text level 3 Test: text-transform:full-width character mapping - reference</title> +<link rel="author" title="Felipe Erias" href="mailto:felipeerias@igalia.com"> +<style> +div { + white-space: pre; +} +</style> + +<div id="reference"> !"#$%&'() +*+,-./0123 +456789:;<= +>?@ABCDEFG +HIJKLMNOPQ +RSTUVWXYZ[ +\]^_`abcde +fghijklmno +pqrstuvwxy +z{|}~⦅⦆。「」 +、・ヲァィゥェォャュ +ョッーアイウエオカキ +クケコサシスセソタチ +ツテトナニヌネノハヒ +フヘホマミムメモヤユ +ヨラリルレロワン゙゚ +ㅤㄱㄲㄳㄴㄵㄶㄷㄸㄹ +ㄺㄻㄼㄽㄾㄿㅀㅁㅂㅃ +ㅄㅅㅆㅇㅈㅉㅊㅋㅌㅍ +ㅎㅏㅐㅑㅒㅓㅔㅕㅖㅗ +ㅘㅙㅚㅛㅜㅝㅞㅟㅠㅡ +ㅢㅣ¢£¬ ̄¦¥₩│ +←↑→↓■○</div> diff --git a/testing/web-platform/tests/css/css-text/text-transform/text-transform-fullwidth-010.html b/testing/web-platform/tests/css/css-text/text-transform/text-transform-fullwidth-010.html @@ -0,0 +1,37 @@ +<!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>