Add crashtest.
git-svn-id: svn://10.0.0.236/trunk@244850 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
23
mozilla/editor/libeditor/base/crashtests/402172-1.html
Normal file
23
mozilla/editor/libeditor/base/crashtests/402172-1.html
Normal file
@@ -0,0 +1,23 @@
|
||||
<html>
|
||||
<head>
|
||||
<script>
|
||||
|
||||
function boom()
|
||||
{
|
||||
document.getElementById("div").contentEditable = "true";
|
||||
document.getElementById("div").focus();
|
||||
document.getElementById("div").contentEditable = "false";
|
||||
|
||||
document.getElementById("table").contentEditable = "true";
|
||||
}
|
||||
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body onload="boom();">
|
||||
|
||||
<table id="table"><td></td></table><div id="div"></div>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
@@ -1 +1,2 @@
|
||||
load 402172-1.html
|
||||
load 407256-1.html
|
||||
|
||||
Reference in New Issue
Block a user