5 testRunner
.dumpAsText();
8 iFrame
= document
.createElement('iframe');
9 document
.getElementById('store_div').appendChild(iFrame
);
10 shadowRoot
= document
.getElementById('rootDiv').createShadowRoot();
11 svgRoot
= iFrame
.contentDocument
.createElementNS('http://www.w3.org/2000/svg','set');
12 shadowRoot
.appendChild(svgRoot
);
15 <body onload=
"start()">
17 <div id=
"store_div"></div>
19 <p>Test PASSES if it does not assert in debug builds.
</p>