gecko-dev/js/xpconnect/crashtests/403356-1.html

14 строки
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>