diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:22:09 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:22:09 +0000 |
commit | 43a97878ce14b72f0981164f87f2e35e14151312 (patch) | |
tree | 620249daf56c0258faa40cbdcf9cfba06de2a846 /layout/base/crashtests/876221.html | |
parent | Initial commit. (diff) | |
download | firefox-43a97878ce14b72f0981164f87f2e35e14151312.tar.xz firefox-43a97878ce14b72f0981164f87f2e35e14151312.zip |
Adding upstream version 110.0.1.upstream/110.0.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'layout/base/crashtests/876221.html')
-rw-r--r-- | layout/base/crashtests/876221.html | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/layout/base/crashtests/876221.html b/layout/base/crashtests/876221.html new file mode 100644 index 0000000000..ad3cc30384 --- /dev/null +++ b/layout/base/crashtests/876221.html @@ -0,0 +1,39 @@ +<html> +<script> +function start() { +o0=tmp = document.createElement('iframe'); +document.getElementById('store_div').appendChild(tmp); +o19=document.documentElement; +tmp.id = 'id28' +o119=tmp = document.createElement('iframe'); +tmp.id = 'id63' +o19.appendChild(tmp) +o152=document.getElementById('id63').contentDocument; +o515=o152.createElement('xml'); +o547=document.createElementNS('http://www.w3.org/1999/xhtml','feFuncB'); +o552=document.createElementNS('http://www.w3.org/1999/xhtml','munder'); +o569=window.document.getElementById('id28').contentWindow.document; +document.body.appendChild(o552); +o552.appendChild(o547); +o547.appendChild(o515); +o582=o569.createElement('dl'); +o588=document.createElement('input'); +o552.style.cssText = 'overflow: clip; ' +o552.style.position='absolute'; +o600=o515.offsetParent; +o619=document.createElement('input'); +o635=o569.createElement('input'); +o635.type='image'; +o600.appendChild(o635); +o588.style.position='absolute'; +o635.appendChild(o582); +o588.appendChild(o619); +o670=o619.parentNode; +o552.style.position=null; +o582.appendChild(o670); +o635.style.position='relative'; +} +</script> +<body onload="start()"><div id="store_div"></div></body> +</html> + |