summaryrefslogtreecommitdiffstats
path: root/layout/reftests/first-letter/429968-1-ref.html
blob: 80977e59241f70dd4ebfe9e110dee611c20ae10e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html>
<head>
<style>
body { white-space:pre; color:black; }
/* FIXME (Bug 1058203): avoid line-height:normal since it seems to have
   different meaning on ::first-letter or span */
span.first-letter { text-decoration:underline;
                    font-size:200%; line-height: 1.2; }
</style>
</head>
<body>
<span class="first-letter"></span>AB</body>
</html>