tenfourfox/layout/reftests/text/745555-2.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

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>