tenfourfox/js/xpconnect/crashtests/328553-1.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

14 lines
175 B
HTML

<html>
<head>
<script type="text/javascript">
x = Components.interfaces.nsITableEditor;
x.__proto__ = Components;
x.QueryInterface;
</script>
</head>
<body>
</body>
</html>