Oreon-Lime-R2/mingw-wine-gecko/wine-gecko-2.47.4-src/wine-gecko-2.47.4/js/xpconnect/crashtests/403356-1.html

14 lines
202 B
HTML
Raw Normal View History

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