tor-browser

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

scroll-button-on-object-ref.html (242B)


      1 <!DOCTYPE html>
      2 <title>CSS Overflow Ref: ::scroll-button on object element</title>
      3 <style>
      4  #target {
      5    height: 0;
      6    width: 0;
      7  }
      8 
      9  #target::scroll-button(block-end) {
     10    content: "scroll-button";
     11  }
     12 </style>
     13 <div id="target"></div>