Skip to content

Commit b9543fd

Browse files
committed
Bug 1935176 [wpt PR 49524] - Test that setting background-color on ::column has no effect, a=testonly
Automatic update from web-platform-tests Test that setting background-color on ::column has no effect Bug: 365680822 Change-Id: Iea120f4768f8506d2caec9aa1dd552b150ba3768 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6068729 Commit-Queue: Rune Lillesveen <futharkchromium.org> Reviewed-by: Morten Stenshorne <mstenshochromium.org> Cr-Commit-Position: refs/heads/main{#1391670} -- wpt-commits: 1943797cd0568b7e0088b77a8e499a56a53870b5 wpt-pr: 49524 UltraBlame original commit: d9a16c9173b585ecc19077147ed53910b3fc807c
1 parent b0cb23c commit b9543fd

File tree

2 files changed

+231
-0
lines changed

2 files changed

+231
-0
lines changed
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
<
2+
!
3+
DOCTYPE
4+
html
5+
>
6+
<
7+
title
8+
>
9+
CSS
10+
Test
11+
Reference
12+
<
13+
/
14+
title
15+
>
16+
<
17+
p
18+
>
19+
You
20+
should
21+
see
22+
no
23+
red
24+
or
25+
"
26+
FAIL
27+
"
28+
below
29+
.
30+
<
31+
/
32+
p
33+
>
Lines changed: 198 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,198 @@
1+
<
2+
!
3+
DOCTYPE
4+
html
5+
>
6+
<
7+
title
8+
>
9+
CSS
10+
Multi
11+
-
12+
column
13+
Layout
14+
Test
15+
:
16+
:
17+
:
18+
column
19+
background
20+
-
21+
color
22+
has
23+
no
24+
effect
25+
<
26+
/
27+
title
28+
>
29+
<
30+
link
31+
rel
32+
=
33+
"
34+
help
35+
"
36+
href
37+
=
38+
"
39+
https
40+
:
41+
/
42+
/
43+
drafts
44+
.
45+
csswg
46+
.
47+
org
48+
/
49+
css
50+
-
51+
multicol
52+
-
53+
2
54+
/
55+
#
56+
column
57+
-
58+
pseudo
59+
"
60+
>
61+
<
62+
link
63+
rel
64+
=
65+
"
66+
match
67+
"
68+
href
69+
=
70+
"
71+
column
72+
-
73+
pseudo
74+
-
75+
background
76+
-
77+
color
78+
-
79+
ref
80+
.
81+
html
82+
"
83+
>
84+
<
85+
style
86+
>
87+
supports
88+
not
89+
selector
90+
(
91+
:
92+
:
93+
column
94+
)
95+
{
96+
#
97+
multicol
98+
:
99+
:
100+
before
101+
{
102+
content
103+
:
104+
"
105+
FAIL
106+
"
107+
;
108+
}
109+
}
110+
#
111+
multicol
112+
{
113+
width
114+
:
115+
100px
116+
;
117+
height
118+
:
119+
100px
120+
;
121+
column
122+
-
123+
count
124+
:
125+
1
126+
;
127+
}
128+
#
129+
multicol
130+
:
131+
:
132+
column
133+
{
134+
background
135+
-
136+
color
137+
:
138+
red
139+
;
140+
}
141+
#
142+
content
143+
{
144+
width
145+
:
146+
100px
147+
;
148+
height
149+
:
150+
100px
151+
;
152+
}
153+
<
154+
/
155+
style
156+
>
157+
<
158+
p
159+
>
160+
You
161+
should
162+
see
163+
no
164+
red
165+
or
166+
"
167+
FAIL
168+
"
169+
below
170+
.
171+
<
172+
/
173+
p
174+
>
175+
<
176+
div
177+
id
178+
=
179+
"
180+
multicol
181+
"
182+
>
183+
<
184+
div
185+
id
186+
=
187+
"
188+
content
189+
"
190+
>
191+
<
192+
/
193+
div
194+
>
195+
<
196+
/
197+
div
198+
>

0 commit comments

Comments
 (0)