blob: 9c1ca3ad05966120d97c31a1f97da05be126a883 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Bug 989994</title>
<style>
div:first-letter { color: red; }
span { color: blue; height: 100px;}
</style>
</head>
<body>
<div style="white-space: pre-line;">A
foo<span>Z
</div>
</body>
</html>
|