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
|
{
"classPrefix": "",
"options": [
"setClasses",
"testProp",
"fnBind"
],
"feature-detects": [
"test/applicationcache",
"test/audio/loop",
"test/audio",
"test/canvas/todataurl",
"test/canvas",
"test/canvastext",
"test/contextmenu",
"test/cookies",
"test/css/animations",
"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/checked",
"test/css/columns",
"test/css/cubicbezierrange",
"test/css/ellipsis",
"test/css/filters",
"test/css/fontface",
"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/pseudoanimations",
"test/css/pseudotransitions",
"test/css/reflections",
"test/css/resize",
"test/css/rgba",
"test/css/scrollbars",
"test/css/subpixelfont",
"test/css/textshadow",
"test/css/transforms",
"test/css/transforms3d",
"test/css/transformstylepreserve3d",
"test/css/transitions",
"test/css/userselect",
"test/dom/classlist",
"test/dom/createElement-attrs",
"test/dom/dataset",
"test/dom/documentfragment",
"test/elem/output",
"test/elem/progress-meter",
"test/elem/time",
"test/es5/array",
"test/es5/date",
"test/es5/function",
"test/es5/object",
"test/es5/strictmode",
"test/es5/string",
"test/es6/contains",
"test/es6/promises",
"test/es6/generators",
"test/event/oninput",
"test/flash",
"test/fullscreen-api",
"test/hashchange",
"test/history",
"test/ie8compat",
"test/img/apng",
"test/img/webp-lossless",
"test/img/webp-alpha",
"test/img/webp-animation",
"test/img/webp",
"test/input",
"test/inputtypes",
"test/json",
"test/network/xhr-responsetype-json",
"test/network/xhr-responsetype-text",
"test/network/xhr-responsetype",
"test/notification",
"test/pagevisibility-api",
"test/performance",
"test/pointerevents",
"test/pointerlock-api",
"test/postmessage",
"test/quota-management-api",
"test/requestanimationframe",
"test/script/async",
"test/script/defer",
"test/storage/localstorage",
"test/storage/sessionstorage",
"test/style/scoped",
"test/svg/asimg",
"test/svg/clippaths",
"test/svg/filters",
"test/svg/inline",
"test/svg",
"test/touchevents",
"test/typed-arrays",
"test/unicode",
"test/unicode-range",
"test/url/data-uri",
"test/userdata",
"test/video/autoplay",
"test/video/loop",
"test/video/preload",
"test/video",
"test/webanimations",
"test/webgl/extensions",
"test/webgl",
"test/window/framed",
"test/workers/dataworkers",
"test/workers/sharedworkers",
"test/workers/webworkers"
]
}
|