tor-browser

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

commit cec9d112acabf5dfb415a081c720e6c5f2cbd247
parent b294ea6f2a3d2905d6e2b78d1cf8346e4070240d
Author: Tim Nguyen <nt1m@users.noreply.github.com>
Date:   Wed, 15 Oct 2025 08:58:48 +0000

Bug 1994154 [wpt PR 55402] - Remove `transform-origin: middle left` from transform-014.html, a=testonly

Automatic update from web-platform-tests
Remove `transform-origin: middle left` from transform-014.html (#55402)

There's no value named `middle` for transform-origin, only `center`.
--

wpt-commits: 1da5a8d806a29a83b6984fdd978e232e836fa773
wpt-pr: 55402

Diffstat:
Mtesting/web-platform/tests/css/css-break/transform-014.html | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testing/web-platform/tests/css/css-break/transform-014.html b/testing/web-platform/tests/css/css-break/transform-014.html @@ -6,7 +6,7 @@ <p>Test passes if there is a filled green square and <strong>no red</strong>.</p> <div style="display:flow-root; writing-mode:vertical-rl; width:100px; height:100px; background:red;"> <div style="columns:3; column-fill:auto; gap:0; inline-size:150px; block-size:100px; margin-block-start:100px; margin-inline-start:-50px;"> - <div style="transform:rotate(180deg); transform-origin:middle left; block-size:77px;"> + <div style="transform:rotate(180deg); block-size:77px;"> <div style="position:absolute; inset-block-start:100px; inline-size:100%; block-size:200px; background:green;"></div> </div> </div>