Sign in
chromium
/
external
/
github.com
/
GNOME
/
gtk
/
refs/heads/upstream/simplify-rendernode-parser
/
.
/
testsuite
/
css
/
parser
/
line-height.css
blob: 66a6b5f784396f2cd22b1920237be937a8ddb921 [
file
] [
edit
]
a
{
line-height
:
initial
;
}
b
{
line-height
:
inherit
;
}
c
{
line-height
:
unset
;
}
d
{
line-height
:
normal
;
}
e
{
line-height
:
1.5
;
}
f
{
line-height
:
200%
;
}
g
{
line-height
:
2em
;
}