diff options
Diffstat (limited to 'layout/reftests/css-visited/content-before-1-ref.html')
-rw-r--r-- | layout/reftests/css-visited/content-before-1-ref.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/layout/reftests/css-visited/content-before-1-ref.html b/layout/reftests/css-visited/content-before-1-ref.html new file mode 100644 index 0000000000..233407fbb5 --- /dev/null +++ b/layout/reftests/css-visited/content-before-1-ref.html @@ -0,0 +1,6 @@ +<!DOCTYPE HTML> +<title>Test for privacy restrictions on :visited (Bug 147777)</title> +<style type="text/css"> +span:before { content: "link"; } +</style> +<span></span> |