summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/rendering/replaced-elements/images/space-ref.html
blob: 0cf272e16211098b6020d5d15d0d71336ba88a59 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!doctype html>
<meta charset=utf-8>
<title>img hspace/vspace - reference</title>
<style>
span { background: blue; }
</style>
<div style=width:400px;>
<p><span><img src=/images/green.png></span>
<p><span><img src=/images/green.png style="margin: 0 10px"></span>
<p><span><img src=/images/green.png style="margin: 10px 0"></span>
<p><span><img src=/images/green.png style="margin: 0 10%"></span>
<p><span><img src=/images/green.png style="margin: 10% 0"></span>
</div>