Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / parser / entity-comment-in-style.html
blob30d0cbb6c4dc6cda9a5cdcc1637ff5edf8c2df8a
1 <html>
2 <head>
3 <style>
4 /* &lt;!-- </style> --&gt; */
5 h1 { background-color: red; }
6 /* This comment should not be part of the style. */
7 </style>
8 </head>
9 <body>
10 <h1>This text should not have a red background.</h1>
11 </body>
12 </html>