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