Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/main
/
.
/
LayoutTests
/
svg
/
foreignObject
/
respect-block-margin-expected.html
blob: 3190e5f2889d161c241140642539c074cfcc60de [
file
] [
edit
]
<!DOCTYPE html>
<html>
<head>
<body
style
=
"
margin
:
0
"
>
<div
style
=
"
width
:
400px
;
height
:
120px
;
"
>
<div
style
=
"
margin
:
100px
0
"
>
Margin should be respected
</div>
</div>
</body>
</html>