commit d573579230257c3d4a115914ebbac02ee821a2ad parent e56ea91ba92dfc15de67ccfaa181c7c894437481 Author: Stalgia Grigg <stalgia@bocoup.com> Date: Mon, 8 Dec 2025 12:26:46 +0000 Bug 2003939 [wpt PR 56466] - Map `text-area` web-feature, a=testonly Automatic update from web-platform-tests Map `text-area` web-feature (#56466) Feature: `textarea` Reference: https://github.com/web-platform-dx/web-features/blob/main/features/textarea.yml Notable exclusions 1. Tests mapped to other features in `html/semantics/forms/the-textarea-element/` - `change-to-empty-value.html` (mapped to `change-event`) - `textarea-setcustomvalidity.html` and `textarea-validity-*.html` (mapped to `constraint-validation`) 2. Vertical writing mode tests - `css/css-writing-modes/forms/* covered by `vertical-form-controls` 3. Drag and drop tests - `html/editing/dnd/interactiveelements/draggable_textarea.html` and similar tests are primarily about drag and drop functionality 4. CSS UI appearance tests - `css/css-ui/appearance-textarea-001.html` is mapped to `appearance` feature -- wpt-commits: f7de0c9ff1babc3886e4abc204814c5274be2230 wpt-pr: 56466 Diffstat:
3 files changed, 13 insertions(+), 0 deletions(-)
diff --git a/testing/web-platform/tests/html/rendering/bindings/the-textarea-element-0/WEB_FEATURES.yml b/testing/web-platform/tests/html/rendering/bindings/the-textarea-element-0/WEB_FEATURES.yml @@ -0,0 +1,3 @@ +features: +- name: textarea + files: "**" diff --git a/testing/web-platform/tests/html/rendering/widgets/WEB_FEATURES.yml b/testing/web-platform/tests/html/rendering/widgets/WEB_FEATURES.yml @@ -2,3 +2,6 @@ features: - name: field-sizing files: - field-sizing-* +- name: textarea + files: + - textarea-* diff --git a/testing/web-platform/tests/html/semantics/forms/the-textarea-element/WEB_FEATURES.yml b/testing/web-platform/tests/html/semantics/forms/the-textarea-element/WEB_FEATURES.yml @@ -7,3 +7,10 @@ features: - name: change-event files: - change-to-empty-value.html +- name: textarea + files: + - "*" + - "!textarea-setcustomvalidity.html" + - "!textarea-validity-clone.html" + - "!textarea-validity-valueMissing-inside-datalist.html" + - "!change-to-empty-value.html"