Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: dom/smil/crashtests/crashtests.list
 
<html>
  <head>
    <script>
      const o1 = document.createElement('div');
      document.querySelector('script').appendChild(o1);
      document.writeln("<svg><animate to attributeName='width'>");
      o1.innerHTML = "<meta http-equiv='Content-Security-Policy' content=default-src>";
    </script>
  </head>
</html>