mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 08:35:26 +00:00
10 lines
174 B
HTML
10 lines
174 B
HTML
<html>
|
|
<head>
|
|
<style>body::first-letter {float: right; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<span style="direction: rtl; unicode-bidi: embed;">*::first
|
|
m</span>
|
|
</body>
|
|
</html> |