layout/reftests/counters/t1202-counters-12-b-reference.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/counters/t1202-counters-12-b-reference.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,29 @@
     1.4 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
     1.5 +<html xmlns="http://www.w3.org/1999/xhtml">
     1.6 + <head>
     1.7 +  <title>CSS 2.1 Test Suite: content: counters(c, ".", lower-alpha)</title>
     1.8 +  <link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#propdef-content"/>
     1.9 +  <link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#counter"/>
    1.10 +  <link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#counter-styles"/>
    1.11 + </head>
    1.12 + <body>
    1.13 +
    1.14 + <p></p>
    1.15 +
    1.16 + <div>
    1.17 +   <span>a.a</span>
    1.18 +   <span>a.b</span>
    1.19 +   <span>a.c</span>
    1.20 +   <span>a.d</span>
    1.21 +   <span>a.e</span>
    1.22 +   <span>a.f</span>
    1.23 +   <span>a.g</span>
    1.24 +   <span>a.h</span>
    1.25 +   <span>a.i</span>
    1.26 +   <span>a.j</span>
    1.27 +   <span>a.k</span>
    1.28 +   <span>a.l</span>
    1.29 + </div>
    1.30 +
    1.31 + </body>
    1.32 +</html>

mercurial