servo/tests/wpt/web-platform-tests/css/css-break/nested-fixedpos-in-inline-crash-000.html

13 lines
379 B
HTML

<!DOCTYPE html>
<link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1312790">
<div style="columns:2;">
<span style="filter:blur(1px);">
<div style="position:relative;">
<div style="position:absolute;">
<div style="position:fixed;">
<div style="position:fixed;"></div>
</div>
</div>
</div>
</span>
</div>