wpt / css / css-break / nested-fixedpos-in-inline-000-crash.html

Status: PASS | Duration: 1ms | Subtests: 1/1 | Open test on wpt.live | wpt.fyi

/css/css-break/nested-fixedpos-in-inline-000-crash.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>