mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-26 19:29:16 +00:00
Fixes bug when CSS transform is applied twice to clip rect: - While calculating absolute clip rectangles in `refresh_clip_state()` - While executing `PushStackingContext` painting command. Duplicated transform is already removed for PaintableBox and this change adds this for InlinePaintable.
12 lines
240 B
HTML
12 lines
240 B
HTML
<!doctype html>
|
|
<link rel="match" href="reference/inline-paintable-inside-translated-container-ref.html" />
|
|
<style>
|
|
body {
|
|
margin-top: 100px;
|
|
margin-left: 0px;
|
|
}
|
|
span {
|
|
outline: 1px solid black;
|
|
}
|
|
</style><body><div><span>hello
|