jquery/test
Michał Gołębiowski d471842b3e 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.

Fixes gh-2015
Closes gh-2298
2015-06-01 14:05:05 +02:00
..
data CSS: Ignore the CSS cascade in show()/hide()/etc. 2015-05-11 13:00:49 -04:00
node_smoke_tests Core: Test all factory use cases from intro.js 2015-04-27 22:44:47 +02:00
unit CSS: Don't cache unrecognized CSS property names 2015-06-01 14:05:05 +02:00
.jshintrc Build: remove deprecated JSHint options 2015-03-08 06:30:01 +03:00
delegatetest.html Ref #13316: Sync all documents on full vs. minified source. Close gh-1147. 2013-02-07 15:16:28 -05:00
hovertest.html Ref #13316: Sync all documents on full vs. minified source. Close gh-1147. 2013-02-07 15:16:28 -05:00
index.html Event: Remove fake originalEvent from jQuery.Event.simulate 2015-05-29 19:56:06 +03:00
jquery.js Build: Move all external libraries to external directory 2014-06-24 10:17:50 -04:00
localfile.html Ref #13316: Sync all documents on full vs. minified source. Close gh-1147. 2013-02-07 15:16:28 -05:00
networkerror.html Fix typos. Close gh-1186. 2013-02-28 15:45:10 -05:00
promises_aplus_adapter.js Core: Test all factory use cases from intro.js 2015-04-27 22:44:47 +02:00
readywait.html Ref #13316: Sync all documents on full vs. minified source. Close gh-1147. 2013-02-07 15:16:28 -05:00
xhtml.php Added a way to run the test suite as an XHTML page. 2009-01-19 18:14:51 +00:00