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