Bug 1838484 - Don't create module loader for template contents owner document r=smaug
[gecko.git] / dom / base / crashtests / 709384.html
blob5e99e9c3c6b36ee1263d10fda84fb553888628ac
1 <!DOCTYPE html>
2 <script>
3 cancelRequestAnimationFrame(requestAnimationFrame(function() {}));
4 requestAnimationFrame(function() {});
5 </script>