summaryrefslogtreecommitdiffstats
path: root/js/xpconnect/crashtests/616930-1.html
blob: e34fbca6c79723c6fa731e7fee4118ac09f39b5f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html>
<head>
<script>

function boom()
{
  window.__proto__.__proto__ = InstallTrigger;
  window.DOMParser;
}

</script>
</head>
<body onload="boom();"></body>
</html>