Sign in
chromium
/
external
/
w3c
/
web-platform-tests.git
/
HEAD
/
.
/
css
/
CSS2
/
linebox
/
vertical-align-nested-top-001-ref.html
blob: 1fd155e38013e555c140908310c36b1416ac2ded [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<style>
body
{
font-size
:
18px
;
line-height
:
20px
;
}
.
hb
{
font-size
:
12px
;
vertical-align
:
top
;
}
</style>
<body>
<span
class
=
"hb"
>
XX
</span>
</body>