gecko-dev/layout/reftests/bugs/571281-1b.html

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

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

<!doctype html>
<html>
<head>
<style>
li {
list-style-position: inside;
column-count: 2;
}
</style>
</head>
<body>
<ul>
<li>Test (inside).</li>
</ul>
</body>
</html>