Thu, 15 Jan 2015 21:03:48 +0100
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 | <h2>This is a testing for BiDi layout issues.</h2> |
michael@0 | 9 | <br> |
michael@0 | 10 | |
michael@0 | 11 | 1 - No tag<br> |
michael@0 | 12 | 2 - SPAN<br> |
michael@0 | 13 | 3 - P<br> |
michael@0 | 14 | 4 - DIV<br> |
michael@0 | 15 | |
michael@0 | 16 | <br> |
michael@0 | 17 | <b>Test1: No space</b><br> |
michael@0 | 18 | This is a testing for BiDi layout issues.‏<br> |
michael@0 | 19 | <span>This is a testing for BiDi layout issues.‏<br></span> |
michael@0 | 20 | <p>This is a testing for BiDi layout issues.‏<br></p> |
michael@0 | 21 | <div>This is a testing for BiDi layout issues.‏<br></div> |
michael@0 | 22 | <br><br> |
michael@0 | 23 | <b>Test2: 3 spaces at the end</b><br> |
michael@0 | 24 | This is a testing for BiDi layout issues.‏ <br> |
michael@0 | 25 | <span>This is a testing for BiDi layout issues.‏ <br></span> |
michael@0 | 26 | |
michael@0 | 27 | <p>This is a testing for BiDi layout issues.‏ <br></p> |
michael@0 | 28 | <div>This is a testing for BiDi layout issues.‏ <br></div> |
michael@0 | 29 | <br><br> |
michael@0 | 30 | <b>Test3: 3 spaces at the beginning</b><br> |
michael@0 | 31 | This is a testing for BiDi layout issues.‏<br> |
michael@0 | 32 | <span> This is a testing for BiDi layout issues.‏<br></span> |
michael@0 | 33 | <p> This is a testing for BiDi layout issues.‏<br></p> |
michael@0 | 34 | <div> This is a testing for BiDi layout issues.‏<br></div> |
michael@0 | 35 | <br><br> |
michael@0 | 36 | |
michael@0 | 37 | <b>Test4: 3 spaces at the end and the beginning</b><br> |
michael@0 | 38 | This is a testing for BiDi layout issues.‏ <br> |
michael@0 | 39 | <span> This is a testing for BiDi layout issues.‏ <br></span> |
michael@0 | 40 | <p> This is a testing for BiDi layout issues.‏ <br></p> |
michael@0 | 41 | <div> This is a testing for BiDi layout issues.‏ <br></div> |
michael@0 | 42 | </body> |
michael@0 | 43 | </html> |