layout/reftests/bugs/420351-1.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 PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
     2 <html>
     3 <head>
     4 <title>Testcase bug - List item marker takes up room now with list-style-type: none in strict mode</title>
     5 <style>
     6 li{
     7   list-style-type: none;
     8   list-style-position: inside;
     9   border: 1px solid red;
    10 }
    11 div {
    12   border: 1px solid black;
    13 }
    14 </style></head>
    15 <body>
    17 <ul><li><div>text</div></li></ul>
    18 </body>
    19 </html>

mercurial