layout/reftests/counters/counter-hebrew-reference.html

Wed, 31 Dec 2014 13:27:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 13:27:57 +0100
branch
TOR_BUG_3246
changeset 6
8bccb770b82d
permissions
-rw-r--r--

Ignore runtime configuration files generated during quality assurance.

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: counter() error cases</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 <div>
michael@0 13 <span>&#x5d0;</span>
michael@0 14 <span>&#x5d1;</span>
michael@0 15 <span>&#x5d2;</span>
michael@0 16 <span>&#x5d3;</span>
michael@0 17 <span>&#x5d4;</span>
michael@0 18 <span>&#x5d5;</span>
michael@0 19 <span>&#x5d6;</span>
michael@0 20 <span>&#x5d7;</span>
michael@0 21 <span>&#x5d8;</span>
michael@0 22 <span>&#x5d9;</span>
michael@0 23 <span>&#x5d9;&#x5d0;</span>
michael@0 24 <span>&#x5d9;&#x5d1;</span>
michael@0 25 <span>&#x5d9;&#x5d2;</span>
michael@0 26 <span>&#x5d9;&#x5d3;</span>
michael@0 27 <span>&#x5d8;&#x5d5;</span>
michael@0 28 <span>&#x5d8;&#x5d6;</span>
michael@0 29 <span>&#x5d9;&#x5d6;</span>
michael@0 30 <span>&#x5db;</span>
michael@0 31 <span>&#x5dc;</span>
michael@0 32 <span>&#x5de;</span>
michael@0 33 <span>&#x5e0;</span>
michael@0 34 <span>&#x5e1;</span>
michael@0 35 <span>&#x5e2;</span>
michael@0 36 <span>&#x5e4;</span>
michael@0 37 <span>&#x5e6;</span>
michael@0 38 <span>&#x5e7;</span>
michael@0 39 <span>&#x5e8;</span>
michael@0 40 <span>&#x5e9;</span>
michael@0 41 <span>&#x5ea;</span>
michael@0 42 <span>&#x5ea;&#x5e7;</span>
michael@0 43 <span>&#x5ea;&#x5e8;</span>
michael@0 44 <span>&#x5ea;&#x5e9;</span>
michael@0 45 <span>&#x5ea;&#x5ea;</span>
michael@0 46 <span>&#x5ea;&#x5ea;&#x5e7;</span>
michael@0 47 <span>&#x5d0;&#x05f3;</span>
michael@0 48 <span>&#x5d1;&#x05f3;</span>
michael@0 49 <span>&#x5d2;&#x05f3;</span>
michael@0 50 <span>&#x5d3;&#x05f3;</span>
michael@0 51 <span>&#x5d4;&#x05f3;</span>
michael@0 52 <span>&#x5d5;&#x05f3;</span>
michael@0 53 <span>&#x5d6;&#x05f3;</span>
michael@0 54 <span>&#x5d7;&#x05f3;</span>
michael@0 55 <span>&#x5d8;&#x05f3;</span>
michael@0 56 <span>&#x5d8;&#x05f3;&#x5ea;&#x5ea;&#x5e7;&#x5e6;&#x5d8;</span>
michael@0 57 <span>&#x5ea;&#x5ea;&#x5e7;&#x5e6;&#x5d8;&#x05f3;&#x5ea;&#x5ea;&#x5e7;&#x5e6;&#x5d8;</span>
michael@0 58 <span>1000000</span>
michael@0 59 </div>
michael@0 60
michael@0 61 </body>
michael@0 62 </html>

mercurial