Skip to content

Commit

Permalink
cssfilters test
Browse files Browse the repository at this point in the history
  • Loading branch information
jreading committed Jun 13, 2012
1 parent aaf27ce commit 05fa48a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions feature-detects/css-filters.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
// https://github.com/Modernizr/Modernizr/issues/614
// http://www.inserthtml.com/2012/06/css-filters/

tests['cssfilters'] = function() {
return testPropsAll('filter');
};

0 comments on commit 05fa48a

Please sign in to comment.