gecko-dev/dom/smil/crashtests/1411963-1.html

11 строки
320 B
HTML

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