Adding a crashtest
git-svn-id: svn://10.0.0.236/trunk@250655 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
30
mozilla/gfx/thebes/crashtests/385289-1.xhtml
Normal file
30
mozilla/gfx/thebes/crashtests/385289-1.xhtml
Normal file
@@ -0,0 +1,30 @@
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<script>
|
||||
function boom()
|
||||
{
|
||||
var mss = document.getElementById("mss");
|
||||
|
||||
var j = document.createTextNode("j");
|
||||
var comb = document.createTextNode("\u0302");
|
||||
|
||||
mss.appendChild(j);
|
||||
mss.appendChild(comb);
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body onload="boom()">
|
||||
|
||||
<div>
|
||||
<math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
|
||||
<msub id="mss">
|
||||
<mi>v</mi>
|
||||
<mn>1</mn>
|
||||
</msub>
|
||||
</math>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
@@ -7,11 +7,12 @@ load 377231-1.html
|
||||
load 377232-1.xhtml
|
||||
load 377461-1.xhtml
|
||||
load 383473-1.html
|
||||
load 385289-1.xhtml
|
||||
load 385417-1.html
|
||||
load 385417-2.html
|
||||
load 385719-1.html
|
||||
load 385423-1.html
|
||||
load 385423-2.html
|
||||
load 385719-1.html
|
||||
load 393746-1.xhtml
|
||||
load 393749-1.html
|
||||
load 393822-1.html
|
||||
|
||||
Reference in New Issue
Block a user