Mypal/layout/generic/crashtests/370174-2.html

14 lines
284 B
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<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>