layout/reftests/bidi/263359-2.html

Wed, 31 Dec 2014 13:27:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 13:27:57 +0100
branch
TOR_BUG_3246
changeset 6
8bccb770b82d
permissions
-rw-r--r--

Ignore runtime configuration files generated during quality assurance.

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.
michael@0 11 <span>This is a testing for BiDi layout issues.
michael@0 12 </span>
michael@0 13 <p>This is a testing for BiDi layout issues.
michael@0 14 </p>
michael@0 15 <div>This is a testing for BiDi layout issues.</div>
michael@0 16
michael@0 17 <b>Test2: 3 spaces at the end</b>
michael@0 18 This is a testing for BiDi layout issues.&nbsp;&nbsp;&nbsp;
michael@0 19 <span>This is a testing for BiDi layout issues.&nbsp;&nbsp;&nbsp;
michael@0 20 </span>
michael@0 21
michael@0 22 <p>This is a testing for BiDi layout issues.&nbsp;&nbsp;&nbsp;
michael@0 23 </p>
michael@0 24 <div>This is a testing for BiDi layout issues.&nbsp;&nbsp;&nbsp;
michael@0 25 </div>
michael@0 26
michael@0 27 <b>Test3: 3 spaces at the beginning</b>
michael@0 28 &nbsp;&nbsp;&nbsp;This is a testing for BiDi layout issues.
michael@0 29 <span>&nbsp;&nbsp;&nbsp;This is a testing for BiDi layout issues.
michael@0 30 </span>
michael@0 31 <p>&nbsp;&nbsp;&nbsp;This is a testing for BiDi layout issues.
michael@0 32 </p>
michael@0 33 <div>&nbsp;&nbsp;&nbsp;This is a testing for BiDi layout issues.
michael@0 34 </div>
michael@0 35
michael@0 36 <b>Test4: 3 spaces at the end and the beginning</b>
michael@0 37 &nbsp;&nbsp;&nbsp;This is a testing for BiDi layout issues.&nbsp;&nbsp;&nbsp;
michael@0 38 <span>&nbsp;&nbsp;&nbsp;This is a testing for BiDi layout issues.&nbsp;&nbsp;&nbsp;
michael@0 39 </span>
michael@0 40 <p>&nbsp;&nbsp;&nbsp;This is a testing for BiDi layout issues.&nbsp;&nbsp;&nbsp;
michael@0 41 </p>
michael@0 42 <div>&nbsp;&nbsp;&nbsp;This is a testing for BiDi layout issues.&nbsp;&nbsp;&nbsp;
michael@0 43 </div>
michael@0 44 </div>
michael@0 45 </body>
michael@0 46 </html>

mercurial