tor-browser

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

u0041_first.html (780B)


      1 <!DOCTYPE html>
      2 <html class="reftest-wait">
      3 <title>WebVTT rendering, bidi U+0041 first</title>
      4 <link rel="match" href="u0041_first-ref.html">
      5 <!--
      6 0041..005A    ; L # L&  [26] LATIN CAPITAL LETTER A..LATIN CAPITAL LETTER Z
      7 http://www.unicode.org/Public/UNIDATA/extracted/DerivedBidiClass.txt
      8 -->
      9 <style>
     10 html { overflow:hidden }
     11 body { margin:0 }
     12 </style>
     13 <script src="/common/reftest-wait.js"></script>
     14 <video width="320" height="180" autoplay onplaying="this.onplaying = null; this.pause(); takeScreenshot();">
     15    <source src="/media/white.webm" type="video/webm">
     16    <source src="/media/white.mp4" type="video/mp4">
     17    <track src="../support/u0041_first.vtt">
     18    <script>
     19    document.getElementsByTagName('track')[0].track.mode = 'showing';
     20    </script>
     21 </video>
     22 </html>