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

Thu, 15 Jan 2015 15:55:04 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 15:55:04 +0100
branch
TOR_BUG_9701
changeset 9
a63d609f5ebe
permissions
-rw-r--r--

Back out 97036ab72558 which inappropriately compared turds to third parties.

     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, decimal-leading-zero)</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   <meta http-equiv="Content-Style-Type" content="text/css"/>
    10  </head>
    11  <body>
    13  <div>
    14    <span>01</span>
    15    <span>02</span>
    16    <span>03</span>
    17    <span>04</span>
    18    <span>05</span>
    19    <span>06</span>
    20    <span>07</span>
    21    <span>08</span>
    22    <span>09</span>
    23    <span>10</span>
    24    <span>11</span>
    25    <span>12</span>
    26    <span>99</span>
    27    <span>100</span>
    28    <span>101</span>
    29  </div>
    31  </body>
    32 </html>

mercurial