tenfourfox/layout/reftests/first-letter/617869-1.html

12 lines
162 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<style>
p:first-letter { color: red; font-size: 200%; }
</style>
</head>
<body>
<p>Some text</p>
</body>
</html>