Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<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>