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

14 lines
395 B
HTML

<html>
<head>
<style type="text/css">
body { background: lightblue }
p:first-line { font-family: monospace }
p:first-letter { font-family: sans-serif }
</style>
</head>
<body>
<p style="width: 100px"><span>The first letter of this paragraph should be
in sans-serif while the first-line should be in monospace.</span></p>
</body>
</html>