gecko-dev/layout/reftests/bugs/645647-1.html

10 строки
400 B
HTML
Исходник Обычный вид История

2016-04-14 02:32:12 +03:00
<!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>