blob: 7389da8ded6128e774820ad314f2d971f49bd20f [file] [log] [blame]
<!DOCTYPE html>
<style>
div::first-letter { color: white }
div::first-line { background: green }
</style>
<div>
First letter should be white, and the first line should have a green
background.
</div>