mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
bug 354133 - crash test by Martijn Wargers.
This commit is contained in:
parent
a5302ad04e
commit
9bfff2c92c
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>
|
9
layout/base/crashtests/354133-1.html
Normal file
9
layout/base/crashtests/354133-1.html
Normal file
@ -0,0 +1,9 @@
|
||||
<html class="reftest-wait">
|
||||
<head>
|
||||
<script>
|
||||
setTimeout('document.documentElement.className = ""', 1000);
|
||||
</script>
|
||||
<body>
|
||||
<iframe src="354133-1-inner.xhtml"></iframe>
|
||||
</body>
|
||||
</html>
|
@ -106,6 +106,7 @@ load 348729-1.html
|
||||
load 349095-1.xhtml
|
||||
load 350128-1.xhtml
|
||||
load 350267-1.html
|
||||
load 354133-1.html
|
||||
load 354766-1.xhtml
|
||||
load 354771-1.xul
|
||||
load 355989-1.xhtml
|
||||
|
Loading…
Reference in New Issue
Block a user