Sign in
webkit
/
WebKit
/
9394a477fd489d69e02f177e78e26b46ac6f7705
/
.
/
LayoutTests
/
fast
/
inline
/
negative-margin-with-collapsible-content-assert.html
blob: 636e7e3d7564a2bb32a0ff301f803d5c134fcf51 [
file
] [
log
] [
blame
]
<style>
span
{
margin-left
:
-
50px
;
}
</style>
<div><span>
</span>
Pass if no crash or assert.
</div>
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
</script>