summaryrefslogtreecommitdiffstats
path: root/layout/generic/crashtests/370174-2.html
blob: fd964963642ebd3088c110c7d6a3a4371e6ce28f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<html>
<head>
<title>Bug 370174 � Crash [@ FindBlockFrameOrBR] with unminimised testcase triple-clicking at the bottom of the page</title>
</head>
<body>
<script>
function doe() {
document.documentElement.innerHTML = '';
}
setTimeout(doe, 300);
</script>
</body>
</html>