Sign in
webkit
/
WebKit
/
refs/heads/safari-4-branch
/
.
/
LayoutTests
/
fast
/
parser
/
comment-in-style.html
blob: 5671956d4e650da3d4bd983d3b20feae7cb5c46b [
file
] [
log
] [
blame
]
<html>
<head>
<style>
/*
<!--
</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>