summaryrefslogtreecommitdiffstats
path: root/layout/generic/crashtests/391894-1.html
blob: 2753e8511c4e41b5b080dba2c9490796265a4530 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html>
<head>

<style>

#q:first-line { }

</style>

</head>
<body style="-moz-column-width: 0em">

<div id="q">a b c<span style="float: right;"></span></div>

</body>
</html>