comparison: layout/generic/crashtests/533379-1.html
layout/generic/crashtests/533379-1.html
- changeset 0
- 6474c204b198
equal
deleted
inserted
replaced
|
1 <!DOCTYPE html> |
|
2 <html> |
|
3 <head> |
|
4 <style> |
|
5 body { width: 1px; } |
|
6 ul { -moz-column-count: 15; } |
|
7 li {list-style-position: inside; } |
|
8 li:first-letter {color: red; } |
|
9 </style> |
|
10 </head> |
|
11 |
|
12 <body> |
|
13 <ul><li><span>A B</span></li></ul> |
|
14 </body> |
|
15 |
|
16 </html> |