Tweak to border-image test value to pass correctly in Opera 12.15

This commit is contained in:
Stu Cox
2013-04-26 18:23:49 +01:00
parent 8cd9a02bb8
commit edd7b9ca2a

View File

@@ -8,5 +8,5 @@
}
!*/
define(['Modernizr', 'testAllProps'], function( Modernizr, testAllProps ) {
Modernizr.addTest('borderimage', testAllProps('borderImage', 'url()', false));
Modernizr.addTest('borderimage', testAllProps('borderImage', 'url() 1', false));
});