layout/reftests/bidi/263359-2-ref.html

Thu, 15 Jan 2015 21:03:48 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 21:03:48 +0100
branch
TOR_BUG_9701
changeset 11
deefc01c0e14
permissions
-rw-r--r--

Integrate friendly tips from Tor colleagues to make (or not) 4.5 alpha 3;
This includes removal of overloaded (but unused) methods, and addition of
a overlooked call to DataStruct::SetData(nsISupports, uint32_t, bool.)

michael@0 1 <DOCTYPE html>
michael@0 2 <html DIR=RTL>
michael@0 3 <head>
michael@0 4 <meta charset=UTF-8>
michael@0 5 <title>BIDI Layout Testing</title>
michael@0 6 </head>
michael@0 7 <body>
michael@0 8 <div style="white-space: pre">
michael@0 9 <b>Test1: No space</b>
michael@0 10 This is a testing for BiDi layout issues. &rlm;
michael@0 11 <span>This is a testing for BiDi layout issues.&rlm;
michael@0 12 </span>
michael@0 13 <p>This is a testing for BiDi layout issues.&rlm;
michael@0 14 </p>
michael@0 15 <div>This is a testing for BiDi layout issues.&rlm;
michael@0 16 </div>
michael@0 17
michael@0 18 <b>Test2: 3 spaces at the end</b>
michael@0 19 This is a testing for BiDi layout issues.&rlm;&nbsp;&nbsp;&nbsp;
michael@0 20 <span>This is a testing for BiDi layout issues.&rlm;&nbsp;&nbsp;&nbsp;
michael@0 21 </span>
michael@0 22
michael@0 23 <p>This is a testing for BiDi layout issues.&rlm;&nbsp;&nbsp;&nbsp;
michael@0 24 </p>
michael@0 25 <div>This is a testing for BiDi layout issues.&rlm;&nbsp;&nbsp;&nbsp;
michael@0 26 </div>
michael@0 27
michael@0 28 <b>Test3: 3 spaces at the beginning</b>
michael@0 29 &nbsp;&nbsp;&nbsp;This is a testing for BiDi layout issues.&rlm;
michael@0 30 <span>&nbsp;&nbsp;&nbsp;This is a testing for BiDi layout issues.&rlm;
michael@0 31 </span>
michael@0 32 <p>&nbsp;&nbsp;&nbsp;This is a testing for BiDi layout issues.&rlm;
michael@0 33 </p>
michael@0 34 <div>&nbsp;&nbsp;&nbsp;This is a testing for BiDi layout issues.&rlm;
michael@0 35 </div>
michael@0 36
michael@0 37 <b>Test4: 3 spaces at the end and the beginning</b>
michael@0 38 &nbsp;&nbsp;&nbsp;This is a testing for BiDi layout issues.&rlm;&nbsp;&nbsp;&nbsp;
michael@0 39 <span>&nbsp;&nbsp;&nbsp;This is a testing for BiDi layout issues.&rlm;&nbsp;&nbsp;&nbsp;
michael@0 40 </span>
michael@0 41 <p>&nbsp;&nbsp;&nbsp;This is a testing for BiDi layout issues.&rlm;&nbsp;&nbsp;&nbsp;
michael@0 42 </p>
michael@0 43 <div>&nbsp;&nbsp;&nbsp;This is a testing for BiDi layout issues.&rlm;&nbsp;&nbsp;&nbsp;
michael@0 44 </div>
michael@0 45 </div>
michael@0 46 </body>
michael@0 47 </html>

mercurial