2 <title>Exceptions in nested scripts
</title>
5 testRunner
.dumpAsText();
7 <p>This test checks that exceptions in nested scripts are logged
8 properly. An exception named
"Badness 10,000" should be logged properly.
</p>
10 <script>document
.write("<script>throw 'Badness 10,000'</scr" + "ipt>");</script>