gecko/layout/generic/crashtests/398322-2.html

13 lines
280 B
HTML
Raw Normal View History

2013-02-23 02:38:13 -08:00
<html class="reftest-print">
<head>
<style>
q::after { content:"anonymous text"; text-transform: uppercase;}
</style>
</head>
<body>
<div style="position: absolute; width: 50px; -moz-column-count: 2;">
<div style="position: absolute;"> <q> </q> </div>
</div>
</body>
</html>