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

Wed, 31 Dec 2014 07:16:47 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:16:47 +0100
branch
TOR_BUG_9701
changeset 3
141e0f1194b1
permissions
-rw-r--r--

Revert simplistic fix pending revisit of Mozilla integration attempt.

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 <html xmlns="http://www.w3.org/1999/xhtml">
michael@0 12 <!-- Reference rendering for zwnj-02.html. No spans, no ZWNJs. Everything
michael@0 13 should connect -->
michael@0 14 <head>
michael@0 15 <title>ZWNJ test</title>
michael@0 16 <style type="text/css">
michael@0 17 html, body { margin: 0; background: white; color: black; height: 100%; width: 100%; }
michael@0 18 body {
michael@0 19 font-size: 36px;
michael@0 20 }
michael@0 21 </style>
michael@0 22 </head>
michael@0 23 <body lang="ar">
michael@0 24 <p>&#x647;&#x641;&#x62A;&#x647;&#x647;&#x627;</p>
michael@0 25 <p>&#x645;&#x648;&#x632;&#x647;&#x647;&#x627;</p>
michael@0 26 <p>&#x633;&#x647;&#x634;&#x646;&#x628;&#x647;</p>
michael@0 27 <p>&#x631;&#x627;&#x647;&#x622;&#x647;&#x646;</p>
michael@0 28 <p>&#x646;&#x631;&#x645;&#x627;&#x641;&#x632;&#x627;&#x631;</p>
michael@0 29 </body>
michael@0 30 </html>
michael@0 31 </foreignObject>
michael@0 32 </svg>

mercurial