Upstream version 7.35.144.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / w3c / web-platform-tests / html-templates / additions-to-the-css-user-agent-style-sheet / css-user-agent-style-sheet-test-001.html
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>