summaryrefslogtreecommitdiffstats
path: root/layout/reftests/first-letter/441418-1.html
blob: cfe01500e70b03f60a8c3fd6d5bab636a996cdb2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE HTML>
<html>
<head>
<style>
p { width:0; color:black; }
p::first-letter { color:yellow; }
p.pre { white-space:pre; }
</style>
</head>
<body>
<p class="pre">
Hello
<p class="pre">"
Hello
<p>"
Hello
</body>
</html>