gecko/layout/generic/crashtests/406380.html
mats.palmgren@bredband.net fc794b3f6c Crash test for bug 406380.
2007-12-31 02:30:58 -08:00

13 lines
251 B
HTML

<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>