blob: 16231b753aeef509d96688dd71cb24e4dd380e1b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<!DOCTYPE html>
<!-- Mixed chartype reftest 03: Arabic - English -->
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<style type="text/css">
body {
font-family: monospace;
font-size: 24px;
}
</style>
</head>
<body>
<p><span>World سلمات</span></p>
</body>
</html>
|