blob: 2f947b984f7b785d8a9583fd6621869034f03b94 [file] [log] [blame]
<!doctype html>
<meta charset=utf-8>
<title>Test that body's topmargin/bottommargin attributes take precedence over iframe marginheight in quirks mode</title>
<link rel=match href="body-margin-2-ref.html">
<iframe marginheight="20" src="data:text/html,<body topmargin='100' bottommargin='100'>100px top/bottom margins, default left/right margins</body>"></iframe>