Bug 514098 - add crashtest

This commit is contained in:
Jesse Ruderman 2010-12-12 12:54:26 -08:00
parent 18800a83c1
commit 5770046d6f
2 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,16 @@
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:m="http://www.w3.org/1998/Math/MathML">
<head>
<script>
function boom()
{
document.getElementById("td").contentEditable = "true";
document.execCommand("justifyfull", false, null);
}
</script>
</head>
<body onload="boom();">
<m:msubsup><td id="td"><m:mn/></td></m:msubsup>
</body>
</html>

View File

@ -305,6 +305,7 @@ load 511482.html
load 512724-1.html
load 512725-1.html
load 513394-1.html
load 514098-1.xhtml
load 514800-1.html
load 515811-1.html
load 517968.html