tenfourfox/js/xpconnect/crashtests/328553-1.html

14 lines
175 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<html>
<head>
<script type="text/javascript">
x = Components.interfaces.nsITableEditor;
x.__proto__ = Components;
x.QueryInterface;
</script>
</head>
<body>
</body>
</html>