tenfourfox/layout/reftests/bidi/mirroring-01.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

21 lines
376 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 paired chars that should mirror in RTL text -->
<p>a(b)c</p>
<p>a[b]c</p>
<p>a{b}c</p>
<p>a&lt;b&gt;c</p>
</body>
</html>