summaryrefslogtreecommitdiffstats
path: root/docshell/base/crashtests/1690169-1.html
blob: 6c9be20be3d35ade058b2b64b981aac49e7241a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
<script>
var woff = "data:font/woff2;base64,";
for (let i = 0; i < 20000; i++) {
	woff += "d09GMgABAAAA";
}
window.onload = () => {
    try { window.open('data:text/html,<spacer>', 'pu9', 'width=911').close() } catch (e) {}
    document.getElementById('a').setAttribute('src', woff)
}
</script>
<iframe id='a' hidden src='http://a'></iframe>