Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
8a2c8a97dfd3af0fdb68d49fc58e1163aca8085a
/
.
/
LayoutTests
/
fast
/
inline
/
out-of-flow-content-with-padding-percent-expected.html
blob: 501943073fb938489d6b44d17ad097adb02216be [
file
]
<style>
body
{
font-family
:
Ahem
;
font-size
:
10px
;
color
:
green
;
}
.
float
{
float
:
left
;
width
:
150px
;
height
:
100px
;
background-color
:
green
;
}
</style>
<div
class
=
float
></div>
<div>
PASS if
<br>
visible
</div>