summaryrefslogtreecommitdiffstats
path: root/layout/generic/crashtests/1001233.html
blob: aa877b5420349ae17429d62f0fde80cd399b1fdf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<style>
li::marker {
  direction: rtl;
  margin-right: 1em;
}
</style>
</head>
<body>
Body
<ul>
<li>list item</li>
</ul>
</body>
</html>