This commit is contained in:
waterson%netscape.com 2002-01-31 03:02:30 +00:00
Родитель 031dbe30b7
Коммит fd93806895
2 изменённых файлов: 52 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,51 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0//EN"><html lang="en"><head><title>Mozilla Tests: Inline margins</title>
<style type="text/css">
span.left { margin-left: 10em; }
span.right { margin-right: 10em; }
div { width: 30em; border: thin solid; }
</style></head>
<body>
<h1>Inline margins</h1>
<p>The following DIV has a width of 50em, and the span it contains has margins of 20em.</p>
<div>
<span class="left right">
a b c d e f g h i j k l m n o p q r s t u v w x y z
a b c d e f g h i j k l m n o p q r s t u v w x y z
a b c d e f g h i j k l m n o p q r s t u v w x y z
a b c d e f g h i j k l m n o p q r s t u v w x y z
a b c d e f g h i j k l m n o p q r s t u v w x y z
a b c d e f g h i j k l m n o p q r s t u v w x y z
a b c d e f g h i j k l m n o p q r s t u v w x y z
a b c d e f g h i j k l m n o p q r s t u v w x y z
a b c d e f g h i j k l m n o p q r s t u v w x y z
a b c d e f g h i j k l m n o p q r s t u v w x y z
a b c d e f g h i j k l m n o p q r s t u v w x y z
a b c d e f g h i j k l m n o p q r s t u v w x y z
a b c d e f g h i j k l m n o p q r s t u v w x y z
a b c d e f g h i j k l m n o p q r s t u v w x y z
a b c d e f g h i j k l m n o p q r s t u v w x y z
</span>
</div>
<p>It should lay out identically to this:</p>
<div>
<span class="left"></span>
a b c d e f g h i j k l m n o p q r s t u v w x y z
a b c d e f g h i j k l m n o p q r s t u v w x y z
a b c d e f g h i j k l m n o p q r s t u v w x y z
a b c d e f g h i j k l m n o p q r s t u v w x y z
a b c d e f g h i j k l m n o p q r s t u v w x y z
a b c d e f g h i j k l m n o p q r s t u v w x y z
a b c d e f g h i j k l m n o p q r s t u v w x y z
a b c d e f g h i j k l m n o p q r s t u v w x y z
a b c d e f g h i j k l m n o p q r s t u v w x y z
a b c d e f g h i j k l m n o p q r s t u v w x y z
a b c d e f g h i j k l m n o p q r s t u v w x y z
a b c d e f g h i j k l m n o p q r s t u v w x y z
a b c d e f g h i j k l m n o p q r s t u v w x y z
a b c d e f g h i j k l m n o p q r s t u v w x y z
a b c d e f g h i j k l m n o p q r s t u v w x y z
<span class="right"></span>
</div>
</body></html>

Просмотреть файл

@ -137,6 +137,7 @@ file:///s:/mozilla/layout/html/tests/block/bugs/44264-2.html
file:///s:/mozilla/layout/html/tests/block/bugs/44264-3.html
file:///s:/mozilla/layout/html/tests/block/bugs/44709.html
file:///s:/mozilla/layout/html/tests/block/bugs/45621.html
file:///s:/mozilla/layout/html/tests/block/bugs/46918.html
file:///s:/mozilla/layout/html/tests/block/bugs/47456.html
file:///s:/mozilla/layout/html/tests/block/bugs/47456_1.html
file:///s:/mozilla/layout/html/tests/block/bugs/48057.html