Switch out any eval-using Modernizr rules

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
pull/12519/head
Michael Telatynski 2020-02-26 10:24:10 +00:00
parent cf52ccad67
commit 37e17133bc
2 changed files with 18 additions and 7 deletions

View File

@ -5,20 +5,31 @@
"setClasses" "setClasses"
], ],
"feature-detects": [ "feature-detects": [
"test/css/animations",
"test/css/displaytable", "test/css/displaytable",
"test/css/filters",
"test/css/flexbox", "test/css/flexbox",
"test/es5/specification",
"test/css/objectfit", "test/css/objectfit",
"test/storage/localstorage",
"test/es5/date",
"test/es5/function",
"test/es5/object",
"test/es5/undefined",
"test/es6/array", "test/es6/array",
"test/es6/collections", "test/es6/collections",
"test/es6/contains",
"test/es6/promises", "test/es6/promises",
"test/es6/string",
"test/svg", "test/svg",
"test/svg/asimg", "test/svg/asimg",
"test/svg/filters", "test/svg/filters",
"test/css/animations",
"test/css/filters", "test/cors",
"test/iframe/sandbox",
"test/json",
"test/network/fetch", "test/network/fetch",
"test/iframe/sandbox" "test/storage/localstorage"
] ]
} }

File diff suppressed because one or more lines are too long