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
/
text
/
firstline
/
003.html
blob
0411cbc7a9608b7940a08d36214f99491d6c110f
1
<html>
2
<head>
3
<style>
4
p:first-letter {
5
position: relative;
6
left:
100
px;
7
top:
100
px;
8
font-size:
24
px;
9
color:red;
10
}
11
</style>
12
</head>
13
<body>
14
<p>
15
A The
"A"
should be big and red and ignore the position: relative.
16
</p>
17
</body>
18
</html>