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
Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
css-generated-content
/
011.html
blob
6eda5a844f7cd1661ba29291fa2ad4dbce063a75
1
<head>
2
<style>
3
h2:before {
4
content:
"\2022 \2022 \2022"
;
5
text-align: center;
6
font-weight: bold;
7
display: block;
8
margin-bottom:
1.5
em;
9
color: #d0d3da;
10
font-size: small;
11
text-shadow: none;
12
}
13
</style>
14
</head>
15
<body>
16
<h2>
This is a test
</h2>