From f2a7ba250c9981828d04b831d1ee8f556e1301c7 Mon Sep 17 00:00:00 2001 From: Alex Xu Date: Tue, 7 Oct 2014 12:07:47 -0400 Subject: Update stuff, fix Makefile. --- config-all.json | 90 ++++++++++++++++++++++++++++++++++++++++++--------------- 1 file changed, 67 insertions(+), 23 deletions(-) (limited to 'config-all.json') diff --git a/config-all.json b/config-all.json index ab34929..62f747e 100644 --- a/config-all.json +++ b/config-all.json @@ -1,20 +1,30 @@ { "classPrefix": "", "options": [ + "addTest", + "atRule", + "fnBind", + "html5printshiv", + "load", + "prefixedCSS", "setClasses", - "testProp", - "fnBind" + "testProp" ], "feature-detects": [ "test/applicationcache", "test/audio/loop", + "test/audio/preload", + "test/audio/webaudio", "test/audio", - "test/canvas/todataurl", + "test/blob", "test/canvas", "test/canvastext", "test/contextmenu", "test/cookies", + "test/css/all", "test/css/animations", + "test/css/backgroundblendmode", + "test/css/backgroundcliptext", "test/css/backgroundposition-shorthand", "test/css/backgroundposition-xy", "test/css/backgroundrepeat", @@ -25,12 +35,22 @@ "test/css/boxshadow", "test/css/boxsizing", "test/css/calc", + "test/css/chunit", "test/css/checked", "test/css/columns", "test/css/cubicbezierrange", + "test/css/displayrunin", + "test/css/displaytable", "test/css/ellipsis", + "test/css/escape", + "test/css/exunit", "test/css/filters", + "test/css/flexbox", + "test/css/flexboxlegacy", + "test/css/flexboxtweener", + "test/css/flexwrap", "test/css/fontface", + "test/css/generatedcontent", "test/css/gradients", "test/css/hsla", "test/css/hyphens", @@ -43,76 +63,100 @@ "test/css/opacity", "test/css/overflow-scrolling", "test/css/pointerevents", + "test/css/positionsticky", "test/css/pseudoanimations", "test/css/pseudotransitions", "test/css/reflections", + "test/css/regions", + "test/css/remunit", "test/css/resize", "test/css/rgba", "test/css/scrollbars", + "test/css/shapes", + "test/css/siblinggeneral", "test/css/subpixelfont", + "test/css/supports", + "test/css/target", "test/css/textshadow", + "test/css/textalignlast", "test/css/transforms", "test/css/transforms3d", "test/css/transformstylepreserve3d", "test/css/transitions", "test/css/userselect", + "test/css/vhunit", + "test/css/vmaxunit", + "test/css/vminunit", + "test/css/vwunit", + "test/css/will-change", + "test/css/wrapflow", "test/dom/classlist", "test/dom/createElement-attrs", "test/dom/dataset", "test/dom/documentfragment", - "test/elem/output", - "test/elem/progress-meter", - "test/elem/time", + "test/draganddrop", + "test/es5/array", + "test/es5/date", + "test/es5/function", + "test/es5/object", + "test/es5/strictmode", + "test/es5/string", + "test/es6/array", + "test/es6/math", + "test/es6/number", + "test/es6/object", + "test/es6/string", + "test/es5/syntax", + "test/es5/undefined", + "test/es5/specification", + "test/es6/contains", + "test/es6/promises", + "test/es6/generators", "test/event/oninput", + "test/eventlistener", "test/flash", "test/fullscreen-api", "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-arraybuffer", + "test/network/xhr-responsetype-blob", + "test/network/xhr-responsetype-document", "test/network/xhr-responsetype-json", "test/network/xhr-responsetype-text", "test/network/xhr-responsetype", - "test/notification", + "test/network/xhr2", "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/serviceworker", "test/storage/localstorage", "test/storage/sessionstorage", - "test/style/scoped", "test/svg/asimg", "test/svg/clippaths", "test/svg/filters", "test/svg/inline", + "test/svg/foreignobject", + "test/svg/smil", "test/svg", "test/touchevents", "test/typed-arrays", "test/unicode", "test/unicode-range", "test/url/data-uri", - "test/userdata", + "test/url/parser", + "test/vibration", "test/video/autoplay", "test/video/loop", "test/video/preload", "test/video", + "test/web-intents", "test/webanimations", "test/webgl/extensions", - "test/webgl", - "test/window/framed", - "test/workers/dataworkers", - "test/workers/sharedworkers", - "test/workers/webworkers" + "test/webgl" ] } -- cgit v1.2.3-54-g00ecf