Sign in
webkit
/
WebKit
/
a6edbe4fcdd8ab8caefd3d7cf2513d9cb3819bed
/
.
/
Tools
/
LayoutReloaded
/
test
/
floating-multiple-lefts-multiple-lines.html
blob: ba275233f3746e4e7e4dade8c8084b02bf1e455b [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<head>
<style>
body
{
margin
:
0px
;
padding
:
8px
;
}
</style>
</head>
<body>
<div
style
=
"
width
:
185px
;
height
:
200px
;
"
>
<div
style
=
"
float
:
left
;
width
:
40px
;
height
:
25px
;
"
></div>
</div>
</body>
</html>