summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/parser/open-comment-in-style.html
blob: cf640c0b942955744c925bec7540e46e86c61b81 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<html>
<head>
<style>
/* <!-- */
h1 { background-color: green; }
/* This comment should be part of the style. */
</style>
</head>
<body>
<h1>This text should have a green background.</h1>
</body>
</html>