gecko-dev/layout/base/crashtests/827192.html
2013-01-30 01:13:02 -08:00

10 lines
207 B
HTML

<!DOCTYPE html>
<html dir="rtl" style="-moz-column-count: 2; padding-left: 40000px;">
<body onload="document.getElementById('x').style.cssFloat = '';">
A<br id="x" style="float: right;">
B
</body>
</html>