Sign in
webkit
/
WebKit
/
827d8d85df2265cb42dbb614ee23888d063fb795
/
.
/
LayoutTests
/
fast
/
parser
/
entity-comment-in-style.html
blob: 30d0cbb6c4dc6cda9a5cdcc1637ff5edf8c2df8a [
file
] [
log
] [
blame
]
<html>
<head>
<style>
/*
&
lt
;!--
</style>
--> */
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>