tor-browser

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

commit 8b3b26b10b6658cecdb4cb05037b6ef3bdbd1dab
parent fb45177212c8fba300fb2d968174e87e1dab6fd5
Author: moz-wptsync-bot <wptsync@mozilla.com>
Date:   Sat, 25 Oct 2025 00:27:07 +0000

Bug 1996383 [wpt PR 55656] - Update wpt metadata, a=testonly

wpt-pr: 55656
wpt-type: metadata

Diffstat:
Atesting/web-platform/meta/dom/ranges/tentative/FormControlRange-programmatic-updates.html.ini | 84+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Mtesting/web-platform/meta/dom/ranges/tentative/FormControlRange-range-updates.html.ini | 3+++
Mtesting/web-platform/meta/dom/ranges/tentative/FormControlRange-toString.html.ini | 6++++++
3 files changed, 93 insertions(+), 0 deletions(-)

diff --git a/testing/web-platform/meta/dom/ranges/tentative/FormControlRange-programmatic-updates.html.ini b/testing/web-platform/meta/dom/ranges/tentative/FormControlRange-programmatic-updates.html.ini @@ -0,0 +1,84 @@ +[FormControlRange-programmatic-updates.html] + [Full replace collapses to start (shorter & longer) (input)] + expected: FAIL + + [Full replace from whole-old range collapses to 0 (input)] + expected: FAIL + + [Full replace (equal length) collapses to 0 (input)] + expected: FAIL + + [Partial replacement adjusts end (input)] + expected: FAIL + + [No-op leaves range unchanged (input)] + expected: FAIL + + [Insertion before range shifts both endpoints (input)] + expected: FAIL + + [Interior deletion shrinks end (input)] + expected: FAIL + + [Before-range shrink shifts left (input)] + expected: FAIL + + [After-range grow leaves range unchanged (input)] + expected: FAIL + + [Superset replacement collapses to change start (input)] + expected: FAIL + + [Insert at range.start extends end (input)] + expected: FAIL + + [Insert at range.end leaves range unchanged (input)] + expected: FAIL + + [Surrogate pair expansion grows end (input)] + expected: FAIL + + [Chained interior edits cumulatively adjust range (input)] + expected: FAIL + + [Full replace collapses to start (shorter & longer) (textarea)] + expected: FAIL + + [Full replace from whole-old range collapses to 0 (textarea)] + expected: FAIL + + [Full replace (equal length) collapses to 0 (textarea)] + expected: FAIL + + [Partial replacement adjusts end (textarea)] + expected: FAIL + + [No-op leaves range unchanged (textarea)] + expected: FAIL + + [Insertion before range shifts both endpoints (textarea)] + expected: FAIL + + [Interior deletion shrinks end (textarea)] + expected: FAIL + + [Before-range shrink shifts left (textarea)] + expected: FAIL + + [After-range grow leaves range unchanged (textarea)] + expected: FAIL + + [Superset replacement collapses to change start (textarea)] + expected: FAIL + + [Insert at range.start extends end (textarea)] + expected: FAIL + + [Insert at range.end leaves range unchanged (textarea)] + expected: FAIL + + [Surrogate pair expansion grows end (textarea)] + expected: FAIL + + [Chained interior edits cumulatively adjust range (textarea)] + expected: FAIL diff --git a/testing/web-platform/meta/dom/ranges/tentative/FormControlRange-range-updates.html.ini b/testing/web-platform/meta/dom/ranges/tentative/FormControlRange-range-updates.html.ini @@ -13,3 +13,6 @@ [FormControlRange reflects value changes on same element.] expected: FAIL + + [FormControlRange collapses on full .value= replacement.] + expected: FAIL diff --git a/testing/web-platform/meta/dom/ranges/tentative/FormControlRange-toString.html.ini b/testing/web-platform/meta/dom/ranges/tentative/FormControlRange-toString.html.ini @@ -13,3 +13,9 @@ [FormControlRange uses current input.value, not value attribute.] expected: FAIL + + [FormControlRange collapses on full .value= replacement.] + expected: FAIL + + [FormControlRange collapses on full .value= replacement (shorter).] + expected: FAIL