diff options
author | Rodrigo Arias Mallo <rodarima@gmail.com> | 2024-01-01 23:40:52 +0100 |
---|---|---|
committer | Rodrigo Arias Mallo <rodarima@gmail.com> | 2024-01-01 23:40:52 +0100 |
commit | 5ea943a5e789222472e45864e119cf786498bfcd (patch) | |
tree | ea307589de0fdb202474ad4d07c0bef7fe1c53e8 /old/css_compat/tests/border_background_margin.html |
Import original dillo.org website into old/
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> |