haikuwebkit/LayoutTests/fast/parser/open-comment-in-style.html

13 lines
204 B
HTML

<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>