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

branch
TOR_BUG_9701
changeset 3
141e0f1194b1
equal deleted inserted replaced
-1:000000000000 0:4a13c436d26a
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