tor-browser

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

commit a6e0194c6f4bdce61bc545c8ce263b84ded7794c
parent f4a9e3d6fa11c40440767051b94b0b7ea60b7112
Author: Lorenz A <me@lorenzackermann.xyz>
Date:   Mon, 10 Nov 2025 22:21:03 +0000

Bug 1996958 [wpt PR 55733] - Fix: Fix a css rule in testharness.js, a=testonly

Automatic update from web-platform-tests
Fix: Fix a css rule in testharness.js

the change was introduces in 7217e443c66461350204832d6c4f05d02f0cfbe1

--

wpt-commits: ef6fcf9d74f6ce25dcc7cd08676aadf908fc825a
wpt-pr: 55733

Diffstat:
Mtesting/web-platform/tests/resources/testharness.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testing/web-platform/tests/resources/testharness.js b/testing/web-platform/tests/resources/testharness.js @@ -5144,7 +5144,7 @@ table#results.assertions > tbody > tr > td:last-child {\ width:35%;\ }\ \ -table#results > thead > > tr > th {\ +table#results > thead > tr > th {\ padding:0;\ padding-bottom:0.5em;\ border-bottom:medium solid black;\