summaryrefslogtreecommitdiffstats
path: root/js/xpconnect/crashtests/462926.html
blob: 5fc828edfbec00c66bd258a3a875906bf0716d12 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript">

try { document.createTextNode("").getUserData.call(0, 0); } catch(e) { }

</script>
</head>
<body>
</body>
</html>