tor-browser

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

transitions-inline-ref.html (189B)


      1 <html>
      2 <title>Test for CSS transitions and re-wrapping of inlines</title>
      3 <div style="width: 3em">
      4 <span id="test" style="color: green">
      5 This is some text with a transition.
      6 </span>
      7 </div>