summaryrefslogtreecommitdiffstats
path: root/layout/reftests/high-contrast/forced-colors-000.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/high-contrast/forced-colors-000.html')
-rw-r--r--layout/reftests/high-contrast/forced-colors-000.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/layout/reftests/high-contrast/forced-colors-000.html b/layout/reftests/high-contrast/forced-colors-000.html
new file mode 100644
index 0000000000..d6bdf536aa
--- /dev/null
+++ b/layout/reftests/high-contrast/forced-colors-000.html
@@ -0,0 +1,17 @@
+<!DOCTYPE html>
+<meta charset="utf-8">
+<title>forced colors should match when colors are forced</title>
+
+<style>
+ div {
+ width: 100px;
+ height: 100px;
+ }
+ @media(forced-colors: active) {
+ div {
+ outline: 2px solid black;
+ }
+ }
+</style>
+<div></div>
+