summaryrefslogtreecommitdiffstats
path: root/layout/base/crashtests/409513.html
blob: a2aff4462d43f0728d9445cc1f3d3c95be7e3a25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<DOCTYPE html>
<html>
<head>
</head>

<body style="visibility: collapse;" onload="document.getElementById('div').style.direction = 'rtl';">

<div style="display: -moz-groupbox;" id="div">
aaaaa bbbbb ccccc ddddd eeeee fffff ggggg hhhhh iiiii
</div>

</body>

</html>