gecko/js/xpconnect/crashtests/616930-1.html

16 lines
185 B
HTML
Raw Normal View History

2011-06-20 11:42:05 -07:00
<!DOCTYPE html>
<html>
<head>
<script>
function boom()
{
window.__proto__.__proto__ = InstallTrigger;
window.DOMParser;
}
</script>
</head>
<body onload="boom();"></body>
</html>