summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-visited/selector-adj-sibling-3-ref.xhtml
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/css-visited/selector-adj-sibling-3-ref.xhtml')
-rw-r--r--layout/reftests/css-visited/selector-adj-sibling-3-ref.xhtml16
1 files changed, 16 insertions, 0 deletions
diff --git a/layout/reftests/css-visited/selector-adj-sibling-3-ref.xhtml b/layout/reftests/css-visited/selector-adj-sibling-3-ref.xhtml
new file mode 100644
index 0000000000..b3c12d35f6
--- /dev/null
+++ b/layout/reftests/css-visited/selector-adj-sibling-3-ref.xhtml
@@ -0,0 +1,16 @@
+<!DOCTYPE HTML>
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<title>Test reference for bug 1431539</title>
+<style>
+ a { text-decoration: none }
+ span { color: green }
+</style>
+</head>
+<body>
+<span>
+ <span>visited</span>
+ <span>Should be green</span>
+</span>
+</body>
+</html>