repo.or.cz
/
gecko.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git]
/
layout
/
reftests
/
columns
/
first-line-first-letter-ref.html
blob
bdf5189772b9b7af688d4c45dbb685c62d479cd3
1
<!DOCTYPE
html
>
2
<meta
charset
=
"UTF-8"
>
3
4
<style>
5
div {
6
border:
1
px solid red;
7
width:
400
px;
8
}
9
div::first-letter {
10
font-size:
200
%;
11
}
12
div::first-line {
13
color: blue;
14
}
15
</style>
16
17
<div>
first line (blue)
<br>
second line
</div>