jquery/test
Michał Gołębiowski 42ea746825 CSS: Don't cache unrecognized CSS property names
This prevents jQuery from caching a prefixed property name if provided
directly by the user, e.g. the following code:

	elem.css( "msTransform", "translate(5px, 2px)" );

should not prevent one from from later setting the transition directly:

	elem.css( "transform", "translate(5px, 2px)" );

on a browser not understanding the unprefixed version which is the case
for Safari 8 & transform.

(cherry-picked from d471842b3e)

Fixes gh-2015
Closes gh-2298
2015-06-01 14:25:14 +02:00
..
data CSS: Ignore the CSS cascade in show()/hide()/etc. 2015-05-11 13:01:13 -04:00
integration Ajax: Use the native XHR for all non-local requests in IE9+ 2015-05-18 22:26:00 +02:00
unit CSS: Don't cache unrecognized CSS property names 2015-06-01 14:25:14 +02:00
.jshintrc Build: remove deprecated JSHint options 2015-03-08 06:30:41 +03:00
delegatetest.html Ref #13316: Sync all test documents on full vs. minified source. 2013-02-08 00:20:33 -05:00
hovertest.html Ref #13316: Sync all test documents on full vs. minified source. 2013-02-08 00:20:33 -05:00
index.html Deferred: Backwards-compatible standards interoperability 2015-03-20 02:14:04 -04:00
jquery.js Build: Move all external libraries to external directory 2014-06-25 13:48:49 -04:00
localfile.html Ref #13316: Sync all test documents on full vs. minified source. 2013-02-08 00:20:33 -05:00
networkerror.html Fix typos. Close gh-1186. 2013-02-28 15:55:55 -05:00
promises-aplus-adapter.js Deferred: Backwards-compatible standards interoperability 2015-03-20 02:14:04 -04:00
readywait.html Ref #13316: Sync all test documents on full vs. minified source. 2013-02-08 00:20:33 -05:00
xhtml.php Added a way to run the test suite as an XHTML page. 2009-01-19 18:14:51 +00:00