commit dd98c06b01ff33263bc125abf80ae886f2df4430 parent 45b5ae64ed016cfa1db20d87e0d43725536708d3 Author: jugglinmike <mike@mikepennisi.com> Date: Mon, 15 Dec 2025 18:07:46 +0000 Bug 2005223 [wpt PR 56632] - Map "contenteditable" to web-features, a=testonly Automatic update from web-platform-tests Map "contenteditable" to web-features (#56632) -- wpt-commits: 46ca7c248b2b0207c415600c0685a7f695c16ba7 wpt-pr: 56632 Diffstat:
4 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/testing/web-platform/tests/contenteditable/WEB_FEATURES.yml b/testing/web-platform/tests/contenteditable/WEB_FEATURES.yml @@ -2,3 +2,6 @@ features: - name: contenteditable-plaintextonly files: - plaintext-only.html +- name: contenteditable + files: + - synthetic-height.html diff --git a/testing/web-platform/tests/html/editing/editing-0/contenteditable/WEB_FEATURES.yml b/testing/web-platform/tests/html/editing/editing-0/contenteditable/WEB_FEATURES.yml @@ -0,0 +1,3 @@ +features: +- name: contenteditable + files: "**" diff --git a/testing/web-platform/tests/input-events/WEB_FEATURES.yml b/testing/web-platform/tests/input-events/WEB_FEATURES.yml @@ -2,3 +2,6 @@ features: - name: clipboard-events files: - input-events-cut-paste.html +- name: contenteditable + files: + - contenteditable-insertfrompaste-type-inputevent-data.html diff --git a/testing/web-platform/tests/selection/contenteditable/WEB_FEATURES.yml b/testing/web-platform/tests/selection/contenteditable/WEB_FEATURES.yml @@ -0,0 +1,3 @@ +features: +- name: contenteditable + files: "**"