mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-17 01:43:08 +09:00
12 lines
277 B
HTML
12 lines
277 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>
|