Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
            
- /css/css-break/nested-multicol-with-spanner-and-oof-005-crash.html - WPT Dashboard Interop Dashboard
 
 
<!DOCTYPE html>
<p>PASS if no crash or DCHECK failure.</p>
<div style="column-count:2;">
  <div style="column-count:1;">
    <div style="column-span:all;">
      <div style="position:relative;">
        <div style="column-count:1; position:absolute; height:10px; width:10px;">
          <div style="position:relative;">
            <div style="position:absolute; height:10px; width:5px;"></div>
          </div>
        </div>
      </div>
    </div>
  </div>
</div>