mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50: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.
5 lines
105 B
HTML
5 lines
105 B
HTML
<!doctype html>
|
|
<style>
|
|
* { outline: 1px solid black; }
|
|
html { display: flex; }
|
|
</style><body><div>Hello
|