Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
8a2c8a97dfd3af0fdb68d49fc58e1163aca8085a
/
.
/
LayoutTests
/
fast
/
block
/
float
/
clear-followed-by-empty-content-expected.html
blob: a26c7e40eaab29f7200c3dc3ec31f53085881764 [
file
]
<style>
.
green
{
background
:
green
;
float
:
left
;
width
:
100px
;
height
:
100px
;
}
.
blue
{
background
:
blue
;
width
:
200px
;
height
:
100px
;
}
</style>
<div
class
=
'green'
></div><div
class
=
'blue'
></div>
PASS if blue box is as tall as the green one.