Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/main
/
.
/
LayoutTests
/
fast
/
inline
/
blocks-in-inline-float-clear.html
blob: 206f79b69db8a68195ffa03dbec7b12e6a7f9df5 [
file
] [
log
] [
blame
] [
edit
]
<!-- webkit-test-runner [ BlocksInInlineLayoutEnabled=true ] -->
<style>
.
float
{
float
:
left
;
height
:
1px
;
width
:
40px
;
}
.
clear
{
clear
:
left
;
width
:
100px
;
}
</style><span><div
class
=
"float"
></div><div
class
=
"clear"
></div></span>