gecko/layout/reftests/first-letter/nested-1f.html

18 lines
223 B
HTML

<!DOCTYPE html>
<html>
<head>
<style>
div { color: black; }
div::first-letter { color: green; }
</style>
</head>
<body>
<div>
<span> </span>
<span>
This is text
</span>
</div>
</body>
</html>