layout/reftests/counters/t1202-counter-10-b-reference.html

Fri, 16 Jan 2015 18:13:44 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Fri, 16 Jan 2015 18:13:44 +0100
branch
TOR_BUG_9701
changeset 14
925c144e1f1f
permissions
-rw-r--r--

Integrate suggestion from review to improve consistency with existing code.

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(c, armenian)</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 <meta http-equiv="Content-Style-Type" content="text/css"/>
michael@0 9
michael@0 10 </head>
michael@0 11 <body>
michael@0 12
michael@0 13 <div>
michael@0 14 <span>&#x531;</span>
michael@0 15 <span>&#x532;</span>
michael@0 16 <span>&#x533;</span>
michael@0 17 <span>&#x534;</span>
michael@0 18 <span>&#x535;</span>
michael@0 19 <span>&#x536;</span>
michael@0 20 <span>&#x537;</span>
michael@0 21 <span>&#x538;</span>
michael@0 22 <span>&#x539;</span>
michael@0 23 <span>&#x53A;</span>
michael@0 24 <span>&#x53A;&#x531;</span>
michael@0 25 <span>&#x53A;&#x532;</span>
michael@0 26 <span>&#x53B;</span>
michael@0 27 <span>&#x53C;</span>
michael@0 28 <span>&#x53D;</span>
michael@0 29 <span>&#x53E;</span>
michael@0 30 <span>&#x53F;</span>
michael@0 31 <span>&#x540;</span>
michael@0 32 <span>&#x541;</span>
michael@0 33 <span>&#x542;</span>
michael@0 34 <span>&#x543;</span>
michael@0 35 <span>&#x544;</span>
michael@0 36 <span>&#x545;</span>
michael@0 37 <span>&#x546;</span>
michael@0 38 <span>&#x547;</span>
michael@0 39 <span>&#x548;</span>
michael@0 40 <span>&#x549;</span>
michael@0 41 <span>&#x54A;</span>
michael@0 42 <span>&#x54B;</span>
michael@0 43 <span>&#x54C;</span>
michael@0 44 <span>&#x54D;</span>
michael@0 45 <span>&#x54E;</span>
michael@0 46 <span>&#x54F;</span>
michael@0 47 <span>&#x550;</span>
michael@0 48 <span>&#x551;</span>
michael@0 49 <span>&#x552;</span>
michael@0 50 <span>&#x553;</span>
michael@0 51 <span>&#x554;</span>
michael@0 52 <span>&#x554;&#x54B;&#x542;&#x539;</span>
michael@0 53 </div>
michael@0 54
michael@0 55 </body>
michael@0 56 </html>

mercurial