summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bidi/746987-2.html
blob: 7df556b82c0608110e12bf327b9750d54645baec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8"/>
    <style>
      body {
        font-size:2em;
        text-align:left;
      }
      .test {
        border: medium solid gray;
        padding: 10px;
        width: 400px;
        margin: 20px;
      }
      .plaintext {
        unicode-bidi: plaintext;
      }
    </style>
    <title>unicode-bidi:plaintext on inline with paragraph breaks</title>
  </head>
  <body>
    <div class="test">
      <span class="plaintext">a-><br/>&#x05D0;-><br/>a-><br/>&#x05D0;-></span>
    </div>
  </body>
</html>