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