diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 00:47:55 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 00:47:55 +0000 |
commit | 26a029d407be480d791972afb5975cf62c9360a6 (patch) | |
tree | f435a8308119effd964b339f76abb83a57c29483 /layout/generic/crashtests/1281102.html | |
parent | Initial commit. (diff) | |
download | firefox-26a029d407be480d791972afb5975cf62c9360a6.tar.xz firefox-26a029d407be480d791972afb5975cf62c9360a6.zip |
Adding upstream version 124.0.1.upstream/124.0.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'layout/generic/crashtests/1281102.html')
-rw-r--r-- | layout/generic/crashtests/1281102.html | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/layout/generic/crashtests/1281102.html b/layout/generic/crashtests/1281102.html new file mode 100644 index 0000000000..5b1c753fb0 --- /dev/null +++ b/layout/generic/crashtests/1281102.html @@ -0,0 +1,30 @@ +<script> +function start() { + o46=(new DOMParser()).parseFromString("<menu><li></li>a a",'text/html'); + document.replaceChild(o46.documentElement,document.documentElement); + o66=document.createElement('form'); + o100=document.createElement('table'); + o119=document.createElement('iframe'); + o66.appendChild(o119); + o135=document.createElement('tfoot'); + o100.appendChild(o135); + document.body.appendChild(o100); + o66.style.display='grid'; + o281=document.createElement('table'); + o135.appendChild(o281); + o310=document.createTextNode("{ }"); + o119.style.pageBreakBefore='left'; + o418=document.createElement('th'); + o100.appendChild(o310); + o281.appendChild(o418); + o135.style.display='table-row-group'; + document.documentElement.style.columnCount='59'; + setTimeout(f2, 4); +} +function f2() { + o100.setAttribute('style'," transition-delay: 128ms; padding-right: 5rem"); + o418.appendChild(o66); + setTimeout("location.reload()",800); +} +</script> +<body onload="start()"></body> |