Skip to content

Commit ee72fbd

Browse files
committed
Added more allowed colours
1 parent c9d026f commit ee72fbd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/address_bar_and_search/test_tile_menu_options.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,19 @@ def test_case():
1515

1616
ALLOWED_RGB_BEFORE_VALUES_CARD = set(["rgba(0, 0, 0, 0)"])
1717
ALLOWED_RGB_AFTER_VALUES_CARD = set(
18-
["color(srgb 0.878824 0.878824 0.885882)", "color(srgb 0.334902 0.331765 0.36)"]
18+
["color(srgb 0.878824 0.878824 0.885882)", "color(srgb 0.334902 0.331765 0.36)", "color(srgb 0.0823529 0.0784314 0.101961 / 0.14)"]
1919
)
2020
ALLOWED_RGB_VALUES_BEFORE_THREE_DOTS = set(
2121
[
2222
"color(srgb 0.356863 0.356863 0.4 / 0.07)",
2323
"color(srgb 0.984314 0.984314 0.996078 / 0.07)",
24+
"rgba(0, 0, 0, 0)"
2425
]
2526
)
2627
ALLOWED_RGB_AFTER_VALUES_THREE_DOTS = set(
2728
[
2829
"color(srgb 0.356863 0.356863 0.4 / 0.14)",
29-
"color(srgb 0.984314 0.984314 0.996078 / 0.14)",
30+
"color(srgb 0.984314 0.984314 0.996078 / 0.14)"
3031
]
3132
)
3233

0 commit comments

Comments
 (0)