tor-browser

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

commit c2978100634eaa606806aaab09dabb8590a5c138
parent a5b5babda50e461ab56b85a8b4e71319690aa84b
Author: moz-wptsync-bot <wptsync@mozilla.com>
Date:   Sat, 18 Oct 2025 13:15:11 +0000

Bug 1995109 [wpt PR 55522] - Update wpt metadata, a=testonly

wpt-pr: 55522
wpt-type: metadata

Diffstat:
Atesting/web-platform/meta/dom/ranges/tentative/FormControlRange-interactive-basic.html.ini | 48++++++++++++++++++++++++++++++++++++++++++++++++
Atesting/web-platform/meta/dom/ranges/tentative/FormControlRange-interactive-overlap-and-selection.html.ini | 30++++++++++++++++++++++++++++++
Atesting/web-platform/meta/dom/ranges/tentative/FormControlRange-update-event-order.html.ini | 12++++++++++++
3 files changed, 90 insertions(+), 0 deletions(-)

diff --git a/testing/web-platform/meta/dom/ranges/tentative/FormControlRange-interactive-basic.html.ini b/testing/web-platform/meta/dom/ranges/tentative/FormControlRange-interactive-basic.html.ini @@ -0,0 +1,48 @@ +[FormControlRange-interactive-basic.html] + [Insertion: at start boundary keeps start; end extends (multi-char) (input).] + expected: FAIL + + [Insertion: inside range extends end by length (input).] + expected: FAIL + + [Insertion: at end boundary leaves offsets unchanged (multi-char) (input).] + expected: FAIL + + [Equal-length replacement: single char inside range (input).] + expected: FAIL + + [Deletion: backspace before range shifts both left (input).] + expected: FAIL + + [Deletion: forward delete inside range contracts end by 1 (input).] + expected: FAIL + + [Deletion: forward delete at end boundary no effect on range (input).] + expected: FAIL + + [Deletion: backspace at control start is no-op (input).] + expected: FAIL + + [Insertion: at start boundary keeps start; end extends (multi-char) (textarea).] + expected: FAIL + + [Insertion: inside range extends end by length (textarea).] + expected: FAIL + + [Insertion: at end boundary leaves offsets unchanged (multi-char) (textarea).] + expected: FAIL + + [Equal-length replacement: single char inside range (textarea).] + expected: FAIL + + [Deletion: backspace before range shifts both left (textarea).] + expected: FAIL + + [Deletion: forward delete inside range contracts end by 1 (textarea).] + expected: FAIL + + [Deletion: forward delete at end boundary no effect on range (textarea).] + expected: FAIL + + [Deletion: backspace at control start is no-op (textarea).] + expected: FAIL diff --git a/testing/web-platform/meta/dom/ranges/tentative/FormControlRange-interactive-overlap-and-selection.html.ini b/testing/web-platform/meta/dom/ranges/tentative/FormControlRange-interactive-overlap-and-selection.html.ini @@ -0,0 +1,30 @@ +[FormControlRange-interactive-overlap-and-selection.html] + [Overlap: partial overlap at start (delete selection) (input).] + expected: FAIL + + [Overlap: partial overlap at end (delete selection) (input).] + expected: FAIL + + [Selection deletion: delete selection exactly equal to range (collapse) (input).] + expected: FAIL + + [Selection deletion: delete subset inside range (contract end) (input).] + expected: FAIL + + [Boundary forward delete shifts range left (input).] + expected: FAIL + + [Overlap: partial overlap at start (delete selection) (textarea).] + expected: FAIL + + [Overlap: partial overlap at end (delete selection) (textarea).] + expected: FAIL + + [Selection deletion: delete selection exactly equal to range (collapse) (textarea).] + expected: FAIL + + [Selection deletion: delete subset inside range (contract end) (textarea).] + expected: FAIL + + [Boundary forward delete shifts range left (textarea).] + expected: FAIL diff --git a/testing/web-platform/meta/dom/ranges/tentative/FormControlRange-update-event-order.html.ini b/testing/web-platform/meta/dom/ranges/tentative/FormControlRange-update-event-order.html.ini @@ -0,0 +1,12 @@ +[FormControlRange-update-event-order.html] + [Event order: FormControlRange updates between beforeinput and input (input).] + expected: FAIL + + [Canceled beforeinput leaves FormControlRange unchanged (input).] + expected: FAIL + + [Event order: FormControlRange updates between beforeinput and input (textarea).] + expected: FAIL + + [Canceled beforeinput leaves FormControlRange unchanged (textarea).] + expected: FAIL