diff options
Diffstat (limited to 'layout/reftests/css-visited/selector-child-1-ref.html')
-rw-r--r-- | layout/reftests/css-visited/selector-child-1-ref.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/layout/reftests/css-visited/selector-child-1-ref.html b/layout/reftests/css-visited/selector-child-1-ref.html new file mode 100644 index 0000000000..2ed3bd25a8 --- /dev/null +++ b/layout/reftests/css-visited/selector-child-1-ref.html @@ -0,0 +1,4 @@ +<!DOCTYPE HTML> +<title>Test for privacy restrictions on :visited (Bug 147777)</title> +<span style="color: olive">unvisited</span> +<span style="color: fuchsia">visited</span> |