summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/323656-4-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/bugs/323656-4-ref.html')
-rw-r--r--layout/reftests/bugs/323656-4-ref.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/layout/reftests/bugs/323656-4-ref.html b/layout/reftests/bugs/323656-4-ref.html
new file mode 100644
index 0000000000..e7116eb19d
--- /dev/null
+++ b/layout/reftests/bugs/323656-4-ref.html
@@ -0,0 +1,14 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <title>Test inheritance through first-letter</title>
+ <style>
+ .f2 { color: blue }
+ .f2 > span { color: green }
+ </style>
+ <body>
+ <div class="f2"><span>A</span>BC</div>
+ <div class="f2"><span>A</span>BC</div>
+ <div class="f2"><span>A</span>BC</div>
+ </body>
+</html>