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