body-margin-2e.html (319B)
1 <!doctype html> 2 <meta charset=utf-8> 3 <title>Test that iframe's marginheight attribute has the right effect in standards mode</title> 4 <link rel=match href="body-margin-2-ref.html"> 5 <iframe marginheight="100" src="data:text/html,<!doctype html><body>100px top/bottom margins, default left/right margins</body>"></iframe>