2015-10-28 18:39:50 +01:00
|
|
|
{
|
2022-12-09 13:28:29 +01:00
|
|
|
"minify": true,
|
|
|
|
"enableClasses": false,
|
|
|
|
"feature-detects": [
|
|
|
|
"test/css/animations",
|
|
|
|
"test/css/displaytable",
|
|
|
|
"test/css/filters",
|
|
|
|
"test/css/flexbox",
|
|
|
|
"test/css/objectfit",
|
2020-02-26 11:24:10 +01:00
|
|
|
|
2022-12-09 13:28:29 +01:00
|
|
|
"test/es5/date",
|
|
|
|
"test/es5/function",
|
|
|
|
"test/es5/object",
|
|
|
|
"test/es5/undefined",
|
2020-02-26 11:24:10 +01:00
|
|
|
|
2022-12-09 13:28:29 +01:00
|
|
|
"test/es6/array",
|
|
|
|
"test/es6/collections",
|
|
|
|
"test/es6/promises",
|
|
|
|
"test/es6/string",
|
2020-02-26 11:24:10 +01:00
|
|
|
|
2022-12-09 13:28:29 +01:00
|
|
|
"test/svg",
|
|
|
|
"test/svg/asimg",
|
|
|
|
"test/svg/filters",
|
2020-02-26 11:24:10 +01:00
|
|
|
|
2022-12-09 13:28:29 +01:00
|
|
|
"test/url/parser",
|
|
|
|
"test/url/urlsearchparams",
|
2020-03-14 01:13:47 +01:00
|
|
|
|
2022-12-09 13:28:29 +01:00
|
|
|
"test/cors",
|
|
|
|
"test/crypto",
|
|
|
|
"test/iframe/sandbox",
|
|
|
|
"test/json",
|
|
|
|
"test/network/fetch",
|
|
|
|
"test/storage/localstorage",
|
|
|
|
"test/window/resizeobserver"
|
|
|
|
]
|
2017-05-15 02:22:32 +02:00
|
|
|
}
|