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

var sg = document.__lookupGetter__("styleSheets");
sg.call(document, undefined);

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