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