6 testRunner
.dumpAsText();
9 function getContent() {
10 var regx
=new RegExp(' ','gi');
11 if (document
.body
.innerHTML
.search(" '"") < 0)
12 document
.write("FAIL: <xmp>" + document
.body
.innerHTML
+ "</xmp>");
14 document
.write("PASS<p>");
18 <body onload=
"getContent()"><div id=
"div" foo=
" '""></div></body></html>