mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 22:55:23 +00:00
12 lines
183 B
HTML
12 lines
183 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<style type="text/css">
|
|
.flipped { direction: rtl; unicode-bidi: bidi-override; }
|
|
</style>
|
|
</head>
|
|
|
|
<body><div class="flipped">AB</div>
|
|
</body>
|
|
</html>
|