Sign in
chromium
/
external
/
WebKit_LayoutTests
/
master
/
.
/
fast
/
css
/
quirk-orphaned-units.html
blob: 82047e5a5e96b762cbe95f5a1555bca288788446 [
file
]
<div
style
=
"
border
:
5
em solid red
"
>
This border should be 5em thick.
</div>
<div
style
=
"
width
:
100
px
;
background-color
:
lime
"
>
This div should be 100px wide.
</div>