Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/main
/
.
/
LayoutTests
/
fast
/
inline
/
float-with-collapsed-margin-assert.html
blob: 5596196b1845f448b76c2225548ebccadebc3c75 [
file
] [
log
] [
blame
] [
edit
]
<style>
span
{
margin-left
:
-
1px
;
}
</style><div><span><div
style
=
"
float
:
left
"
></div><div
style
=
"
margin-top
:
-
1px
"
></div></span></div>
PASS if no assert.
<script>
window
.
testRunner
?.
dumpAsText
();
</script>