Bug 419563 - add crashtest

This commit is contained in:
Jesse Ruderman 2010-10-15 13:44:38 -07:00
parent 52fab8fa7f
commit f9a843e418
2 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,20 @@
<html xmlns="http://www.w3.org/1999/xhtml" class="reftest-wait">
<head>
<script type="text/javascript">
function boom()
{
document.documentElement.appendChild(document.body);
document.getElementById("s").contentEditable = "true";
document.getElementById("v").focus();
document.body.focus();
document.execCommand("delete", false, null);
document.documentElement.removeAttribute("class");
}
</script>
</head>
<span id="s">thesewords arenot realwords</span><body contenteditable="true" onload="setTimeout(boom, 0);"><span contenteditable="false"><div id="v" contenteditable="true"></div>Five</span></body>
</html>

View File

@ -1,5 +1,6 @@
load 351236-1.html
load 407062-1.html
load 419563-1.xhtml
skip-if(winWidget) load 428844-1.html # bug 471185
load 461049-1.html
asserts(0-1) asserts-if(winWidget,0-2) load removing-editable-xslt.html # bug 500847