Add a crashtest
git-svn-id: svn://10.0.0.236/trunk@244840 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
d48f8b1d73
commit
ffb2361b45
20
mozilla/layout/mathml/crashtests/348709-1.xhtml
Normal file
20
mozilla/layout/mathml/crashtests/348709-1.xhtml
Normal file
@ -0,0 +1,20 @@
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
|
||||
<script>
|
||||
function foo()
|
||||
{
|
||||
document.getElementById("mtr").appendChild(document.createTextNode("a"));
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body onload="foo()">
|
||||
|
||||
<div><math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
|
||||
<mrow>
<mfenced open="[" close="]">
<mtable>
<mtr id="mtr">
<mtd><mi>x</mi></mtd>
<mtd><mi>y</mi></mtd>
</mtr>
</mtable>
</mfenced>
</mrow>
|
||||
</math></div>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
@ -10,6 +10,7 @@ load 336074-1.xhtml
|
||||
load 347495-1.xhtml
|
||||
load 347507-1.xhtml
|
||||
load 348492-1.xhtml
|
||||
load 348709-1.xhtml
|
||||
load 348811-1.xhtml
|
||||
load 348811-2.xhtml
|
||||
load 353612-1.xhtml
|
||||
@ -31,4 +32,3 @@ load 405187-1.xhtml
|
||||
load 405271-1.xml
|
||||
# load 412237-1.xml
|
||||
load 413063-1.xhtml
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user