intrinsic-size-001.html (557B)
1 <!DOCTYPE html> 2 <title>Intrinsic size computation with specified padding</title> 3 <link rel="author" title="Googld Inc." href="https://www.google.com/"> 4 <link rel="help" href="https://drafts.csswg.org/css-multicol/#pseudo-algorithm " title="3.4. Pseudo-algorithm"> 5 <link rel="match" href="../reference/ref-filled-green-100px-square.xht"> 6 <p>Test passes if there is a filled green square and <strong>no red</strong>.</p> 7 <div style="float:left; columns:2; height:40px; padding:30px; column-gap:0; background:green;"> 8 <div style="width:20px;"></div> 9 </div>