gecko-dev/dom/html/crashtests/1547057.html

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 строки
231 B
HTML
Исходник Обычный вид История

<html>
<head>
<script>
function start() {
const iframe = document.createElement('iframe')
iframe.policy.allowedFeatures()
}
window.addEventListener('load', start)
</script>
</head>
</html>