tenfourfox/layout/reftests/text/pre-line-3.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

13 lines
232 B
HTML

<!DOCTYPE HTML>
<html>
<head>
<style>
body::first-letter { color:white; }
</style>
</head>
<!-- Check that a pre-line newline stops first-letter processing -->
<body style="white-space:pre-line; color:black;">
Hello
</body>
</html>