summaryrefslogtreecommitdiffstats
path: root/js/xpconnect/crashtests/193710.html
blob: 1320e51356d97bd7bd09b49a1a23ec6b582acd30 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <script type="text/javascript">window.onerror=new Function("return True")</script>
  <script type="text/javascript" src="nonexistent.js"></script>
</head>

<body></body>

</html>