tor-browser

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

css-user-agent-style-sheet-test-001.html (637B)


      1 <!DOCTYPE html>
      2    <title>Template Test: check that template content is invisible by default</title>
      3    <link rel="author" title="Sergey G. Grekhov" href="mailto:sgrekhov@unipro.ru">
      4    <link rel="help" href="http://www.w3.org/TR/2013/WD-html-templates-20130214/#css-additions">
      5    <meta name="assert" content="Test checks that the template contents are hidden implicitly">
      6    <link rel="match" href="css-user-agent-style-sheet-test-001-ref.html">
      7 <body>
      8    <p>Test passes if there's no anything below this line.</p>
      9    <template>
     10        <span style="color:red">Test fails if you can see this text</span>
     11    </template>
     12 </body>