mirror of
https://github.com/Modernizr/Modernizr.git
synced 2026-05-02 03:03:05 -04:00
Tweak to border-image test value to pass correctly in Opera 12.15
This commit is contained in:
@@ -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));
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user