comparison: layout/generic/crashtests/393923-1.html
layout/generic/crashtests/393923-1.html
- changeset 0
- 6474c204b198
equal
deleted
inserted
replaced
|
1 <html xmlns="http://www.w3.org/1999/xhtml"> |
|
2 <head> |
|
3 <style> |
|
4 div::first-letter { color: magenta; } |
|
5 </style> |
|
6 </head> |
|
7 |
|
8 <body style="direction: rtl;"> |
|
9 |
|
10 <div> |
|
11 AB</div> |
|
12 |
|
13 </body> |
|
14 |
|
15 </html> |