serenity/Tests/LibWeb/Ref/inline-paintable-inside-translated-container.html
Aliaksandr Kalenik dc4192c149 LibWeb: Remove CSS transform from InlinePaintable's clip rectangle
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.
2024-04-26 18:40:45 +02:00

14 lines
289 B
HTML

<!doctype html>
<link rel="match" href="reference/inline-paintable-inside-translated-container-ref.html" />
<style>
body {
transform: translateY(100px);
position: absolute;
margin: 0;
}
div {
overflow: hidden;
outline: 1px solid black;
}
</style><body><div><span>hello