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/flex-item-padding-block-in-inline-crash.html - WPT Dashboard Interop Dashboard
 
 
<!DOCTYPE html>
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
<p>Pass if no freeze or crash.</p>
<div style="columns:3; column-fill:auto; height:100px;">
  <div style="display:flex;">
    <div>
      <span>
        <div style="display:flex; margin-top:10px;">
          <div style="padding-bottom:100px;"></div>
          <div>
            <div style="height:50px;"></div>
          </div>
        </div>
      </span>
    </div>
  </div>
</div>