зеркало из https://github.com/mozilla/gecko-dev.git
11 строки
320 B
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>
|