We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70ac448 commit a7ea12aCopy full SHA for a7ea12a
1 file changed
src/css/support.js
@@ -12,6 +12,10 @@ define([
12
container = document.createElement( "div" ),
13
div = document.createElement( "div" );
14
15
+ if ( !div.style ) {
16
+ return;
17
+ }
18
+
19
div.style.backgroundClip = "content-box";
20
div.cloneNode( true ).style.backgroundClip = "";
21
support.clearCloneStyle = div.style.backgroundClip === "content-box";
0 commit comments