summaryrefslogtreecommitdiffstats
path: root/layout/generic/crashtests/334147-1.xhtml
blob: 5490157224152b5d653ed1a2e64ffd9d255019f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<html xmlns="http://www.w3.org/1999/xhtml">
<head>

<style>
.x:first-letter { }
.x { direction: rtl; }
</style>

</head>

<body>

<p class="x">2 3</p>

</body>
</html>