2015-10-28 20:39:50 +03:00
|
|
|
{
|
2024-07-17 16:44:37 +03:00
|
|
|
"minify": false,
|
2021-07-09 13:49:07 +03:00
|
|
|
"enableClasses": false,
|
2015-10-28 20:39:50 +03:00
|
|
|
"feature-detects": [
|
2020-02-26 13:24:10 +03:00
|
|
|
"test/css/animations",
|
2015-10-28 20:39:50 +03:00
|
|
|
"test/css/displaytable",
|
2020-02-26 13:24:10 +03:00
|
|
|
"test/css/filters",
|
2015-10-28 20:39:50 +03:00
|
|
|
"test/css/flexbox",
|
2015-10-29 18:56:03 +03:00
|
|
|
"test/css/objectfit",
|
2024-07-17 22:00:11 +03:00
|
|
|
|
2020-02-26 13:24:10 +03:00
|
|
|
"test/es5/date",
|
|
|
|
"test/es5/function",
|
|
|
|
"test/es5/object",
|
|
|
|
"test/es5/undefined",
|
2024-07-17 22:00:11 +03:00
|
|
|
|
2020-02-05 17:05:46 +03:00
|
|
|
"test/es6/array",
|
|
|
|
"test/es6/collections",
|
|
|
|
"test/es6/promises",
|
2020-02-26 13:24:10 +03:00
|
|
|
"test/es6/string",
|
2024-07-17 22:00:11 +03:00
|
|
|
|
2020-02-05 17:05:46 +03:00
|
|
|
"test/svg",
|
|
|
|
"test/svg/asimg",
|
|
|
|
"test/svg/filters",
|
2024-07-17 22:00:11 +03:00
|
|
|
|
2020-03-14 03:13:47 +03:00
|
|
|
"test/url/parser",
|
|
|
|
"test/url/urlsearchparams",
|
2024-07-17 22:00:11 +03:00
|
|
|
|
2020-02-26 13:24:10 +03:00
|
|
|
"test/cors",
|
2020-05-28 02:31:22 +03:00
|
|
|
"test/crypto",
|
2020-02-26 13:24:10 +03:00
|
|
|
"test/iframe/sandbox",
|
|
|
|
"test/json",
|
2020-02-08 01:07:30 +03:00
|
|
|
"test/network/fetch",
|
2022-02-18 16:48:50 +03:00
|
|
|
"test/storage/localstorage",
|
2024-07-17 21:58:02 +03:00
|
|
|
"test/window/resizeobserver",
|
|
|
|
"test/audio/webaudio"
|
2015-10-28 20:39:50 +03:00
|
|
|
]
|
2024-07-17 22:00:11 +03:00
|
|
|
}
|