tor-browser

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

audio_001.htm (672B)


      1 <!DOCTYPE HTML>
      2 <html>
      3 <head>
      4  <title>HTML5 Media Elements: Content inside the 'audio' element is not shown to the user (image).</title>
      5  <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
      6  <link rel="author" title="Microsoft" href="http://www.microsoft.com/" />
      7  <link rel="help" href="https://html.spec.whatwg.org/multipage/#audio" />
      8  <link rel="match" href="audio_content-ref.htm" />
      9  <meta name="assert" content="Content inside the 'audio' element is not shown to the user (image)." />
     10 </head>
     11 <body>
     12 <p>Test passes if there is no red.</p>
     13 <div id='testcontent'>
     14 <audio><img src="../../../../images/fail.gif" /></audio>
     15 
     16 </div>
     17 </body>
     18 </html>