summaryrefslogtreecommitdiffstats
path: root/layout/reftests/text/745555-2.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/text/745555-2.html')
-rw-r--r--layout/reftests/text/745555-2.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/layout/reftests/text/745555-2.html b/layout/reftests/text/745555-2.html
new file mode 100644
index 0000000000..243f0f860a
--- /dev/null
+++ b/layout/reftests/text/745555-2.html
@@ -0,0 +1,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>