summaryrefslogtreecommitdiffstats
path: root/layout/generic/crashtests/526217.html
blob: 16f6aefa535f57fecbc13b77ca4595bb776ec329 (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; column-count: 2; min-height: 100%; top: 50%; bottom: 50%; font-size: 900px;">
m m
<span style=" position: fixed;"></span>
</body>
</html>