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
|
[DEFAULT]
prefs = [
"layout.css.basic-shape-rect.enabled=true",
"layout.css.basic-shape-shape.enabled=true",
"layout.css.basic-shape-xywh.enabled=true",
"layout.css.properties-and-values.enabled=true",
"layout.css.transition-behavior.enabled=true",
"dom.customHighlightAPI.enabled=true",
]
support-files = [
"bug1202095.css",
"bug1202095-2.css",
"bug856317.css",
"file_bug522601.html",
]
["test_bug462787.html"]
["test_bug462789.html"]
["test_bug522601-shadow.xhtml"]
["test_bug536379-2.html"]
["test_bug536379.html"]
["test_bug557726.html"]
["test_bug609549-shadow.xhtml"]
["test_bug856317.html"]
["test_bug877690.html"]
["test_bug1006595.html"]
["test_color_to.html"]
["test_color_to_rgba.html"]
["test_containing_block_of.html"]
["test_css_property_is_shorthand.html"]
["test_getCSSPseudoElementNames.html"]
["test_getCSSStyleRules.html"]
support-files = [
"file_getCSSStyleRules-default.html",
"file_getCSSStyleRules-alternate.html",
"getCSSStyleRules-1.css",
"getCSSStyleRules-2.css",
]
["test_getCSSStyleRules_pseudo.html"]
["test_getCSSStyleRules_slotted.html"]
["test_getRegisteredCssHighlights.html"]
["test_getRegisteredCustomProperties.html"]
["test_getRelativeRuleLine.html"]
["test_getRuleIndex.html"]
["test_get_all_style_sheets.html"]
["test_is_element_themed.html"]
skip-if = ["os == 'android'"]
["test_is_valid_css_color.html"]
["test_isinheritableproperty.html"]
["test_parseStyleSheet.html"]
["test_parseStyleSheetImport.html"]
["test_parseStyleSheet_nested.html"]
["test_replaceBlockRuleBodyTextInStylesheet.html"]
["test_rgba_to_color_name.html"]
["test_selectormatcheselement.html"]
["test_supports.html"]
|