summaryrefslogtreecommitdiffstats
path: root/layout/generic/crashtests/406380.html
blob: 1ea1820a336af0d4e275511c19a1b035a8dff8a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<html style="direction: rtl;">
<body onload="document.getElementById('i').style.fontSize = '10em';">

<div style="-moz-column-width: 60px;">
a
<div style="overflow: -moz-hidden-unscrollable; white-space: pre;" id="i">
b
</div>
</div>

</body>
</html>