jruderman%hmc.edu 9c834c2adb Add crashtest. (This file has caused leaks and crashes at various times in the 1.9 cycle.)
git-svn-id: svn://10.0.0.236/trunk@248662 18797224-902f-48f8-a5cc-f745e15eee43
2008-03-27 04:19:21 +00:00

14 lines
268 B
HTML

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