gecko/layout/base/crashtests/446328.html

13 lines
338 B
HTML
Raw Normal View History

2009-01-23 09:15:36 -08:00
<html class="reftest-wait">
<head>
<title>Bug 446328 <20> Crash [@ nsImageLoader::RedrawDirtyFrame] with document that has border-image and gets display: none</title>
2009-01-23 09:15:36 -08:00
</head>
<body>
<iframe src="446328-top.html" id="a"></iframe>
<script>
function doe(){
document.documentElement.removeAttribute("class");
}
setTimeout(doe,700)
</script>