Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/webkit-2023.7-embargoed
/
.
/
LayoutTests
/
fast
/
forms
/
single-text-line-content-clipping-expected.html
blob: 012eff0b7fd943424e3a21abc646d6018fa6dde8 [
file
] [
edit
]
<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>