Bug 1838484 - Don't create module loader for template contents owner document r=smaug
[gecko.git] / dom / base / crashtests / 1462548.html
blob24eace10d120f91bd0f2e32fcb0813dd3c1d2fb7
1 <script>
2 window.requestIdleCallback(function(){SpecialPowers.forceCC()});
3 var limit = 0;
4 function go() {
5 limit++; if(limit > 2) { return; }
6 var b = document.createElement("blockquote").attachShadow({mode: "open"});
7 b.innerHTML = a.innerHTML;
9 </script>
10 <data id="a">
11 <audio>
12 <source onerror="go()">
13 <link>