Aliaksandr Kalenik
08f217526a
LibWeb: Use rect of containing block instead of parent to clip overflow
Move overflow clipping from `before_children_paint` into separate
method and call this method on containing block instead of parent.
Example that got fixed:
```html
<!DOCTYPE html><html><head><style>
* {
border: 2px solid black;
}
body {
overflow: hidden;
}
.inner {
position: absolute;
width: 100px;
height: 100px;
background: lime;
}
</style></head><body><div class=inner></div>
```
2023-01-25 10:44:58 +01:00
..
2023-01-18 17:36:39 -05:00
2023-01-10 16:08:14 +01:00
2023-01-24 21:12:44 -05:00
2023-01-24 11:44:03 +01:00
2023-01-10 16:08:14 +01:00
2023-01-10 16:08:14 +01:00
2023-01-22 01:03:13 +00:00
2023-01-10 16:08:14 +01:00
2023-01-10 16:08:14 +01:00
2023-01-10 16:08:14 +01:00
2023-01-22 18:15:52 +01:00
2023-01-10 17:54:01 +00:00
2023-01-10 16:08:14 +01:00
2023-01-24 20:47:11 +01:00
2023-01-18 14:46:13 +00:00
2023-01-10 16:08:14 +01:00
2023-01-12 19:55:10 +01:00
2023-01-25 10:44:58 +01:00
2023-01-12 11:25:51 +01:00
2023-01-10 16:08:14 +01:00
2023-01-10 16:08:14 +01:00
2023-01-12 19:55:10 +01:00
2023-01-10 16:08:14 +01:00
2023-01-10 16:08:14 +01:00
2023-01-10 16:08:14 +01:00
2023-01-10 16:08:14 +01:00
2023-01-13 18:50:47 -05:00
2023-01-17 19:52:52 -05:00
2023-01-15 01:00:20 +00:00
2023-01-10 16:08:14 +01:00
2023-01-10 16:08:14 +01:00
2023-01-10 16:08:14 +01:00
2023-01-09 23:00:24 +00:00
2023-01-18 17:36:39 -05:00
2023-01-17 10:18:33 +01:00
2023-01-12 23:29:57 +00:00
2023-01-09 23:00:24 +00:00
2023-01-21 14:35:00 +01:00
2023-01-18 17:36:39 -05:00
2023-01-09 23:00:24 +00:00
2023-01-09 23:00:24 +00:00
2023-01-21 10:36:14 +01:00