diff -r 000000000000 -r 6474c204b198 layout/base/crashtests/354133-1-inner.xhtml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/layout/base/crashtests/354133-1-inner.xhtml Wed Dec 31 06:09:35 2014 +0100
@@ -0,0 +1,22 @@
+
+
+Testcase bug 354133 - Crash [@ nsBlockBandData::Init] with unminimised stirdom mathml/xul testcase
+
+
+This page should not crash Mozilla
+
+
+
+
+
+
+
+
+
+function stirdom(){
+document.getElementById('a').appendChild(document.getElementById('b'));
+}
+setTimeout(stirdom,200);
+
+
+
\ No newline at end of file