blob: 1d6a49d827fa53a94e728e8dbe6db0f266bdccbd [file] [log] [blame]
<script>
function test()
{
(function ()
{
(function ()
{
(function ()
{
frameElement.src = "javascript:'<pre>PASS: You didn\\'t crash.</pre>'";
})()
})()
})()
}
setTimeout(function ()
{
test();
if (window.testRunner)
testRunner.notifyDone();
}, 0);
</script>