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

branch
TOR_BUG_9701
changeset 9
a63d609f5ebe
equal deleted inserted replaced
-1:000000000000 0:ad7663e12dc9
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <head>
4 <title>CSS 2.1 Test Suite: content: counter(c, none)</title>
5 <link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#propdef-content"/>
6 <link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#counter"/>
7 <link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#counter-styles"/>
8
9 </head>
10 <body>
11
12 <div>
13 <span>z</span>
14 <span>z</span>
15 <span>z</span>
16 <span>z</span>
17 <span>z</span>
18 <span>z</span>
19 <span>z</span>
20 <span>z</span>
21 <span>z</span>
22 <span>z</span>
23 <span>z</span>
24 <span>z</span>
25 </div>
26
27 </body>
28 </html>

mercurial