mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
20 lines
198 B
HTML
20 lines
198 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
<textarea id="ta" dir="rtl">
|
|
|
|
אaב
|
|
|
|
</textarea>
|
|
<textarea id="tb">
|
|
|
|
abc
|
|
|
|
</textarea>
|
|
|
|
<div id="coords1">0</div>
|
|
<div id="coords2">0</div>
|
|
|
|
</body>
|
|
</html>
|