Sign in
webkit
/
WebKit
/
73d489c153bea24ba07ff63ba8b8ea61cc2bba7a
/
.
/
Tools
/
LayoutReloaded
/
test
/
multiple-left-floats-on-line-simple.html
blob: af8885f80e4d163ccdc60f51d3efab13dc916e64 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<body>
<div><div
style
=
"
float
:
left
;
width
:
10px
;
height
:
10px
;
"
></div>
foobar foobar
<div
style
=
"
float
:
left
;
width
:
10px
;
height
:
10px
;
"
></div><div
style
=
"
float
:
left
;
width
:
10px
;
height
:
10px
;
"
></div></div>
</body>
</html>