serenity/Tests/LibWeb/Ref/non-positioned-stacking-context-with-z-index-0.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

8 lines
219 B
HTML

<!doctype html>
<link rel="match" href="reference/non-positioned-stacking-context-with-z-index-0-ref.html"/>
<style>
* { outline: 1px solid black; }
html { display: flex; }
body { z-index: 0; }
</style><body><div>Hello