summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bidi/536963-1-ref.html
blob: 40f7314a70877f2036e53f0431e7cfae6a6d51cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE HTML>
<html>
 <head>
  <title>Dynamic bidi bug</title>
  <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  <style type="text/css">
  p { width: 3ch;}
  </style>
 </head>
 <body>
  <p dir="rtl">0 123 4</p>
 </body>
</html>