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

16 lines
185 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<!DOCTYPE html>
<html>
<head>
<script>
function boom()
{
window.__proto__.__proto__ = InstallTrigger;
window.DOMParser;
}
</script>
</head>
<body onload="boom();"></body>
</html>