Bug 496011. Add crashtest.

This commit is contained in:
Timothy Nikkel 2010-06-27 16:00:16 -05:00
parent 0b0bd05f6f
commit 9df6bf07d2
2 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,20 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<script type="text/javascript">
<![CDATA[
function boom()
{
document.body.setAttribute("contenteditable", "true");
document.execCommand("selectAll", false, null);
document.execCommand("inserthtml", false, "<span><div><\/div><\/span>");
document.execCommand("undo", false, null);
}
]]>
</script>
</head>
<body onload="boom();"><textarea><span/></textarea></body>
</html>

View File

@ -269,6 +269,7 @@ load 492014.xhtml
load 492112-1.xhtml
load 492163-1.xhtml
load 495350-1.html
load 496011-1.xhtml
load 497519-1.xhtml
load 497519-2.xhtml
load 499741-1.xhtml