css-user-agent-style-sheet-test-002.html (705B)
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="The template element itself must be hidden by default"> 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 style="border: 1px solid; width: 100px; height: 100px"> 10 <span style="color:red">Test fails if you can see this text or border around it</span> 11 </template> 12 </body>