mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
13 lines
280 B
HTML
13 lines
280 B
HTML
|
<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>
|