mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-02 22:08:40 +09:00
13 lines
271 B
HTML
13 lines
271 B
HTML
|
|
<html>
|
|||
|
|
<head>
|
|||
|
|
<title>Bug 370174 <20> 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>
|