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
/
text
/
firstline
/
002.html
blob
524414933cdfaaa7de6a5fd4f1ea9c0bf26fd416
1
<html>
2
<head>
3
<style>
4
p:first-letter {
5
color: maroon;
6
font-size:
36
px;
7
}
8
</style>
9
<body><p
style
=
"border:2px solid blue"
>
Maroon on the first letter only.
</p>
10
</html>