summaryrefslogtreecommitdiffstats
path: root/layout/reftests/high-contrast/color-transparent-001.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/high-contrast/color-transparent-001.html')
-rw-r--r--layout/reftests/high-contrast/color-transparent-001.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/layout/reftests/high-contrast/color-transparent-001.html b/layout/reftests/high-contrast/color-transparent-001.html
new file mode 100644
index 0000000000..c317327b20
--- /dev/null
+++ b/layout/reftests/high-contrast/color-transparent-001.html
@@ -0,0 +1,10 @@
+<!doctype html>
+<title>color: transparent should be honored in high contrast mode</title>
+<style>
+ p {
+ color: transparent;
+ }
+</style>
+<p>
+ I should not show up.
+</p>