зеркало из https://github.com/mozilla/gecko-dev.git
17 строки
332 B
HTML
17 строки
332 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>change direction of pre with bidi text</title>
|
||
|
<meta charset="UTF-8">
|
||
|
</head>
|
||
|
<body>
|
||
|
<pre dir="rtl"> can_be_executable=TRUE
|
||
|
[he]description=סוג לא ידוע
|
||
|
description=Unknown type
|
||
|
[ar]description=نوع غير معروف
|
||
|
[az]description=Namə'lum növ
|
||
|
</pre>
|
||
|
</body>
|
||
|
</html>
|
||
|
|