tor-browser

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

position-try-fallbacks-002.html (721B)


      1 <!DOCTYPE html>
      2 <title>position-try-fallbacks:flip-block on bottom:anchor(inside)</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/#position-try-fallbacks">
      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="position:relative; width:100px; height:100px; background:red;">
      8  <div style="anchor-name:--a; height:20px;"></div>
      9  <div style="position:absolute; position-anchor:--a; bottom:anchor(inside); position-try-fallbacks:flip-block; width:100px; height:100px; background:green;"></div>
     10 </div>