summaryrefslogtreecommitdiffstats
path: root/layout/generic/crashtests/412543-1.html
blob: 9610be1157148594eb626b6f03ae263e87c842eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html>
<head>
<style type="text/css">

.c { -moz-column-width: 1px; width: 93px; }
.c:first-letter { }

</style>
</head>

<body>

<div class="c"><small>a b . d e f h i , k ; m n o p q</small></div>

</body>
</html>