summaryrefslogtreecommitdiffstats
path: root/layout/reftests/first-line/469227-3.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/first-line/469227-3.html')
-rw-r--r--layout/reftests/first-line/469227-3.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/layout/reftests/first-line/469227-3.html b/layout/reftests/first-line/469227-3.html
new file mode 100644
index 0000000000..c4895f24d4
--- /dev/null
+++ b/layout/reftests/first-line/469227-3.html
@@ -0,0 +1,9 @@
+<!DOCTYPE HTML>
+<title>Testcase for issue in bug 469227 comment 9</title>
+<style type="text/css">
+
+span, p::first-line { border: medium solid green; }
+
+</style>
+<p>Hello</p>
+<span>Hello</span>