summaryrefslogtreecommitdiffstats
path: root/layout/generic/crashtests/416165.html
blob: 9bbdee641c67b55e8e6165c8504c62d254d657cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<html>
<head>
<script>
function replacestyles(){
document.getElementById('a').setAttribute('style', 'border: 1px solid black; -moz-border-radius: 2em;');
document.body.offsetHeight; 
}
</script>
</head>
<body  style="direction: rtl; column-count: 2;" onload="document.body.offsetHeight; setTimeout(replacestyles,0);">

<div id="a">
<pre style="overflow: clip;">


text



</pre>
</div>
</body>
</html>