anchor-position-multicol-013.html (979B)
1 <!DOCTYPE html> 2 <title>Anchor and OOF, column balancing - vertical-rl</title> 3 <link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org"> 4 <link rel="help" href="https://drafts.csswg.org/css-anchor-position-1/#position-anchor"> 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="writing-mode:vertical-rl; columns:5; gap:0; width:100px; height:100px; background:red;"> 8 <div style="block-size:110px; background:green;"></div> 9 <div style="position:relative;"> 10 <div style="block-size:110px; background:green;"></div> 11 <div style="anchor-name:--a; inline-size:10px; block-size:110px; background:green;"></div> 12 <div style="block-size:170px; background:green;"></div> 13 <div style="position:absolute; position-anchor:--a; position-area:inline-end center; inline-size:10px; block-size:100%; background:green;"></div> 14 </div> 15 </div>