summaryrefslogtreecommitdiffstats
path: root/layout/base/crashtests/446328.html
blob: 20061761b379338f50a87e07998ea97c8ee7ca9d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<html class="reftest-wait">
<head>
<title>Bug 446328 � 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>