commit 479989ca31d6b038aae32925b6a030beb41f6683
parent 8e4b4041e8363d6f97a0c87671387efa691f7dcb
Author: Tim Nguyen <nt1m@users.noreply.github.com>
Date: Wed, 15 Oct 2025 08:58:36 +0000
Bug 1993990 [wpt PR 55385] - Remove invalid `transform-origin: middle left` from transform-025.html, a=testonly
Automatic update from web-platform-tests
Remove invalid `transform-origin: middle left` from transform-025.html (#55385)
There's a value named center, but not middle.
--
wpt-commits: 29bd2ecca8f3c9f3e125cc1ad80480d898f7524b
wpt-pr: 55385
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/testing/web-platform/tests/css/css-break/transform-025.html b/testing/web-platform/tests/css/css-break/transform-025.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:sideways-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>