tor-browser

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

commit 3414473c484c4f8b184ee080988331be901a0d48
parent 5b8ab0b7fb249f25e1d91375b13b2dcccf3ee9c6
Author: Stalgia Grigg <stalgia@bocoup.com>
Date:   Thu, 27 Nov 2025 15:25:59 +0000

Bug 2002375 [wpt PR 56273] - Map `spellcheck` web-feature, a=testonly

Automatic update from web-platform-tests
Map `spellcheck` web-feature (#56273)

Feature: `spellcheck`
Reference: https://github.com/web-platform-dx/web-features/blob/main/features/spellcheck.yml

Notable inclusions:
- `spelling-markers-[001|002|007|008|009|010].html` These tests ensure that spellcheck doesn't apply to readonly input elements

Notable exclusions
- `css/css-ui/caret-*.html` These tests use `spellcheck="false"` as test infrastructure to disable spellcheck so it doesn't interfere with visual caret tests
--

wpt-commits: ed7e1570023677932fd6d06713252d5906ac69c6
wpt-pr: 56273

Diffstat:
Atesting/web-platform/tests/html/editing/editing-0/spelling-and-grammar-checking/WEB_FEATURES.yml | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/testing/web-platform/tests/html/editing/editing-0/spelling-and-grammar-checking/WEB_FEATURES.yml b/testing/web-platform/tests/html/editing/editing-0/spelling-and-grammar-checking/WEB_FEATURES.yml @@ -0,0 +1,3 @@ +features: +- name: spellcheck + files: "**"