tor-browser

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

test_speech_repeating_utterance.html (578B)


      1 <!DOCTYPE HTML>
      2 <html>
      3 <head>
      4  <meta charset="utf-8">
      5  <title>Test for Bug 1305344: Utterance not repeating in Firefox</title>
      6  <script src="/tests/SimpleTest/SimpleTest.js"></script>
      7  <script src="common.js"></script>
      8  <link rel="stylesheet" href="/tests/SimpleTest/test.css"/>
      9 </head>
     10 <body>
     11  <a target="_blank" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1305344">Mozilla Bug 1305344</a>
     12  <iframe id="testFrame"></iframe>
     13  <script>
     14    SimpleTest.waitForExplicitFinish();
     15    loadSpeechTest('file_speech_repeating_utterance.html');
     16  </script>
     17 </body>
     18 </html>