tenfourfox/js/xpconnect/crashtests/193710.html

12 lines
260 B
HTML
Raw Permalink Normal View History

2017-04-19 07:56:45 +00: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>
</head>
<body></body>
</html>