layout/reftests/counters/counters-hebrew-reference.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 PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
michael@0 2 <html xmlns="http://www.w3.org/1999/xhtml">
michael@0 3 <head>
michael@0 4 <title>CSS 2.1 Test Suite: content: counters(c, ".", hebrew)</title>
michael@0 5 <link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#propdef-content"/>
michael@0 6 <link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#counter"/>
michael@0 7 <link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#counter-styles"/>
michael@0 8
michael@0 9 </head>
michael@0 10 <body>
michael@0 11
michael@0 12 <p></p>
michael@0 13 <div>
michael@0 14 <span>&#x5d0;.&#x5d0;</span>
michael@0 15 <span>&#x5d0;.&#x5d1;</span>
michael@0 16 <span>&#x5d0;.&#x5d2;</span>
michael@0 17 <span>&#x5d0;.&#x5d3;</span>
michael@0 18 <span>&#x5d0;.&#x5d4;</span>
michael@0 19 <span>&#x5d0;.&#x5d5;</span>
michael@0 20 <span>&#x5d0;.&#x5d6;</span>
michael@0 21 <span>&#x5d0;.&#x5d7;</span>
michael@0 22 <span>&#x5d0;.&#x5d8;</span>
michael@0 23 <span>&#x5d0;.&#x5d9;</span>
michael@0 24 <span>&#x5d0;.&#x5d9;&#x5d0;</span>
michael@0 25 <span>&#x5d0;.&#x5d9;&#x5d1;</span>
michael@0 26 <span>&#x5d0;.&#x5d9;&#x5d2;</span>
michael@0 27 <span>&#x5d0;.&#x5d9;&#x5d3;</span>
michael@0 28 <span>&#x5d0;.&#x5d8;&#x5d5;</span>
michael@0 29 <span>&#x5d0;.&#x5d8;&#x5d6;</span>
michael@0 30 <span>&#x5d0;.&#x5d9;&#x5d6;</span>
michael@0 31 <span>&#x5d0;.&#x5db;</span>
michael@0 32 <span>&#x5d0;.&#x5dc;</span>
michael@0 33 <span>&#x5d0;.&#x5de;</span>
michael@0 34 <span>&#x5d0;.&#x5e0;</span>
michael@0 35 <span>&#x5d0;.&#x5e1;</span>
michael@0 36 <span>&#x5d0;.&#x5e2;</span>
michael@0 37 <span>&#x5d0;.&#x5e4;</span>
michael@0 38 <span>&#x5d0;.&#x5e6;</span>
michael@0 39 <span>&#x5d0;.&#x5e7;</span>
michael@0 40 <span>&#x5d0;.&#x5e8;</span>
michael@0 41 <span>&#x5d0;.&#x5e9;</span>
michael@0 42 <span>&#x5d0;.&#x5ea;</span>
michael@0 43 <span>&#x5d0;.&#x5ea;&#x5e7;</span>
michael@0 44 <span>&#x5d0;.&#x5ea;&#x5e8;</span>
michael@0 45 <span>&#x5d0;.&#x5ea;&#x5e9;</span>
michael@0 46 <span>&#x5d0;.&#x5ea;&#x5ea;</span>
michael@0 47 <span>&#x5d0;.&#x5ea;&#x5ea;&#x5e7;</span>
michael@0 48 <span>&#x5d0;.&#x5d0;&#x05f3;</span>
michael@0 49 <span>&#x5d0;.&#x5d1;&#x05f3;</span>
michael@0 50 <span>&#x5d0;.&#x5d2;&#x05f3;</span>
michael@0 51 <span>&#x5d0;.&#x5d3;&#x05f3;</span>
michael@0 52 <span>&#x5d0;.&#x5d4;&#x05f3;</span>
michael@0 53 <span>&#x5d0;.&#x5d5;&#x05f3;</span>
michael@0 54 <span>&#x5d0;.&#x5d6;&#x05f3;</span>
michael@0 55 <span>&#x5d0;.&#x5d7;&#x05f3;</span>
michael@0 56 <span>&#x5d0;.&#x5d8;&#x05f3;</span>
michael@0 57 <span>&#x5d0;.&#x5d8;&#x05f3;&#x5ea;&#x5ea;&#x5e7;&#x5e6;&#x5d8;</span>
michael@0 58 <span>&#x5d0;.&#x5ea;&#x5ea;&#x5e7;&#x5e6;&#x5d8;&#x05f3;&#x5ea;&#x5ea;&#x5e7;&#x5e6;&#x5d8;</span>
michael@0 59 <span>&#x5d0;.1000000</span>
michael@0 60 </div>
michael@0 61
michael@0 62 </body>
michael@0 63 </html>

mercurial