summaryrefslogtreecommitdiffstats
path: root/layout/reftests/high-contrast/currentColor.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/high-contrast/currentColor.html')
-rw-r--r--layout/reftests/high-contrast/currentColor.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/layout/reftests/high-contrast/currentColor.html b/layout/reftests/high-contrast/currentColor.html
new file mode 100644
index 0000000000..ec298ac7a7
--- /dev/null
+++ b/layout/reftests/high-contrast/currentColor.html
@@ -0,0 +1,10 @@
+<!doctype html>
+<style>
+ div {
+ width: 50px;
+ height: 50px;
+ border: 1px solid currentColor;
+ color: SelectedItem;
+ }
+</style>
+<div></div>