mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-08 22:08:16 +00:00
14 lines
284 B
HTML
14 lines
284 B
HTML
<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>
|