layout/reftests/bugs/368622-1-ref.html

Wed, 31 Dec 2014 07:16:47 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:16:47 +0100
branch
TOR_BUG_9701
changeset 3
141e0f1194b1
permissions
-rw-r--r--

Revert simplistic fix pending revisit of Mozilla integration attempt.

     1 <!DOCTYPE html>
     2 <title>::before { display: inline-block; }</title>
     3 <style>
     4 ul li {
     5   list-style-type: none;
     6 }
     7 ul li span {
     8   display: inline-block;
     9   width: 3em;
    10 }
    11 ul {
    12   margin-left: 3em;
    13   padding-left: 0;
    14 }
    15 </style>
    16 <ul>
    17 <li><span>1</span>Foo
    18 <li><span>2</span>Bar
    19 </ul>

mercurial