mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-02 22:08:40 +09:00
12 lines
338 B
HTML
12 lines
338 B
HTML
|
|
<html class="reftest-wait">
|
|||
|
|
<head>
|
|||
|
|
<title>Bug 446328 <20> Crash [@ nsImageLoader::RedrawDirtyFrame] with document that has border-image and gets display: none</title>
|
|||
|
|
</head>
|
|||
|
|
<body>
|
|||
|
|
<iframe src="446328-top.html" id="a"></iframe>
|
|||
|
|
<script>
|
|||
|
|
function doe(){
|
|||
|
|
document.documentElement.removeAttribute("class");
|
|||
|
|
}
|
|||
|
|
setTimeout(doe,700)
|
|||
|
|
</script>
|