Files
ladybird/Tests/LibWeb/Ref/reference/background-clip-text-ref.html
Aliaksandr Kalenik 2bd43e3603 LibWeb: Remove save() call in DisplayListPlayerSkia::add_mask()
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/
2024-11-03 11:25:01 +01:00

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