summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bidi/mirroring-02-ref.html
blob: ae4bef0947383202dd5163fc987bf2fa9d1307e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html>
<head>
  <meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body>
  <!-- some chars that should NOT mirror... -->
  <p>c&#x2019;b&#x2018;a</p>
  <p>c&#x201d;b&#x201c;a</p>
</body>
</html>