зеркало из https://github.com/mozilla/gecko-dev.git
17 строки
251 B
HTML
17 строки
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>
|