Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
8a2c8a97dfd3af0fdb68d49fc58e1163aca8085a
/
.
/
LayoutTests
/
fast
/
forms
/
single-text-line-content-clipping-expected.html
blob: 012eff0b7fd943424e3a21abc646d6018fa6dde8 [
file
]
<style>
body
{
margin-top
:
4px
;
margin-left
:
9px
;
}
div
{
font-family
:
Monospace
;
font-size
:
26px
;
color
:
green
;
border
:
2px
solid transparent
;
}
</style>
<div>
PASS if this is centered
</div>
<div
style
=
"
margin-top
:
-
8px
"
>
and not cut half
</div>