Mypal/js/xpconnect/crashtests/403356-1.html
2019-03-11 13:26:37 +03:00

14 lines
202 B
HTML

<!DOCTYPE html>
<html>
<head>
<script type="text/javascript">
try {
document.documentElement.appendChild.call(new XPCNativeWrapper(window));
} catch(e) {
}
</script>
</head>
<body>
</body>
</html>