summaryrefslogtreecommitdiffstats
path: root/layout/generic/crashtests/412543-1.html
blob: 7009a00288afa63428e3a6aafa901bb4b071b896 (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 { 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>