Add crashtest.

git-svn-id: svn://10.0.0.236/trunk@244850 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jruderman%hmc.edu
2008-02-04 05:54:51 +00:00
parent 27fd3319d2
commit 1035b1314e
2 changed files with 24 additions and 0 deletions

View 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>

View File

@@ -1 +1,2 @@
load 402172-1.html
load 407256-1.html