ladybird/Tests/LibWeb/Ref/expected/overflow-hidden-8-ref.html
Aliaksandr Kalenik 9bbc1cd618 LibWeb: Check if transform is identity instead of has_css_transform()
...in clip and scroll frames calculation algorithm.

Fix a regression from 719a50c where display-list recording disagreed
with the clipping logic about whether a stacking context is transformed.
`has_css_transform()` returns true whenever the computed transform is
not `none`, which differs from an identity-matrix check. These yield
different results for cases like `translate(0, 0)`.
2025-09-23 23:35:19 +02:00

8 lines
No EOL
156 B
HTML

<!DOCTYPE html><style>
#inner {
background-color: blueviolet;
width: 100px;
height: 100px;
border-radius: 9999px;
}
</style><div id="inner">