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

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

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

<!DOCTYPE html>
<link rel="help" href="https://issuetracker.google.com/issues/406053621">
<div style="column-count: 1;">
  <div style="filter: blur(0px); display: inline;">
    <div style="filter: blur(0px); display: inline">
      <div style="position: relative;">
        <div style="position: absolute;">
          <div style="position: fixed;"></div>
        </div>
      </div>
    </div>
  </div>
</div>