Mypal/js/xpconnect/crashtests/582649.html
2019-03-11 13:26:37 +03:00

13 lines
177 B
HTML

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