summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-visited/subject-of-selector-any-sibling-1.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/css-visited/subject-of-selector-any-sibling-1.html')
-rw-r--r--layout/reftests/css-visited/subject-of-selector-any-sibling-1.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/layout/reftests/css-visited/subject-of-selector-any-sibling-1.html b/layout/reftests/css-visited/subject-of-selector-any-sibling-1.html
new file mode 100644
index 0000000000..806f705783
--- /dev/null
+++ b/layout/reftests/css-visited/subject-of-selector-any-sibling-1.html
@@ -0,0 +1,11 @@
+<!DOCTYPE HTML>
+<title>Test for privacy restrictions on :visited (Bug 147777)</title>
+<style>
+
+a { text-decoration: none }
+span ~ :link { color: olive; }
+span ~ :visited { color: fuchsia; }
+
+</style>
+<span><span></span><a href="unvisited-page.html">unvisited</a></span>
+<span><span></span><a href="visited-page.html">visited</a></span>