mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
13 lines
343 B
HTML
13 lines
343 B
HTML
<html class="reftest-wait">
|
||
<head>
|
||
<title>Bug 446328 – Crash [@ nsImageLoader::RedrawDirtyFrame] with document that has -moz-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>
|