Mypal/layout/generic/crashtests/flex-nested-abspos-1.html

8 lines
142 B
HTML

<!DOCTYPE html>
<div style="display:flex">
<div style="position: absolute">
<div style="position: absolute">
</div>
</div>
</div>