Sign in
webkit
/
WebKit
/
2ab9dfaee5c791e0d7b2c0893a55ced8677e2e2a
/
.
/
LayoutTests
/
fast
/
block
/
block-only
/
floating-left-right-simple.html
blob: 554cad21efdf774046b0a68397171bab48a8f136 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<body>
<div
style
=
"
width
:
200px
;
height
:
200px
;
"
>
<div
style
=
"
width
:
10px
;
height
:
10px
;
"
></div>
<div
style
=
"
float
:
left
;
width
:
20px
;
height
:
20px
;
"
>
<div
style
=
"
width
:
10px
;
height
:
10px
;
"
></div>
</div>
</body>
</html>