summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/645647-1.html
blob: 6b8e76c4ab2cdfea49b48f2cf1b921862218fad0 (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<body>
    <div style="display: list-item; list-style-type: none;
               list-style-position: inside;
               border: 1px solid green; width: -moz-fit-content">Some text</div>
    <div style="display: list-item; list-style-type: none;
               list-style-position: outside;
               border: 1px solid green; width: -moz-fit-content">Some text</div>
</body>