diff options
Diffstat (limited to '')
-rw-r--r-- | layout/reftests/high-contrast/links-2.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/layout/reftests/high-contrast/links-2.html b/layout/reftests/high-contrast/links-2.html new file mode 100644 index 0000000000..23c28abf97 --- /dev/null +++ b/layout/reftests/high-contrast/links-2.html @@ -0,0 +1,5 @@ +<!doctype html> +<style> + span { color: hotpink } +</style> +<a href="">Should have <span>link</span> color, not default color</a> |