summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-text/text-align/text-align-justify-bidi-control-ref.html
blob: c30c5a0178bfb95934fbb30c9c2b29ba3cfaae71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html lang="ja">
 <head>
  <meta charset="utf-8">
  <title>text-align: justify for a bidi control + a CJK ideograph</title>
  <style>
   p { text-align: justify; width: 3.9em; }
  </style>
 </head>
 <body>
 <p>東京都東京都東京都</p>
 </body>
</html>