https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 9d6a6b37dd4bfa2dc5bf04d3c4c8f2db74607152 authored by ffxbld on 20 February 2013, 13:03:16 UTC
Added FIREFOX_20_0b1_RELEASE FIREFOX_20_0b1_BUILD1 tag(s) for changeset 3324030359a4. DONTBUILD CLOSED TREE a=release
Tip revision: 9d6a6b3
mirroring-01-ref.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&lt;b&gt;a</p>
</body>
</html>
back to top