mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-21 04:31:26 +00:00
14 lines
257 B
HTML
14 lines
257 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
|
</head>
|
|
<body>
|
|
<!-- some paired chars that should mirror in RTL text -->
|
|
<p>c(b)a</p>
|
|
<p>c[b]a</p>
|
|
<p>c{b}a</p>
|
|
<p>c<b>a</p>
|
|
</body>
|
|
</html>
|