about summary refs log tree commit diff stats
path: root/test/layout/inline-backgrounds.html
diff options
context:
space:
mode:
authorbptato <nincsnevem662@gmail.com>2024-04-21 21:26:27 +0200
committerbptato <nincsnevem662@gmail.com>2024-04-21 21:28:45 +0200
commite3d9ee2c6224cd30bf56e24f7988899e0e3985c1 (patch)
tree31116d7d751d058f32bf43313c12673423e8d8be /test/layout/inline-backgrounds.html
parentba88f015ea500bcc574b621392c721ef2c9dbcd0 (diff)
downloadchawan-e3d9ee2c6224cd30bf56e24f7988899e0e3985c1.tar.gz
test: add js & layout tests
(Sadly some layout tests still fail.)
Diffstat (limited to 'test/layout/inline-backgrounds.html')
-rw-r--r--test/layout/inline-backgrounds.html33
1 files changed, 33 insertions, 0 deletions
diff --git a/test/layout/inline-backgrounds.html b/test/layout/inline-backgrounds.html
new file mode 100644
index 00000000..27519bd5
--- /dev/null
+++ b/test/layout/inline-backgrounds.html
@@ -0,0 +1,33 @@
+<pre style="width: 100%; text-align: center">
+<span style="background-color: red">
+<span style="text-align: center">testing</span>
+test test test <span style="display: inline-block; margin-top: -2em">test</span>
+new line
+
+new line
+new line
+done</span>now another thing
+</span>
+</pre>
+but
+<div style="width: 100%; text-align: center">
+<br>
+<span style="background-color: red">
+this works: <span style="text-align: center">testing</span>
+<br>
+<br>
+<br>
+<br>
+test test test <span style="display: inline-block">test</span> thing
+</div>
+final stage
+<pre style="width: 100%; text-align: center">
+<span style="background-color: red">
+<span style="text-align: center">testing</span>
+test test test <span style="display: inline-block; margin-top: -2em">test</span>
+new line
+new line
+new line
+done</span>now another thing
+</span>
+</pre>
r arg@10ksloc.org <unknown> 2006-08-04 10:27:16 +0200 committer arg@10ksloc.org <unknown> 2006-08-04 10:27:16 +0200 small stylistic fix' href='/acidbong/suckless/dwm/commit/util.c?h=2.9&id=8f698bd4ccea058019f9ca89ca19add300064b15'>8f698bd ^
adaa28a ^
dc5d967 ^
adaa28a ^


849e631 ^
adaa28a ^

d4b7a9a ^




6a3ae5e ^
d4b7a9a ^


adaa28a ^
c47da14 ^
439e15d ^
9955ddc ^
dc5d967 ^
9955ddc ^



439e15d ^
a50b15a ^
439e15d ^



16c67f3 ^
7711ab6 ^
e48de30 ^
439e15d ^

0464e42 ^
439e15d ^


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