summaryrefslogtreecommitdiffstats
path: root/layout/generic/crashtests/393923-1.html
blob: 44c886d7db5bb6cd29e2071030216f281c9827a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<style>
  div::first-letter { color: magenta; }
</style>
</head>

<body style="direction: rtl;">

<div>
 AB</div>
 
</body>

</html>