tor-browser

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

object-with-unrendered-text-fallback.html (152B)


      1 <!DOCTYPE html>
      2 <style>
      3 caption:first-letter { color: red; }
      4 </style>
      5 
      6 <object>
      7  <table>
      8    <caption dir="rtl">)))XX?</caption>
      9  </table>
     10 </object>