ortho-writing-mode-001.html (826B)
1 <!DOCTYPE html> 2 <link rel="author" title="David Grogan" href="mailto:dgrogan@chromium.org"> 3 <link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org"> 4 <link rel="help" href="https://drafts.csswg.org/css-sizing-3/#intrinsic-sizes" title="first paragraph"> 5 <link rel="help" href="https://www.w3.org/TR/css-writing-modes-4/#orthogonal-auto"> 6 <link rel="match" href="../reference/ref-filled-green-100px-square.xht"> 7 <meta name="assert" content="The intrinsic size of an orthogonal child is its shrink to fit size after layout" /> 8 9 <p>Test passes if there is a filled green square and <strong>no red</strong>.</p> 10 11 <div style="width:min-content; background:red;"> 12 <div style="writing-mode:vertical-rl; background:green;"> 13 <div style="margin-right:50%; width:50px; height:100px;"></div> 14 </div> 15 </div>