tor-browser

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

anchor-fallback-to-self-crash.html (517B)


      1 <!DOCTYPE html>
      2 <title>Anchor-positioned element attempting to anchor to itself as a fallback</title>
      3 <link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
      4 <link rel="help" href="https://issues.chromium.org/issues/401633680">
      5 <style>
      6  @position-try --pf {
      7    position-anchor: --problem;
      8  }
      9 </style>
     10 <div style="anchor-name:--a;"></div>
     11 <div style="position:absolute; anchor-name:--problem; position-anchor:--a; left:anchor(right); margin-left:10px; position-try-fallbacks:--pf;"></div>