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

12 lines
154 B
HTML

<html>
<head>
<style>
div::first-letter { color: red; font-size: 200%; background-color: blue; }
</style>
</head>
<body>
<div>
T
</div>
</body>