gecko/js/xpconnect/crashtests/346258-1.html

13 lines
170 B
HTML
Raw Normal View History

2008-02-09 02:43:15 -08:00
<html>
<head>
<script type="text/javascript">
var sg = document.__lookupGetter__("styleSheets");
sg.call(document, undefined);
</script>
</head>
<body>
</body>
</html>