blob: 243f0f860a95ff327a237b941210ddd08dfcfa85 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<title>Bug 745555 - preformatted tabs/newlines with uppercased es-zet</title>
<style type="text/css">
pre {
text-transform: uppercase;
}
</style>
</head>
<body>
<pre>
foo ßar baß
foobar
the quick brown fox jumpß
</pre>
</body>
</html>
|