summaryrefslogtreecommitdiffstats
path: root/layout/generic/crashtests/1281102.html
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 17:32:43 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 17:32:43 +0000
commit6bf0a5cb5034a7e684dcc3500e841785237ce2dd (patch)
treea68f146d7fa01f0134297619fbe7e33db084e0aa /layout/generic/crashtests/1281102.html
parentInitial commit. (diff)
downloadthunderbird-upstream.tar.xz
thunderbird-upstream.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 '')
-rw-r--r--layout/generic/crashtests/1281102.html30
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>