blob: fff99ba48e30e688f7318647a7c2b0bb96402a96 (
plain)
1
2
3
4
5
6
7
8
|
// Test for CSS 3 UI "resize" property
// http://www.w3.org/TR/css3-ui/#resize
// https://developer.mozilla.org/en/CSS/resize
Modernizr.addTest('cssresize', Modernizr.testAllProps('resize'));
|