зеркало из https://github.com/mozilla/pjs.git
Add crashtest.
This commit is contained in:
Родитель
ad33bad91d
Коммит
273fc511a4
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче