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

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

/css/css-break/nested-fixedpos-in-inline-001-crash.html

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