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