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