mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-26 18:37:31 +09:00
import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo
This commit is contained in:
commit
dcd9973243
150858 changed files with 23884658 additions and 0 deletions
22
layout/base/crashtests/354133-1-inner.xhtml
Normal file
22
layout/base/crashtests/354133-1-inner.xhtml
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:html="http://www.w3.org/1999/xhtml" xmlns:mathml="http://www.w3.org/1998/Math/MathML" xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
||||
<head>
|
||||
<title>Testcase bug 354133 - Crash [@ nsBlockBandData::Init] with unminimised stirdom mathml/xul testcase</title>
|
||||
</head>
|
||||
<body>
|
||||
This page should not crash Mozilla
|
||||
<xul:scrollbar>
|
||||
<mathml:ms id="a">
|
||||
<mathml:sinh>
|
||||
<xul:box id="b"/>
|
||||
</mathml:sinh>
|
||||
</mathml:ms>
|
||||
</xul:scrollbar>
|
||||
|
||||
<html:script>
|
||||
function stirdom(){
|
||||
document.getElementById('a').appendChild(document.getElementById('b'));
|
||||
}
|
||||
setTimeout(stirdom,200);
|
||||
</html:script>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue