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

Wed, 31 Dec 2014 07:16:47 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:16:47 +0100
branch
TOR_BUG_9701
changeset 3
141e0f1194b1
permissions
-rw-r--r--

Revert simplistic fix pending revisit of Mozilla integration attempt.

     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