Lines Matching refs:div
4908 div = fragment.appendChild( document.createElement( "div" ) ),
4919 div.appendChild( input );
4923 support.checkClone = div.cloneNode( true ).cloneNode( true ).lastChild.checked;
4927 div.innerHTML = "<textarea>x</textarea>";
4928 support.noCloneChecked = !!div.cloneNode( true ).lastChild.defaultValue;
4933 div.innerHTML = "<option></option>";
4934 support.option = !!div.lastChild;
6456 if ( !div ) {
6462 div.style.cssText =
6466 documentElement.appendChild( container ).appendChild( div );
6468 var divStyle = window.getComputedStyle( div );
6476 div.style.right = "60%";
6487 div.style.position = "absolute";
6488 scrollboxSizeVal = roundPixelMeasures( div.offsetWidth / 3 ) === 12;
6494 div = null;
6504 div = document.createElement( "div" );
6507 if ( !div.style ) {
6513 div.style.backgroundClip = "content-box";
6514 div.cloneNode( true ).style.backgroundClip = "";
6515 support.clearCloneStyle = div.style.backgroundClip === "content-box";