diff options
Diffstat (limited to 'layout/reftests/css-visited/white-to-transparent-1-ref.html')
-rw-r--r-- | layout/reftests/css-visited/white-to-transparent-1-ref.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/layout/reftests/css-visited/white-to-transparent-1-ref.html b/layout/reftests/css-visited/white-to-transparent-1-ref.html new file mode 100644 index 0000000000..9ec44c5cd3 --- /dev/null +++ b/layout/reftests/css-visited/white-to-transparent-1-ref.html @@ -0,0 +1,11 @@ +<!DOCTYPE HTML> +<title>Test for privacy restrictions on :visited (Bug 147777)</title> +<style type="text/css"> + +body { background: white; color: black } + +span { background: #ccc; } + +</style> +<span>unvisited</span> +<span>visited</span> |