summaryrefslogtreecommitdiffstats
path: root/layout/reftests/first-letter/429968-2a.html
blob: dd7d4091c3408de2a857990f47c79820eeaf7ecc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE HTML>
<html>
<head>
<style>
body { white-space:pre; color:black; }
#inner::first-letter { color:lime; }
</style>
</head>
<body><div id="inner"><span id="s">
</span>AB</div></body>
<script>
document.body.offsetTop;
document.getElementById("s").textContent = "";
</script>
</html>