mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-09 13:30:34 +00:00
13 lines
177 B
HTML
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>
|