summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/400826-1.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/bugs/400826-1.html')
-rw-r--r--layout/reftests/bugs/400826-1.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/layout/reftests/bugs/400826-1.html b/layout/reftests/bugs/400826-1.html
new file mode 100644
index 0000000000..29d489e96e
--- /dev/null
+++ b/layout/reftests/bugs/400826-1.html
@@ -0,0 +1,14 @@
+<!DOCTYPE HTML>
+<html>
+<head>
+<style>
+p:first-letter, div:first-line {
+ text-transform:uppercase;
+}
+</style>
+</head>
+<body>
+<p>hello
+<div>hello<br>kitty</div>
+</body>
+</html>