blob: 4cf1d07ba4c081f22cb1bdd14b6e08f26d4d238a [file] [log] [blame]
<!DOCTYPE html>
<p>This test should not crash.</p>
<div id="outer">
<div id="host"></div>
</div>
<script>
if (window.testRunner)
testRunner.dumpAsText();
host.attachShadow({mode: 'open'}).innerHTML = "<style>@import url(notfound.css);</style>";
outer.removeChild(host);
</script>