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