tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit 696222fac939707758e4654c0ffbb5f803cccef1
parent c56fe609bd1bfd084318562cbdc39627b2e02542
Author: Howard Edwards <howarde.edwards@gmail.com>
Date:   Mon,  8 Dec 2025 12:25:31 +0000

Bug 2003610 [wpt PR 56413] - Map `execcommand` web feature, a=testonly

Automatic update from web-platform-tests
Map `execcommand` web feature (#56413)

* Map "execCommand()" to web-features

This classifier includes 14 files and excludes 206 files

* Map "execCommand()" to web-features

This classifier includes 15 files and excludes 205 files
--

wpt-commits: 59ad6e0232fc3f22bf2cb9667d281205833260e1
wpt-pr: 56413

Diffstat:
Atesting/web-platform/tests/editing/crashtests/WEB_FEATURES.yml | 5+++++
Atesting/web-platform/tests/editing/other/WEB_FEATURES.yml | 8++++++++
2 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/testing/web-platform/tests/editing/crashtests/WEB_FEATURES.yml b/testing/web-platform/tests/editing/crashtests/WEB_FEATURES.yml @@ -0,0 +1,5 @@ +features: +- name: execcommand + files: + - 'execCommand-*.html' + - 'queryCommand*.html' diff --git a/testing/web-platform/tests/editing/other/WEB_FEATURES.yml b/testing/web-platform/tests/editing/other/WEB_FEATURES.yml @@ -0,0 +1,8 @@ +features: +- name: execcommand + files: + - 'exec-command-*' + - 'inserthtml-do-not-preserve-inline-styles.html' + - 'legacy-edit-command.html' + - 'non-html-document.html' + - 'restoration.html'