comparison: layout/generic/crashtests/1001233.html
layout/generic/crashtests/1001233.html
- changeset 0
- 6474c204b198
equal
deleted
inserted
replaced
|
1 <!DOCTYPE html> |
|
2 <html> |
|
3 <head> |
|
4 <meta charset="utf-8"> |
|
5 <style> |
|
6 li::-moz-list-bullet { |
|
7 direction: rtl; |
|
8 margin-right: 1em; |
|
9 } |
|
10 </style> |
|
11 </head> |
|
12 <body> |
|
13 Body |
|
14 <ul> |
|
15 <li>list item</li> |
|
16 </ul> |
|
17 </body> |
|
18 </html> |