Sign in
webkit
/
WebKit
/
8bde3ead3fc6049bffee0a9d68c7b464d3930194
/
.
/
LayoutTests
/
css3
/
flexbox
/
negative-margins-assert.html
blob: 88c4f124a36579bc61e4dd040c691efab8c86305 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<script>
if
(
window
.
testRunner
)
window
.
testRunner
.
dumpAsText
();
</script>
<style>
div
{
display
:
flex
;
}
.
inner
{
margin-left
:
-
4em
;
}
</style>
<div>
<div>
<div
class
=
"inner"
>
PASS if we don't assert
</div>
</div>
</div>