about summary refs log tree commit diff stats
path: root/test/layout/inline-margin-collapses-over-empty-boxes.html
diff options
context:
space:
mode:
Diffstat (limited to 'test/layout/inline-margin-collapses-over-empty-boxes.html')
-rw-r--r--test/layout/inline-margin-collapses-over-empty-boxes.html43
1 files changed, 43 insertions, 0 deletions
diff --git a/test/layout/inline-margin-collapses-over-empty-boxes.html b/test/layout/inline-margin-collapses-over-empty-boxes.html
new file mode 100644
index 00000000..859b3f87
--- /dev/null
+++ b/test/layout/inline-margin-collapses-over-empty-boxes.html
@@ -0,0 +1,43 @@
+<!DOCTYPE html>
+<span>
+test1
+<div>
+test2
+</div>
+test3
+</span>
+
+<br>
+
+<span>
+test4
+<div style="margin-bottom: 1em">
+test5
+</div>
+<div style="margin-top: 1em">
+test6
+</div>
+</span>
+
+<span>
+test7
+<div style="margin-bottom: 1em">
+test8
+</div>
+<div style="margin-top: 1em">
+</div>
+test9
+</span>
+
+<br>
+<span>
+testa
+<div style="margin-bottom: 1em">
+testb
+</div>
+<div style="margin-top: 1em; margin-bottom: 2em">
+</div>
+</span>
+<div style="margin-top: 2em">
+testd
+</div>
-0400 committer Thomas E. Dickey <dickey@invisible-island.net> 1998-05-02 23:39:11 -0400 snapshot of project "lynx", label v2-8-1dev_8' href='/ingrix/lynx-snapshots/commit/CHANGES?id=62e34428d357f609be17a866638bedb45f935d8e'>62e34428 ^
2a94396c ^







84271e58 ^































af9be28b ^










84271e58 ^

af9be28b ^















43797ce7 ^






d8e8363b ^
















1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124