https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 2c101a65e2d06cfb7b7c7ef987f5498a462bfcec authored by ffxbld on 14 May 2015, 23:24:13 UTC
Added FENNEC_38_0_1_RELEASE FENNEC_38_0_1_BUILD1 tag(s) for changeset 964f93dfc4ba. DONTBUILD CLOSED TREE a=release
Tip revision: 2c101a6
429968-1-ref.html
<!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>
back to top