summaryrefslogtreecommitdiff
path: root/old/css_compat/tests/margin.html
blob: d9c61aaecca20ab034eb60eb3faf2bf8f4131e2b (plain)
1
2
3
4
5
6
7
8
9
10
<html>
<head>
<style type="text/css">
div {margin: 2em; border: 1px solid black}
</style>
</head>
<body>
<div>dillo</div>
</body>
</html>