Skip to content

Commit ebea0cc

Browse files
committed
Add test for custom default colors
1 parent 8d81a78 commit ebea0cc

3 files changed

Lines changed: 215 additions & 0 deletions

File tree

backstop.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,13 @@
7878
"selectors": ["document"],
7979
"misMatchThreshold" : 0.1
8080
},
81+
{
82+
"label": "Default custom colors pref",
83+
"url": "http://localhost:8000/tests/default-custom-colors.html",
84+
"delay": 0,
85+
"selectors": ["document"],
86+
"misMatchThreshold" : 0.1
87+
},
8188
{
8289
"label": "Sepia mode pref",
8390
"url": "http://localhost:8000/tests/sepia.html",

0 commit comments

Comments
 (0)