Oreon-Lime-R2/mingw-wine-gecko/wine-gecko-2.47.4-src/wine-gecko-2.47.4/js/xpconnect/crashtests/582649.html

13 lines
177 B
HTML
Raw Normal View History

<html>
<head>
<title>Testcase for bug 582649</title>
</head>
<body>
<script>
var foo = [];
foo[0] = foo;
document.body.setUserData("foo", foo, null);
</script>
</body>
</html>