tenfourfox/js/xpconnect/crashtests/467693-1.html

17 lines
251 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<!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>