tenfourfox/layout/reftests/bugs/418574-1-ref.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

26 lines
311 B
HTML

<!DOCTYPE html>
<html>
<head>
<style type="text/css">
ol {
list-style-position: inside;
padding: 0;
margin: 0;
}
</style>
</head>
<body dir="rtl">
<ol start="1">
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
</ol>
</body>
</html>