Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: layout/reftests/list-item/reftest.list
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<style>
ol {
display: inline-block;
list-style: upper-roman inside;
padding: 0; margin: 0;
}
</style>
</head>
<body>
<ol start="3999"><li></ol>sometext
</body>
</html>