tor-browser

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

commit 387a3d1b7e88b8da04e5b9bc09c13e08c953dbca
parent 00d7bb225c20f277d77f55de165e48a1ab19db95
Author: Joey Arhar <jarhar@chromium.org>
Date:   Thu,  8 Jan 2026 17:35:21 +0000

Bug 2008842 [wpt PR 57030] - Remove padding from customizable select WPT, a=testonly

Automatic update from web-platform-tests
Remove padding from customizable select WPT

This TODO with extra padding is no longer needed because the test seems
to pass without it. I'm not sure why the underling issue no longer
occurs.

Fixed: 407801061
Change-Id: Ic8f2610a605925bdeff7e89789d257f1aad9907a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7277093
Commit-Queue: Joey Arhar <jarhar@chromium.org>
Reviewed-by: Dominic Farolino <dom@chromium.org>
Reviewed-by: Joey Arhar <jarhar@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1565289}

--

wpt-commits: 8252332eb4c36e7d3a13c5fd8e442defd5369459
wpt-pr: 57030

Diffstat:
Mtesting/web-platform/tests/html/semantics/forms/the-select-element/customizable-select-listbox/customizable-select-listbox-appearance-ref.html | 3---
Mtesting/web-platform/tests/html/semantics/forms/the-select-element/customizable-select-listbox/customizable-select-listbox-appearance.html | 3---
2 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/testing/web-platform/tests/html/semantics/forms/the-select-element/customizable-select-listbox/customizable-select-listbox-appearance-ref.html b/testing/web-platform/tests/html/semantics/forms/the-select-element/customizable-select-listbox/customizable-select-listbox-appearance-ref.html @@ -21,9 +21,6 @@ <div class=customizable-select-option>disabled</div> </div> -<!-- TODO(crbug.com/407801061): Fix padding and remove this div. --> -<div style="position: absolute; top: 150px"> - <div class=customizable-select-listbox size=4> <div class="customizable-select-option selected">with disabled option</div> <div class=customizable-select-option>two</div> diff --git a/testing/web-platform/tests/html/semantics/forms/the-select-element/customizable-select-listbox/customizable-select-listbox-appearance.html b/testing/web-platform/tests/html/semantics/forms/the-select-element/customizable-select-listbox/customizable-select-listbox-appearance.html @@ -28,9 +28,6 @@ select { <option disabled>disabled</option> </select> -<!-- TODO(crbug.com/407801061): Fix padding and remove this div. --> -<div style="position: absolute; top: 150px"> - <select size=4> <option selected>with disabled option</option> <option>two</option>