summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/rendering/non-replaced-elements/the-page/body-margin-2k.html
blob: d11febeb5d9fb8d37f289073b7ec42c2180f04db (plain)
1
2
3
4
5
<!doctype html>
<meta charset=utf-8>
<title>Test that body's topmargin/bottommargin attributes take precedence over iframe marginheight in standards mode</title>
<link rel=match href="body-margin-2-ref.html">
<iframe marginheight="20" src="data:text/html,<!doctype html><body topmargin='100' bottommargin='100'>100px top/bottom margins, default left/right margins</body>"></iframe>