blob: 0658fba4e50737614ac30941b2b03f81eb0eb860 (
plain)
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
|
[determine-registration.html]
[@property registrations are cleared when rule removed]
expected: FAIL
[Previous invalid rule does not prevent valid rule from causing registration]
expected: FAIL
[CSS.registerProperty determines the registration when uncontested]
expected: FAIL
[@property later in stylesheet wins]
expected: FAIL
[Invalid @property rule (missing syntax) does not overwrite previous valid rule]
expected: FAIL
[@property determines the registration when uncontested]
expected: FAIL
[CSS.registerProperty wins over @property]
expected: FAIL
[Computed value becomes token sequence when @property is removed]
expected: FAIL
[@property later in document order wins]
expected: FAIL
[Invalid @property rule (missing inherits descriptor) does not overwrite previous valid rule]
expected: FAIL
[Invalid @property rule (missing initial-value) does not overwrite previous valid rule]
expected: FAIL
[Unknown descriptors are ignored and do not invalidate rule]
expected: FAIL
[Inherited status is reflected in computed styles when @property is removed]
expected: FAIL
|