mirror of
https://github.com/classilla/tenfourfox.git
synced 2024-11-04 10:05:51 +00:00
20 lines
338 B
HTML
20 lines
338 B
HTML
<!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>
|