mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-26 19:29:16 +00:00
This save() call did not have matching restore(). For mask application it's display list builder responsibility to emit save() and restore() so mask is applied only to relevant portion. Progress on https://www.jetbrains.com/
8 lines
183 B
HTML
8 lines
183 B
HTML
<!doctype html>
|
|
<style>
|
|
* { outline: 1px solid black; font-size: 100px; }
|
|
.overflow-hidden {
|
|
overflow: hidden;
|
|
}
|
|
</style><body><div>hello</div><div class="overflow-hidden"><div>x
|