summaryrefslogtreecommitdiff
path: root/old/css_compat/tests/padding.html
diff options
context:
space:
mode:
Diffstat (limited to 'old/css_compat/tests/padding.html')
-rw-r--r--old/css_compat/tests/padding.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/old/css_compat/tests/padding.html b/old/css_compat/tests/padding.html
new file mode 100644
index 0000000..c3836e4
--- /dev/null
+++ b/old/css_compat/tests/padding.html
@@ -0,0 +1,10 @@
+<html>
+<head>
+<style type="text/css">
+div {padding: 2em; border: 1px solid black}
+</style>
+</head>
+<body>
+<div>dillo</div>
+</body>
+</html>