Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / parser / html-html-comment-in-style-block.html
blob42769d7fbf4850b9e0742592c78c47459e51ad51
1 <html>
2 <head>
3 <script>
4 if (window.testRunner)
5 testRunner.dumpAsText();
6 </script>
7 <style type="text/css">
8 .pass {display: none}
9 .fail {display: block}
10 <!--
11 .pass {display: block}
12 .fail {display: none}
13 -->
14 </style>
15 </head>
16 <body>
17 <p>This page tests that style written inside an HTML comment is applied.
18 </p>
19 <span class="pass">PASS</span>
20 <span class="fail">FAIL</span>
21 </body>
22 </html>