mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
19 lines
356 B
HTML
19 lines
356 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||
|
<style type="text/css">
|
||
|
p {
|
||
|
unicode-bidi:bidi-override;
|
||
|
direction:rtl;
|
||
|
text-align:left;
|
||
|
}
|
||
|
</style>
|
||
|
</head>
|
||
|
<body>
|
||
|
<!-- some chars that should NOT mirror... -->
|
||
|
<p>a‘b’c</p>
|
||
|
<p>a“b”c</p>
|
||
|
</body>
|
||
|
</html>
|