diff options
Diffstat (limited to 'old/css_compat/tests/border_background_margin.html')
-rw-r--r-- | old/css_compat/tests/border_background_margin.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/old/css_compat/tests/border_background_margin.html b/old/css_compat/tests/border_background_margin.html new file mode 100644 index 0000000..7bf6043 --- /dev/null +++ b/old/css_compat/tests/border_background_margin.html @@ -0,0 +1,12 @@ +<html> +<head> +<title>border, background, and margin</title> +<style type=text/css> +.a { background-color: green; margin-top: 1em; border: 1px solid} +</style> +</head> +<body> +<div></div> +<div class="a">there should be a green box with a single 1px border</div> +</body> +</html> |