Add crashtest. (This file has caused leaks and crashes at various times in the 1.9 cycle.)

This commit is contained in:
jruderman@hmc.edu 2008-03-26 21:19:21 -07:00
parent e06fb83304
commit 3c037b9f75
2 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,14 @@
<html>
<head>
<script>
function loaded() {
var node = document;
var handler = function(operation, key, data, src, dst) { alert(data); };
node.setUserData("foo", "data", handler);
}
</script>
</head>
<body onload="loaded();">
<div id="elem"></div>
</body>
</html>

View File

@ -1,4 +1,5 @@
load 308120-1.xul
load 324871-1.html
load 325730-1.html
load 326618-1.html
load 326646-1.html