4 o4
=document
.documentElement
;
6 o46
=document
.createElementNS('http://www.w3.org/1999/xhtml','iframe');
7 o46
.src
="resources/test.svg";
8 o46
.onload
=cb_nodesvgiframes_97_1
;
11 function cb_nodesvgiframes_97_1() {
12 o59
=o46
.contentDocument
.getElementById('svg0');
13 o61
=o46
.contentDocument
.getElementById('svg3');
14 o61
.innerHTML
='<script><![CDATA[\r//]]><\/script>';
16 document
.designMode
='on';
17 document
.execCommand('selectall');
19 if (window
.testRunner
)
20 testRunner
.dumpAsText();
22 <body onload=
"start()">
23 <!-- crbug.com/440836: Will crash if we have a bad cast to an Element node while iterating through text. -->