summaryrefslogtreecommitdiffstats
path: root/layout/generic/crashtests/374420.xhtml
diff options
context:
space:
mode:
authorMatt A. Tobin <mattatobin@localhost.localdomain>2018-02-02 04:16:08 -0500
committerMatt A. Tobin <mattatobin@localhost.localdomain>2018-02-02 04:16:08 -0500
commit5f8de423f190bbb79a62f804151bc24824fa32d8 (patch)
tree10027f336435511475e392454359edea8e25895d /layout/generic/crashtests/374420.xhtml
parent49ee0794b5d912db1f95dce6eb52d781dc210db5 (diff)
downloadUXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.gz
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.lz
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.xz
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.zip
Add m-esr52 at 52.6.0
Diffstat (limited to 'layout/generic/crashtests/374420.xhtml')
-rw-r--r--layout/generic/crashtests/374420.xhtml34
1 files changed, 34 insertions, 0 deletions
diff --git a/layout/generic/crashtests/374420.xhtml b/layout/generic/crashtests/374420.xhtml
new file mode 100644
index 000000000..e1cfa13dd
--- /dev/null
+++ b/layout/generic/crashtests/374420.xhtml
@@ -0,0 +1,34 @@
+<html xmlns="http://www.w3.org/1999/xhtml" xmlns:mathml="http://www.w3.org/1998/Math/MathML">
+<title>Testcase bug - Crash [@ nsHTMLReflowState::GetNearestContainingBlock] with testcase using generated content, xbl and mathml</title>
+<bindings xmlns="http://www.mozilla.org/xbl"><binding id="a">
+<content><children>
+<div xmlns="http://www.w3.org/1999/xhtml" style="position: absolute;">
+<div style="position: absolute;"/>
+</div>
+</children></content>
+</binding></bindings>
+<style>
+ mtable::after { content:"anonymous text"; }
+ mtable::before { content:"before text"; }
+</style>
+
+<thead style="overflow: scroll;">
+ <mathml:mrow>
+ <mathml:mtable>
+ <tfoot style="-moz-binding: url(#a);" id="a_1">
+ <td style="-moz-binding: url(#a);"/>
+ </tfoot>
+ </mathml:mtable>
+ <td id="a_2"/>
+ </mathml:mrow>
+</thead>
+
+<script xmlns="http://www.w3.org/1999/xhtml">
+ function doe() {
+ document.getElementById('a_1').style.borderCollapse = "";
+ document.documentElement.offsetHeight;
+ document.getElementById('a_2').parentNode.removeChild(document.getElementById('a_2'));
+ }
+ setTimeout(doe, 400);
+</script>
+</html> \ No newline at end of file