Skip to content

Commit 85fa63b

Browse files
authored
Merge pull request #586 from mozilla/Pat/fix_tile_test
Pat/Fix tile menu options test
2 parents f0ea1c3 + ee72fbd commit 85fa63b

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)