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