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