Sign in
webkit
/
WebKit
/
2ab9dfaee5c791e0d7b2c0893a55ced8677e2e2a
/
.
/
LayoutTests
/
fast
/
block
/
block-only
/
floating-lefts-and-rights-simple.html
blob: a5a24a03205e7194164cc2bfb63294a5189d6aaf [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<body>
<div
style
=
"
float
:
left
;
width
:
40px
;
height
:
25px
;
"
></div>
<div
style
=
"
width
:
100px
;
height
:
100px
"
></div>
<div
style
=
"
float
:
right
;
width
:
10px
;
height
:
16px
;
"
></div>
</div>
</body>
</html>