diff options
Diffstat (limited to 'test/html/render/span-padding.ref.html')
-rw-r--r-- | test/html/render/span-padding.ref.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/test/html/render/span-padding.ref.html b/test/html/render/span-padding.ref.html new file mode 100644 index 00000000..1fc775b7 --- /dev/null +++ b/test/html/render/span-padding.ref.html @@ -0,0 +1,13 @@ +<!DOCTYPE html> +<html> + <head> + <title>Test span with padding CSS property</title> + <style> + div {padding-right: 40px; float:left; background: lightgreen} + body {margin: 40px} + </style> + </head> + <body> + <div>hi</div> + </body> +</html> |