tor-browser

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

audio-without-controls.html (568B)


      1 <!DOCTYPE html>
      2 <title>HTML audio without controls</title>
      3 <link rel="author" title="Mozilla" href="https://www.mozilla.org/">
      4 <link rel="help" href="https://html.spec.whatwg.org/multipage/rendering.html#embedded-content-rendering-rules">
      5 <link rel="match" href="../../../../css/reference/ref-filled-green-100px-square.xht" />
      6 
      7 <p>Test passes if there is a filled green square and <strong>no red</strong>.</p>
      8 
      9 <div style="width: 100px; height: 100px; background: green;">
     10  <audio style="display: block; width: 100px; height: 100px; background: red;"></audio>
     11 </div>