summaryrefslogtreecommitdiffstats
path: root/layout/reftests/high-contrast/backplate-force-color-adjust.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/high-contrast/backplate-force-color-adjust.html')
-rw-r--r--layout/reftests/high-contrast/backplate-force-color-adjust.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/layout/reftests/high-contrast/backplate-force-color-adjust.html b/layout/reftests/high-contrast/backplate-force-color-adjust.html
new file mode 100644
index 0000000000..271510902a
--- /dev/null
+++ b/layout/reftests/high-contrast/backplate-force-color-adjust.html
@@ -0,0 +1,16 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <title>Text with forced-color-adjust set to none should not be backplated.</title>
+ <style>
+ div {
+ forced-color-adjust: none;
+ background-image: url("blue.png");
+ color: yellow;
+ }
+ </style>
+</head>
+<div>
+ Yellow Text
+</div>
+</html>