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
/
entity-comment-in-style.html
blob
30d0cbb6c4dc6cda9a5cdcc1637ff5edf8c2df8a
1
<html>
2
<head>
3
<style>
4
/*
<
!--
</style>
--
>
*/
5
h1 { background-color: red; }
6
/* This comment should not be part of the style. */
7
</style>
8
</head>
9
<body>
10
<h1>
This text should not have a red background.
</h1>
11
</body>
12
</html>