summaryrefslogtreecommitdiffstats
path: root/layout/base/crashtests/1362423-1.html
blob: 554eef6ccb98f60e580b53116302b3f04fef2906 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<head>
  <style>
    * {
      unicode-bidi: bidi-override;
      column-width: 1px;
      height: 1px;
    }
    *::first-letter { unicode-bidi: auto; }
  </style>
  <script>
    o1 = document.createElement('div');
    o1.innerText = "0\u202A\uD843\uDFF30\u8F4F\DFC\u5DFC9\u0669u";
    document.documentElement.appendChild(o1);
  </script>
</head>