mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
17 lines
402 B
HTML
17 lines
402 B
HTML
<!DOCTYPE html>
|
|
<!-- Bidi reftest 005: rtl text in SMP -->
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
|
</head>
|
|
<style type="text/css">
|
|
body {
|
|
font-family: serif;
|
|
font-size: 24px;
|
|
}
|
|
</style>
|
|
<body>
|
|
<p lang="he">𐤉𐤓𐤇𐤅𐤀𐤎𐤐𐤟𐤉𐤓𐤇𐤅𐤆</p>
|
|
</body>
|
|
</html>
|