gecko/layout/reftests/first-letter/429968-1a.html
2009-01-05 13:36:56 +13:00

12 lines
233 B
HTML

<!DOCTYPE HTML>
<html>
<head>
<style>
body { white-space:pre; color:black; }
#inner::first-letter { color:red; text-decoration:underline; font-size:200%; }
</style>
</head>
<body><div id="inner"><span>
</span>AB</div></body>
</html>