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