https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 28d29ddecdcc7f541126241a6c99530b3689ca7d authored by Ryan VanderMeulen on 29 June 2015, 15:32:20 UTC
No bug - Pin mozharness.json to mozilla-b2g37_v2_2 rather than tracking a specific revision since the branch is only receiving targeted landings. a=test-only
Tip revision: 28d29dd
229367-2-ref.html
<DOCTYPE html>
<html DIR=RTL>
 <head>
  <meta charset=UTF-8>
  <title>BIDI Layout Testing</title>
 </head>
 <body>
  <h2>This is a testing for BiDi layout issues.</h2> 
<br> 
 
1 - No tag<br> 
2 - SPAN<br> 
3 - P<br> 
4 - DIV<br> 

<br> 
<b>Test1: No space</b><br> 
This is a testing for BiDi layout issues.&rlm;<br> 
<span>This is a testing for BiDi layout issues.&rlm;<br></span> 
<p>This is a testing for BiDi layout issues.&rlm;<br></p> 
<div>This is a testing for BiDi layout issues.&rlm;<br></div> 
<br><br> 
<b>Test2: 3 spaces at the end</b><br> 
This is a testing for BiDi layout issues.&rlm;&nbsp;&nbsp;&nbsp;<br> 
<span>This is a testing for BiDi layout issues.&rlm;&nbsp;&nbsp;&nbsp;<br></span> 

<p>This is a testing for BiDi layout issues.&rlm;&nbsp;&nbsp;&nbsp;<br></p> 
<div>This is a testing for BiDi layout issues.&rlm;&nbsp;&nbsp;&nbsp;<br></div> 
<br><br> 
<b>Test3: 3 spaces at the beginning</b><br> 
&nbsp;&nbsp;&nbsp;This is a testing for BiDi layout issues.&rlm;<br> 
<span>&nbsp;&nbsp;&nbsp;This is a testing for BiDi layout issues.&rlm;<br></span> 
<p>&nbsp;&nbsp;&nbsp;This is a testing for BiDi layout issues.&rlm;<br></p> 
<div>&nbsp;&nbsp;&nbsp;This is a testing for BiDi layout issues.&rlm;<br></div> 
<br><br> 

<b>Test4: 3 spaces at the end and the beginning</b><br> 
&nbsp;&nbsp;&nbsp;This is a testing for BiDi layout issues.&rlm;&nbsp;&nbsp;&nbsp;<br> 
<span>&nbsp;&nbsp;&nbsp;This is a testing for BiDi layout issues.&rlm;&nbsp;&nbsp;&nbsp;<br></span> 
<p>&nbsp;&nbsp;&nbsp;This is a testing for BiDi layout issues.&rlm;&nbsp;&nbsp;&nbsp;<br></p> 
<div>&nbsp;&nbsp;&nbsp;This is a testing for BiDi layout issues.&rlm;&nbsp;&nbsp;&nbsp;<br></div> 
 </body> 
</html>
back to top