1 parent cf52cca commit 37e1713Copy full SHA for 37e1713
2 files changed
.modernizr.json
@@ -5,20 +5,31 @@
5
"setClasses"
6
],
7
"feature-detects": [
8
+ "test/css/animations",
9
"test/css/displaytable",
10
+ "test/css/filters",
11
"test/css/flexbox",
- "test/es5/specification",
12
"test/css/objectfit",
- "test/storage/localstorage",
13
+
14
+ "test/es5/date",
15
+ "test/es5/function",
16
+ "test/es5/object",
17
+ "test/es5/undefined",
18
19
"test/es6/array",
20
"test/es6/collections",
21
+ "test/es6/contains",
22
"test/es6/promises",
23
+ "test/es6/string",
24
25
"test/svg",
26
"test/svg/asimg",
27
"test/svg/filters",
- "test/css/animations",
- "test/css/filters",
28
29
+ "test/cors",
30
+ "test/iframe/sandbox",
31
+ "test/json",
32
"test/network/fetch",
- "test/iframe/sandbox"
33
+ "test/storage/localstorage"
34
]
35
}
0 commit comments