diff options
Diffstat (limited to 'Base')
-rw-r--r-- | Base/home/anon/www/margin-collapse-1.html | 16 | ||||
-rw-r--r-- | Base/home/anon/www/welcome.html | 1 |
2 files changed, 17 insertions, 0 deletions
diff --git a/Base/home/anon/www/margin-collapse-1.html b/Base/home/anon/www/margin-collapse-1.html new file mode 100644 index 0000000000..a71abe391e --- /dev/null +++ b/Base/home/anon/www/margin-collapse-1.html @@ -0,0 +1,16 @@ +<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> diff --git a/Base/home/anon/www/welcome.html b/Base/home/anon/www/welcome.html index 19306ae8cd..ed0c2e14b1 100644 --- a/Base/home/anon/www/welcome.html +++ b/Base/home/anon/www/welcome.html @@ -28,6 +28,7 @@ span#ua { <p>Your user agent is: <b><span id="ua"></span></b></p> <p>Some small test pages:</p> <ul> + <li><a href="margin-collapse-1.html">margin collapsing 1</a></li> <li><a href="position-absolute-from-edges.html">position: absolute, offset from edges</a></li> <li><a href="iframe.html">iframe</a></li> <li><a href="many-buggies.html">many buggies</a></li> |