https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 6787a82def57b8e2ec25dc0300231d97bc5ea593 authored by Jeff Walden on 19 November 2019, 04:55:39 UTC
Bug 1596544 - intl_ValidateAndCanonicalizeUnicodeExtensionType should ignore the second |option| argument until it's needed to report an error. r=anba
Tip revision: 6787a82
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