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

16 lines
251 B
HTML

<!DOCTYPE html>
<html>
<head>
<script type="text/javascript">
function boom()
{
({})[document.createElement('unsupported').tagName];
uneval(Components.interfaces.nsIWebNavigationInfo);
}
</script>
</head>
<body onload="boom();"></body>
</html>