Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
8a2c8a97dfd3af0fdb68d49fc58e1163aca8085a
/
.
/
LayoutTests
/
fast
/
block
/
float
/
intruding-float-from-previous-blocks-expected.html
blob: 5625c2d0155d8ac0aaeeeefa35c4b992829caade [
file
]
<style>
.
float
{
float
:
left
;
width
:
50px
;
height
:
100px
;
background
:
blue
;
}
</style>
<div>
PASS if green box shows.
</div>
<div
class
=
"float"
></div>
<div
class
=
"float"
style
=
"
background-color
:
green
"
></div>