anchor-position-multicol-016.html (1119B)
1 <!DOCTYPE html> 2 <title>Anchor before spanner, OOF after spanner - 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:90px; background:green;"></div> 9 <div style="position:relative;"> 10 <div style="block-size:90px; background:green;"></div> 11 <div style="anchor-name:--a; inline-size:10px; block-size:90px; background:green;"></div> 12 <div style="block-size:130px; background:green;"></div> 13 <div style="column-span:all; block-size:10px; background:green;"></div> 14 <div style="block-size:50px; background:green;"></div> 15 <div style="position:absolute; position-anchor:--a; position-area:inline-end center; inline-size:10px; block-size:100%; background:green;"></div> 16 </div> 17 </div>