Sign in
webkit
/
WebKit
/
b387ed984cfa86e07321d6d915fc6d801afbcecc
/
.
/
LayoutTests
/
fast
/
text-autosizing
/
line-height-number-expected.html
blob: b49eb183237b8af70611dd7ea15eaac5fa87f449 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<head>
</head>
<body>
This test makes sure that text-size-adjust only gets applied once to line-height.
<div
style
=
"
font-size
:
75px
;
line-height
:
1.20
;
width
:
1px
;
border
:
3px
solid green
;
"
>
asdf asdf
</div>
</body>
</html>