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

12 lines
191 B
HTML

<!DOCTYPE html>
<html>
<head>
<style>
span.fake-first-letter { color: red; }
</style>
</head>
<body>
<p><span class="fake-first-letter">&ldquo;T</span>ext&rdquo;</p>
</body>
</html>