layout/reftests/counters/counter-ua-limits-list-00-ref.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.

     1 <!DOCTYPE html>
     2 <html>
     3  <head>
     4   <title>test of counter UA overflow rules for HTML lists</title>
     5   <!--
     6     NOTE: This test cannot be contributed to the test suite because
     7     it presumes a 4-byte unsigned integer, which is not required by
     8     the spec.  It also can't be contributed because it's testing HTML
     9     lists.
    11     However, it tests the rules for what happens at the UA-specific
    12     limit, which are required by the spec.
    13    -->
    14   <link rel="help" href="http://dev.w3.org/csswg/css-counter-styles-3/#counter-style-range"/>
    15   <link rel="help" href="http://krijnhoetmer.nl/irc-logs/css/20130205#l-1590"/>
    16   <style type="text/css">
    18   ol { margin-left: 10em; padding-left: 0; }
    19   li { margin-left: 0; padding-left: 0 }
    21   </style>
    22  </head>
    23  <body>
    25  <ol>
    26    <li value="2147483646">Alpha
    27    <li value="2147483647">Bravo
    28    <li value="2147483647">Charlie
    29    <li value="2147483647">Delta
    30  </ol>
    32  </body>
    33 </html>

mercurial