layout/reftests/text/zwnj-01-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 <!-- Reference rendering for zwnj-01.html. This uses spans with
michael@0 3 display:inline-block to prevent the letters from connecting -->
michael@0 4 <html>
michael@0 5 <head>
michael@0 6 <title>ZWNJ test</title>
michael@0 7 <meta http-equiv="content-type" content="text/html; charset=utf-8">
michael@0 8 <style type="text/css">
michael@0 9 body {
michael@0 10 font-size: 36px;
michael@0 11 }
michael@0 12 span {
michael@0 13 display: inline-block;
michael@0 14 }
michael@0 15 </style>
michael@0 16 </head>
michael@0 17 <body lang="ar">
michael@0 18 <p><span>&#x647;&#x627;</span><span>&#x647;&#x641;&#x62A;&#x647;</span></p>
michael@0 19 <p><span>&#x647;&#x627;</span><span>&#x645;&#x648;&#x632;&#x647;</span></p>
michael@0 20 <p><span>&#x634;&#x646;&#x628;&#x647;</span><span>&#x633;&#x647;</span></p>
michael@0 21 <p><span>&#x622;&#x647;&#x646;</span><span>&#x631;&#x627;&#x647;</span></p>
michael@0 22 <p><span>&#x627;&#x641;&#x632;&#x627;&#x631;</span><span>&#x646;&#x631;&#x645;</span></p>
michael@0 23 </body>
michael@0 24 </html>

mercurial