зеркало из https://github.com/mozilla/pjs.git
Add test case for bug 46918.
This commit is contained in:
Родитель
031dbe30b7
Коммит
fd93806895
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче