summaryrefslogtreecommitdiff
path: root/config-all.json
blob: d99dea8a6f417446ac8add2bbb342d1c5f509194 (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
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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
{
  "classPrefix": "",
  "options": [
    "addTest",
    "atRule",
    "fnBind",
    "prefixedCSS",
    "setClasses",
    "testProp"
  ],
  "feature-detects": [
    "test/applicationcache",
    "test/audio/loop",
    "test/audio/preload",
    "test/audio/webaudio",
    "test/audio",
    "test/blob",
    "test/canvas",
    "test/canvastext",
    "test/contextmenu",
    "test/cookies",
    "test/css/all",
    "test/css/animations",
    "test/css/backgroundblendmode",
    "test/css/backgroundcliptext",
    "test/css/backgroundposition-shorthand",
    "test/css/backgroundposition-xy",
    "test/css/backgroundrepeat",
    "test/css/backgroundsize",
    "test/css/backgroundsizecover",
    "test/css/borderimage",
    "test/css/borderradius",
    "test/css/boxshadow",
    "test/css/boxsizing",
    "test/css/calc",
    "test/css/chunit",
    "test/css/checked",
    "test/css/columns",
    "test/css/cubicbezierrange",
    "test/css/displayrunin",
    "test/css/displaytable",
    "test/css/ellipsis",
    "test/css/escape",
    "test/css/exunit",
    "test/css/filters",
    "test/css/flexbox",
    "test/css/flexboxlegacy",
    "test/css/flexboxtweener",
    "test/css/flexwrap",
    "test/css/fontface",
    "test/css/generatedcontent",
    "test/css/gradients",
    "test/css/hsla",
    "test/css/hyphens",
    "test/css/lastchild",
    "test/css/mask",
    "test/css/mediaqueries",
    "test/css/multiplebgs",
    "test/css/nthchild",
    "test/css/objectfit",
    "test/css/opacity",
    "test/css/overflow-scrolling",
    "test/css/pointerevents",
    "test/css/positionsticky",
    "test/css/pseudoanimations",
    "test/css/pseudotransitions",
    "test/css/reflections",
    "test/css/regions",
    "test/css/remunit",
    "test/css/resize",
    "test/css/rgba",
    "test/css/scrollbars",
    "test/css/shapes",
    "test/css/siblinggeneral",
    "test/css/subpixelfont",
    "test/css/supports",
    "test/css/target",
    "test/css/textshadow",
    "test/css/textalignlast",
    "test/css/transforms",
    "test/css/transforms3d",
    "test/css/transformstylepreserve3d",
    "test/css/transitions",
    "test/css/userselect",
    "test/css/vhunit",
    "test/css/vmaxunit",
    "test/css/vminunit",
    "test/css/vwunit",
    "test/css/will-change",
    "test/css/wrapflow",
    "test/dom/classlist",
    "test/dom/createElement-attrs",
    "test/dom/dataset",
    "test/dom/documentfragment",
    "test/draganddrop",
    "test/es5/array",
    "test/es5/date",
    "test/es5/function",
    "test/es5/object",
    "test/es5/strictmode",
    "test/es5/string",
    "test/es6/array",
    "test/es6/math",
    "test/es6/number",
    "test/es6/object",
    "test/es6/string",
    "test/es5/syntax",
    "test/es5/undefined",
    "test/es5/specification",
    "test/es6/contains",
    "test/es6/promises",
    "test/es6/generators",
    "test/event/oninput",
    "test/eventlistener",
    "test/flash",
    "test/fullscreen-api",
    "test/history",
    "test/img/apng",
    "test/img/webp",
    "test/input",
    "test/json",
    "test/network/xhr-responsetype-arraybuffer",
    "test/network/xhr-responsetype-blob",
    "test/network/xhr-responsetype-document",
    "test/network/xhr-responsetype-json",
    "test/network/xhr-responsetype-text",
    "test/network/xhr-responsetype",
    "test/network/xhr2",
    "test/pagevisibility-api",
    "test/pointerevents",
    "test/requestanimationframe",
    "test/script/async",
    "test/script/defer",
    "test/serviceworker",
    "test/storage/localstorage",
    "test/storage/sessionstorage",
    "test/svg/asimg",
    "test/svg/clippaths",
    "test/svg/filters",
    "test/svg/inline",
    "test/svg/foreignobject",
    "test/svg/smil",
    "test/svg",
    "test/touchevents",
    "test/typed-arrays",
    "test/unicode",
    "test/unicode-range",
    "test/url/data-uri",
    "test/url/parser",
    "test/vibration",
    "test/video/autoplay",
    "test/video/loop",
    "test/video/preload",
    "test/video",
    "test/web-intents",
    "test/webanimations",
    "test/webgl/extensions",
    "test/webgl"
  ]
}