Skip to content

Commit fe95f63

Browse files
committed
Bug 1499745 [wpt PR 13571] - [cssom-view] Inheritance of CSSOM View properties, a=testonly
Automatic update from web-platform-tests[cssom-view] Inheritance of CSSOM View properties Properties inherit or not according to the spec. Properties have initial values according to the spec. https://drafts.csswg.org/cssom-view/#property-index -- wpt-commits: 5af37ddb7895bb7193a0f6b17fee67d5d44b7858 wpt-pr: 13571 UltraBlame original commit: 38af25d5d63a54852e4c7584ad19c57ff5b3e1dd
1 parent 236bb07 commit fe95f63

File tree

1 file changed

+221
-0
lines changed

1 file changed

+221
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,221 @@
1+
<
2+
!
3+
DOCTYPE
4+
html
5+
>
6+
<
7+
html
8+
>
9+
<
10+
head
11+
>
12+
<
13+
meta
14+
charset
15+
=
16+
"
17+
utf
18+
-
19+
8
20+
"
21+
>
22+
<
23+
title
24+
>
25+
Inheritance
26+
of
27+
CSSOM
28+
View
29+
properties
30+
<
31+
/
32+
title
33+
>
34+
<
35+
link
36+
rel
37+
=
38+
"
39+
help
40+
"
41+
href
42+
=
43+
"
44+
https
45+
:
46+
/
47+
/
48+
drafts
49+
.
50+
csswg
51+
.
52+
org
53+
/
54+
cssom
55+
-
56+
view
57+
/
58+
#
59+
property
60+
-
61+
index
62+
"
63+
>
64+
<
65+
meta
66+
name
67+
=
68+
"
69+
assert
70+
"
71+
content
72+
=
73+
"
74+
Properties
75+
inherit
76+
or
77+
not
78+
according
79+
to
80+
the
81+
spec
82+
.
83+
"
84+
>
85+
<
86+
meta
87+
name
88+
=
89+
"
90+
assert
91+
"
92+
content
93+
=
94+
"
95+
Properties
96+
have
97+
initial
98+
values
99+
according
100+
to
101+
the
102+
spec
103+
.
104+
"
105+
>
106+
<
107+
script
108+
src
109+
=
110+
"
111+
/
112+
resources
113+
/
114+
testharness
115+
.
116+
js
117+
"
118+
>
119+
<
120+
/
121+
script
122+
>
123+
<
124+
script
125+
src
126+
=
127+
"
128+
/
129+
resources
130+
/
131+
testharnessreport
132+
.
133+
js
134+
"
135+
>
136+
<
137+
/
138+
script
139+
>
140+
<
141+
script
142+
src
143+
=
144+
"
145+
/
146+
css
147+
/
148+
support
149+
/
150+
inheritance
151+
-
152+
testcommon
153+
.
154+
js
155+
"
156+
>
157+
<
158+
/
159+
script
160+
>
161+
<
162+
/
163+
head
164+
>
165+
<
166+
body
167+
>
168+
<
169+
div
170+
id
171+
=
172+
"
173+
container
174+
"
175+
>
176+
<
177+
div
178+
id
179+
=
180+
"
181+
target
182+
"
183+
>
184+
<
185+
/
186+
div
187+
>
188+
<
189+
/
190+
div
191+
>
192+
<
193+
script
194+
>
195+
assert_not_inherited
196+
(
197+
'
198+
scroll
199+
-
200+
behavior
201+
'
202+
'
203+
auto
204+
'
205+
'
206+
smooth
207+
'
208+
)
209+
;
210+
<
211+
/
212+
script
213+
>
214+
<
215+
/
216+
body
217+
>
218+
<
219+
/
220+
html
221+
>

0 commit comments

Comments
 (0)