Home
last modified time | relevance | path

Searched refs:iframeDoc (Results 1 – 1 of 1) sorted by relevance

/cts/suite/cts/deviceTests/browserbench/assets/octane/js/
Djquery.js8205 iframe, iframeDoc, variable
8860 if ( !iframeDoc || !iframe.createElement ) {
8861 iframeDoc = ( iframe.contentWindow || iframe.contentDocument ).document;
8862iframeDoc.write( ( document.compatMode === "CSS1Compat" ? "<!doctype html>" : "" ) + "<html><body>…
8863 iframeDoc.close();
8866 elem = iframeDoc.createElement( nodeName );
8868 iframeDoc.body.appendChild( elem );