summaryrefslogtreecommitdiffstats
path: root/layout/generic/crashtests/391894-1.html
blob: d69a95573b7558b045307f5def91752e8211b499 (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="column-width: 0em">

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

</body>
</html>