diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:47:29 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:47:29 +0000 |
commit | 0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d (patch) | |
tree | a31f07c9bcca9d56ce61e9a1ffd30ef350d513aa /dom/base/crashtests/1528675.html | |
parent | Initial commit. (diff) | |
download | firefox-esr-upstream/115.8.0esr.tar.xz firefox-esr-upstream/115.8.0esr.zip |
Adding upstream version 115.8.0esr.upstream/115.8.0esr
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'dom/base/crashtests/1528675.html')
-rw-r--r-- | dom/base/crashtests/1528675.html | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/dom/base/crashtests/1528675.html b/dom/base/crashtests/1528675.html new file mode 100644 index 0000000000..122935c1f5 --- /dev/null +++ b/dom/base/crashtests/1528675.html @@ -0,0 +1,28 @@ +<script> +function start() { + o14=window.document; + o432=document.createElement('audio'); + o433=document.createElement('track'); + o432.appendChild(o433); + o493=o432.textTracks; + o14.write('<html></html>'); + o757=document.createElement('iframe'); + o757.addEventListener('load', fun0, false); + document.documentElement.appendChild(o757); + o432.controls^=1; +} +function fun0(e) { + o1062=e.target; + o1063=o1062.contentWindow; + o1064=o1063.document; + document.documentElement.appendChild(o432); + setTimeout(fun1,240); +} +function fun1() { + o433.parentNode.removeChild(o433); + document.replaceChild(o1064.documentElement,document.documentElement); + SpecialPowers.forceGC(); + SpecialPowers.forceCC(); +} +</script> +<body onload="start()"></body> |