Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
8a2c8a97dfd3af0fdb68d49fc58e1163aca8085a
/
.
/
LayoutTests
/
fast
/
parser
/
open-comment-in-style.html
blob: cf640c0b942955744c925bec7540e46e86c61b81 [
file
]
<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>