diff options
author | Andreas Kling <kling@serenityos.org> | 2020-06-17 17:28:18 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-06-17 20:09:44 +0200 |
commit | de12cf6821679c900ced1c8164741bfefbde97b0 (patch) | |
tree | 990d7f303ee79c33881881b0e8c210e22b5848d2 /Base/home/anon/www/margin-collapse-1.html | |
parent | 4720635aabc06e3ad24bae8a3b08afe6bdb00ae7 (diff) | |
download | serenity-de12cf6821679c900ced1c8164741bfefbde97b0.zip |
Base: Move all the HTML test content into /res/html/misc
Diffstat (limited to 'Base/home/anon/www/margin-collapse-1.html')
-rw-r--r-- | Base/home/anon/www/margin-collapse-1.html | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/Base/home/anon/www/margin-collapse-1.html b/Base/home/anon/www/margin-collapse-1.html deleted file mode 100644 index a71abe391e..0000000000 --- a/Base/home/anon/www/margin-collapse-1.html +++ /dev/null @@ -1,16 +0,0 @@ -<style> -#foo { - border: 1px solid red; - margin: 25px; - width: 100px; - height: 100px; -} -#bar { - border: 1px solid green; - margin: 25px; - width: 100px; - height: 100px; -} -</style> -<div id=foo>foo</div> -<div id=bar>bar</div> |