blob: 56388d1065041731f71f8d4e52b2e5ad5e4a5802 [file] [log] [blame] [edit]
<script>
if (window.testRunner) {
testRunner.dumpAsText();
}
function onloadHandler() {
shadow = document.createElement("div").attachShadow({mode: "closed"});
shadow.prepend(dataElement);
}
</script>
<body>
<data id="dataElement">
<table id="theTable">
<iframe id="theIframe" onload="onloadHandler()"></iframe>
<hr id="FOO"/>
</table>
</data>
<p>
This test passes if it doesn't crash.
</p>
</body>