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