summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/rendering/non-replaced-elements/the-page/body-margin-1e.html
blob: 8cc463fb1547ab1d0213b1b3a4fa97589abca02e (plain)
1
2
3
4
5
<!doctype html>
<meta charset=utf-8>
<title>Test that iframe's marginwidth attribute has the right effect in standards mode</title>
<link rel=match href="body-margin-1-ref.html">
<iframe marginwidth="100" src="data:text/html,<!doctype html><body>100px left/right margins, default top/bottom margins</body>"></iframe>