layout/reftests/bidi/unicode-bidi-plaintext-textarea-1.html

branch
TOR_BUG_9701
changeset 11
deefc01c0e14
equal deleted inserted replaced
-1:000000000000 0:344066dcb92a
1 <!DOCTYPE html>
2 <html><head>
3 <title>unicode-bidi:plaintext</title>
4 <style>
5 textarea { text-align: left; resize: none; }
6 </style>
7 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
8 </head><body>
9 <div>
10 The exclamation mark should be on the left side of the first line
11 and on the right side of the second line.
12 </div>
13 <textarea rows=4 cols=50 dir=auto>
14 שלום!
15 hello!
16 </textarea>
17 </body></html>

mercurial