blob: 507e87e68577d563e33e6151fe4a899edeb34a14 [file] [log] [blame]
/* global startIframeTest */
jQuery( function() {
var script = document.createElement( "script" );
script.setAttribute( "nonce", "jquery+hardcoded+nonce" );
script.innerHTML = "startIframeTest()";
$( document.head ).append( script );
} );