summaryrefslogtreecommitdiffstats
path: root/layout/generic/crashtests/526217.html
blob: dc8a485a2fba9e5ca1d6efea6d7a314cfd50a293 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<html class="reftest-wait">
<head>
<script>
function doe() {
document.body.removeAttribute('style');
document.documentElement.offsetHeight;
document.documentElement.removeAttribute("class");
}
setTimeout(doe,100);
</script>
</head>
<body style="position: fixed; -moz-column-count: 2; min-height: 100%; top: 50%; bottom: 50%; font-size: 900px;">
m m
<span style=" position: fixed;"></span>
</body>
</html>