gecko-dev/dom/html/crashtests/1547057.html
2019-04-29 12:01:33 +00:00

12 lines
231 B
HTML

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