tor-browser

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

commit e9e6d32de264b2dbf913ca5fe092af86a7ebfc88
parent 5df0619cef9a850741039d32de72c77179201ba6
Author: David Baron <dbaron@chromium.org>
Date:   Thu,  6 Nov 2025 21:34:49 +0000

Bug 1997718 [wpt PR 55806] - Add long timeout annotation to input-change-event-properties.html ., a=testonly

Automatic update from web-platform-tests
Add long timeout annotation to input-change-event-properties.html .

Bug: 456694942
Change-Id: I3388d17b94af5866e5efe7a795bca1753cfa05ff
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7106860
Auto-Submit: David Baron <dbaron@chromium.org>
Reviewed-by: Joey Arhar <jarhar@chromium.org>
Commit-Queue: Joey Arhar <jarhar@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1538893}

--

wpt-commits: d1ec18209f68b98c7556fe84c8338ed20af63080
wpt-pr: 55806

Diffstat:
Mtesting/web-platform/tests/html/semantics/forms/input-change-event-properties.html | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/testing/web-platform/tests/html/semantics/forms/input-change-event-properties.html b/testing/web-platform/tests/html/semantics/forms/input-change-event-properties.html @@ -1,6 +1,7 @@ <!DOCTYPE html> <meta charset="utf-8"> <title>Test the properties of input and change events</title> +<meta name="timeout" content="long"> <script src="/resources/testharness.js"></script> <script src="/resources/testharnessreport.js"></script> <script src="/resources/testdriver.js"></script>