tor-browser

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

video_controls_present-manual.html (738B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4    <title>Video Test: video_controls_present.html</title>
      5    <link rel="author" title="Intel" href="http://www.intel.com" />
      6    <link rel="help" href="https://html.spec.whatwg.org/multipage/#dom-media-controls" />
      7    <meta name="flags" content="" />
      8    <meta name="assert" content="Check if the controls attribute is present in the video element that expecting the user agent exposes a controller user interface" />
      9  </head>
     10  <body>
     11    <p>Test passes if a controller user interface appears below and the text 'The user agent doesn't support media element.' does not appear anywhere on this page</p>
     12    <video id="m" controls>The user agent doesn't support media element.</video>
     13  </body>
     14 </html>