tenfourfox/layout/reftests/first-letter/429968-2a.html

16 lines
289 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<!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>