Commit b0b0f15d authored by Henri Sivonen's avatar Henri Sivonen
Browse files

Bug 1690169 test. r=smaug

parent 8a503bec
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
<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>
+1 −0
Original line number Diff line number Diff line
@@ -19,4 +19,5 @@ load 1584467.html
load 1614211-1.html
load 1617315-1.html
skip-if(Android) pref(dom.disable_open_during_load,false) load 1667491.html
pref(dom.disable_open_during_load,false) load 1690169-1.html
load 1672873.html