layout/reftests/text/zwnj-01-ref.xhtml

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 <?xml version="1.0" encoding="UTF-8"?>
michael@0 2 <svg xmlns="http://www.w3.org/2000/svg"
michael@0 3 xmlns:xlink="http://www.w3.org/1999/xlink"
michael@0 4 version="1.1">
michael@0 5
michael@0 6 <!-- use an empty g to force filters.svg to load before onload -->
michael@0 7 <use xlink:href="../filters.svg#empty" />
michael@0 8
michael@0 9 <foreignObject filter="url(../filters.svg#NonWhiteToBlack)"
michael@0 10 x="0" y="0" height="100%" width="100%">
michael@0 11 <!-- Reference rendering for zwnj-01.html. This uses spans with
michael@0 12 display:inline-block to prevent the letters from connecting -->
michael@0 13 <html xmlns="http://www.w3.org/1999/xhtml">
michael@0 14 <head>
michael@0 15 <title>ZWNJ test</title>
michael@0 16 <style type="text/css">
michael@0 17 body {
michael@0 18 font-size: 36px;
michael@0 19 background: white;
michael@0 20 color: black;
michael@0 21 }
michael@0 22 span {
michael@0 23 display: inline-block;
michael@0 24 }
michael@0 25 </style>
michael@0 26 </head>
michael@0 27 <body lang="ar">
michael@0 28 <p><span>&#x647;&#x627;</span><span>&#x647;&#x641;&#x62A;&#x647;</span></p>
michael@0 29 <p><span>&#x647;&#x627;</span><span>&#x645;&#x648;&#x632;&#x647;</span></p>
michael@0 30 <p><span>&#x634;&#x646;&#x628;&#x647;</span><span>&#x633;&#x647;</span></p>
michael@0 31 <p><span>&#x622;&#x647;&#x646;</span><span>&#x631;&#x627;&#x647;</span></p>
michael@0 32 <p><span>&#x627;&#x641;&#x632;&#x627;&#x631;</span><span>&#x646;&#x631;&#x645;</span></p>
michael@0 33 </body>
michael@0 34 </html>
michael@0 35 </foreignObject>
michael@0 36 </svg>

mercurial