Oreon-Lime-R2/mingw-wine-gecko/wine-gecko-2.47.4-src/wine-gecko-2.47.4/layout/reftests/text/pre-line-3.html

12 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>