Files
UXP-Fixed/layout/reftests/text-transform/capitalize-7.html
T
2018-02-02 04:16:08 -05:00

11 lines
159 B
HTML

<!DOCTYPE html>
<html>
<style>
p:first-letter { text-transform: uppercase; }
p { text-transform: capitalize }
</style>
<body>
<p>blah blah</p>
</body>
</html>