diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 17:32:43 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 17:32:43 +0000 |
commit | 6bf0a5cb5034a7e684dcc3500e841785237ce2dd (patch) | |
tree | a68f146d7fa01f0134297619fbe7e33db084e0aa /layout/style/crashtests/1282076-2.html | |
parent | Initial commit. (diff) | |
download | thunderbird-6bf0a5cb5034a7e684dcc3500e841785237ce2dd.tar.xz thunderbird-6bf0a5cb5034a7e684dcc3500e841785237ce2dd.zip |
Adding upstream version 1:115.7.0.upstream/1%115.7.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'layout/style/crashtests/1282076-2.html')
-rw-r--r-- | layout/style/crashtests/1282076-2.html | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/layout/style/crashtests/1282076-2.html b/layout/style/crashtests/1282076-2.html new file mode 100644 index 0000000000..1c6f986396 --- /dev/null +++ b/layout/style/crashtests/1282076-2.html @@ -0,0 +1,46 @@ +<script> +function start() { + o0=document; + o24=document.createElement('table'); + o35=window; + o60=document.createElement('input'); + o24.appendChild(o60); + o62=document.body; + o66=document.createElement('input'); + o62.appendChild(o66); + o60.innerHTML="<svg><color-profile><script><rect><animateColor><style><style>*{ all: unset<script>"; + o93=o60.querySelectorAll('*')[5]; + document.body.appendChild(o24); + o305=document.createTextNode("{}:first-line{"); + o93.appendChild(o305); + o318=(new DOMParser()).parseFromString('','text/html'); + o320=o318.all[1]; + o66.style.display='list-item'; + o473=document.createElement('script'); + o24.appendChild(o473); + o577=document.createElement('style'); + o320.appendChild(o577); + o577.style.position='fixed'; + document.replaceChild(o318.documentElement,document.documentElement); + o908=(new DOMParser()).parseFromString('','text/html'); + o911=o908.all[2]; + o911.style.display='inline'; + o577.animate({ opacity: [0, 1] }, 100); + o1202=document.createElement('table'); + document.body=o911; + document.body.appendChild(o1202); + document.replaceChild(o0.documentElement,document.documentElement); + o1232=o473.parentNode; + o1233=o1232.parentNode; + document.body=o1233; + o35.scrollByLines(1); + o577.style.position='absolute'; + setTimeout(f2, 4); +} + +function f2() { + o0.designMode='on'; + o0.execCommand('insertparagraph',false,null); +} +</script> +<body onload="start()"></body> |