8 testRunner
.dumpAsText();
10 // Following code generates an exception.
11 var p
= document
.createTextNode('');
12 p
.textContent
= "foo";
19 <body onload=
"onload()">
21 This tests that we are getting the correct message for DOM Exception
1: INDEX_SIZE_ERR.