tor-browser

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

interestfor-pseudo-element-dynamic.tentative.html (448B)


      1 <!DOCTYPE html>
      2 <link rel="help" href="https://open-ui.org/components/interest-invokers.explainer">
      3 <link rel="match" href="interestfor-pseudo-element-dynamic-ref.html">
      4 <p>You should see a button with the text PASS below.</p>
      5 <button id="interest" interestfor="target">PASS</button>
      6 <div id="target"></div>
      7 <style>
      8  ::interest-hint { content: "FAIL"; }
      9 </style>
     10 <script>
     11  interest.offsetTop;
     12  interest.removeAttribute("interestfor");
     13 </script>