Sign in
webkit
/
WebKit
/
e17d3f7b50f036258ce13dc778c72e4dadd304bb
/
.
/
Tools
/
LayoutReloaded
/
test
/
inline-with-right-float-simple.html
blob: 7522a5757b8e2e2af6d78c38e93475a68fe30967 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<body>
<div
style
=
"
width
:
100px
;
height
:
100px
;
"
>
foobar foobar foobar
<div
style
=
"
float
:
right
;
width
:
20px
;
height
:
20px
;
"
></div>
<
<div
style
=
"
float
:
right
;
width
:
20px
;
height
:
20px
;
"
></div></div>
</body>
</html>