summaryrefslogtreecommitdiffstats
path: root/layout/reftests/text/pre-line-3.html
blob: b5f7f235f3987ca307b203812f2e3d9076420f74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!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>