tenfourfox/layout/reftests/first-letter/617869-1.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

12 lines
162 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<style>
p:first-letter { color: red; font-size: 200%; }
</style>
</head>
<body>
<p>Some text</p>
</body>
</html>