summaryrefslogtreecommitdiffstats
path: root/toolkit/content/tests/widgets/test_moz_button.html
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/content/tests/widgets/test_moz_button.html')
-rw-r--r--toolkit/content/tests/widgets/test_moz_button.html7
1 files changed, 3 insertions, 4 deletions
diff --git a/toolkit/content/tests/widgets/test_moz_button.html b/toolkit/content/tests/widgets/test_moz_button.html
index 473b2d1a1c..a849ccc956 100644
--- a/toolkit/content/tests/widgets/test_moz_button.html
+++ b/toolkit/content/tests/widgets/test_moz_button.html
@@ -75,24 +75,23 @@
color: "--button-text-color-primary",
height: "--button-min-height",
});
-
assertButtonPropertiesMatch(four, {
width: "--button-size-icon",
height: "--button-size-icon",
backgroundColor: "--button-background-color",
- fill: "--button-text-color",
+ fill: "--icon-color",
});
assertButtonPropertiesMatch(five, {
width: "--button-size-icon",
height: "--button-size-icon",
backgroundColor: "transparent",
- fill: "--button-text-color",
+ fill: "--icon-color",
});
assertButtonPropertiesMatch(six, {
width: "--button-size-icon",
height: "--button-size-icon",
backgroundColor: "transparent",
- fill: "--button-text-color",
+ fill: "--icon-color",
});
buttons.forEach(btn => (btn.size = "small"));