blob: 678344f2bceb8bf1d13825946fbbe9e517b597df [file] [edit]
function thisTest() {
var s = document.createElement('script');
s.innerText = "alert('FAIL.');"
document.body.appendChild(s);
}
window.onload = runTest;