From 3fd779054244607b37679f8b210c79455708a34b Mon Sep 17 00:00:00 2001 From: Ilyong Cho Date: Wed, 28 Aug 2013 16:22:25 +0900 Subject: [PATCH] Add reftest for margin collapsing --- src/test/ref/basic.list | 1 + src/test/ref/margin_a.html | 74 ++++++++++++++++++++++++++++++++++++++ src/test/ref/margin_b.html | 74 ++++++++++++++++++++++++++++++++++++++ 3 files changed, 149 insertions(+) create mode 100644 src/test/ref/margin_a.html create mode 100644 src/test/ref/margin_b.html diff --git a/src/test/ref/basic.list b/src/test/ref/basic.list index e9140ef13d4..3a4742786b3 100644 --- a/src/test/ref/basic.list +++ b/src/test/ref/basic.list @@ -1,2 +1,3 @@ == basic_width_px.html basic_width_em.html == hello_a.html hello_b.html +== margin_a.html margin_b.html diff --git a/src/test/ref/margin_a.html b/src/test/ref/margin_a.html new file mode 100644 index 00000000000..fb477aa30d9 --- /dev/null +++ b/src/test/ref/margin_a.html @@ -0,0 +1,74 @@ + + + margin + + + +
+

p1

+

p2

+

p3

+
+
+

p4

+

p5

+
+
+

p6

+

p7

+

p8

+
+
+

p9

+
+
+

p10

+
+
+

p11

+
+
+

p12

+
+ + diff --git a/src/test/ref/margin_b.html b/src/test/ref/margin_b.html new file mode 100644 index 00000000000..ac8f3fa9b7c --- /dev/null +++ b/src/test/ref/margin_b.html @@ -0,0 +1,74 @@ + + + margin + + + +
+

p1

+

p2

+

p3

+
+
+

p4

+

p5

+
+
+

p6

+

p7

+

p8

+
+
+

p9

+
+
+

p10

+
+
+

p11

+
+
+

p12

+
+ +