repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
parser
/
open-comment-in-style.html
blob
cf640c0b942955744c925bec7540e46e86c61b81
1
<html>
2
<head>
3
<style>
4
/*
<!-- */
5
h1 { background-color: green; }
6
/* This comment should be part of the style. */
7
</style>
8
</head>
9
<body>
10
<h1>This text should have a green background.</h1>
11
</body>
12
</html>