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