3 testRunner
.dumpAsText();
6 var text
= document
.getElementById('iframe').contentDocument
.documentElement
.outerText
;
7 result
.innerHTML
= text
;
12 document
.write('<iframe id="iframe" src="data:text/plain,FAIL" onload="runTest()">')
13 var oRTE
= frames
[0].document
;