tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

anchor-position-multicol-015.html (1108B)


      1 <!DOCTYPE html>
      2 <title>Anchor and OOF before 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="position:absolute; position-anchor:--a; position-area:inline-end center; inline-size:10px; block-size:100%; background:green;"></div>
     14    <div style="column-span:all; block-size:10px; background:green;"></div>
     15    <div style="block-size:50px; background:green;"></div>
     16  </div>
     17 </div>