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/out-of-flow-with-negative-offset-crash.html - WPT Dashboard Interop Dashboard
 
 
<!DOCTYPE html>
<div style="columns:2; column-fill:auto; height:15px;">
  <div style="columns:2; column-fill:auto;">
    <div style="height:20px;"></div>
    <div style="position:relative;">
      <div style="height:20px;"></div>
      <div style="column-span:all; columns:1; padding-top:30px;"></div>
      <div style="height:20px;"></div>
      <div style="position:absolute; top:-10px; height:5px;"></div>
    </div>
  </div>
</div>