Sign in
webkit
/
WebKit
/
9f8388ebdf099a98ce75d93c131e5941dc4da269
/
.
/
LayoutTests
/
fast
/
block
/
float
/
019.html
blob: 58bbb07631a1b0901dba7edaffcbd70e95a1ae4e [
file
] [
log
] [
blame
]
<html>
<body>
<div>
<div
style
=
"
border
:
2px
solid olive
;
float
:
right
;
width
:
80px
;
height
:
100px
;
background-color
:
green
"
></div>
<img
width
=
2000
height
=
50
style
=
"
background-color
:
orange
"
>
</div>
</body>
</html>