Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: layout/reftests/bugs/reftest.list
<!doctype html>
<html>
<head>
<style>
li {
list-style-position: inside;
column-count: 2;
overflow: hidden;
}
</style>
</head>
<body>
<ul>
<li>Test (inside).</li>
</ul>
</body>
</html>