gecko/js/xpconnect/crashtests/193710.html

12 lines
260 B
HTML
Raw Normal View History

2009-02-10 22:18:05 -08:00
<!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>
2009-02-10 22:18:05 -08:00
</head>
<body></body>
</html>