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

13 lines
227 B
HTML

<html>
<head>
<style>
/* &lt;!-- </style> --&gt; */
h1 { background-color: red; }
/* This comment should not be part of the style. */
</style>
</head>
<body>
<h1>This text should not have a red background.</h1>
</body>
</html>