mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
7bea2b68f4
Fixes the bug when non-positioned boxes that establish a stacking context and have z-index=0 are ignored during paint commands recording.
7 lines
219 B
HTML
7 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
|