summaryrefslogtreecommitdiffstats
path: root/layout/generic/crashtests/398322-2.html
blob: 9d2f13199e50651f79b50d77ef4f7622d3caf3ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<html class="reftest-paged">
<head>
<style>
q::after { content:"anonymous text"; text-transform: uppercase;}
</style>
</head>
<body>
<div style="position: absolute; width: 50px; column-count: 2;">
  <div style="position: absolute;"> <q> </q> </div>
</div>
</body>
</html>