serenity/Tests/LibWeb/Ref/reference/non-positioned-stacking-context-with-z-index-0-ref.html
Aliaksandr Kalenik 7bea2b68f4 LibWeb: Paint non-positioned SC with z-index=0 in paint_descendants()
Fixes the bug when non-positioned boxes that establish a stacking
context and have z-index=0 are ignored during paint commands recording.
2024-04-28 22:28:18 +02:00

6 lines
105 B
HTML

<!doctype html>
<style>
* { outline: 1px solid black; }
html { display: flex; }
</style><body><div>Hello