summaryrefslogtreecommitdiffstats
path: root/layout/style/test
diff options
context:
space:
mode:
authorathenian200 <athenian200@outlook.com>2020-10-28 22:57:34 -0500
committerMoonchild <moonchild@palemoon.org>2020-11-18 10:51:58 +0000
commit6c1b1bd18f2830a2f71027f9b3060200acfd4061 (patch)
tree2b84dcc87114d6e2be31248d83a03c29ef225024 /layout/style/test
parent770cb9a4b98947b5508278aeb7532d42fd973cae (diff)
downloadUXP-6c1b1bd18f2830a2f71027f9b3060200acfd4061.tar
UXP-6c1b1bd18f2830a2f71027f9b3060200acfd4061.tar.gz
UXP-6c1b1bd18f2830a2f71027f9b3060200acfd4061.tar.lz
UXP-6c1b1bd18f2830a2f71027f9b3060200acfd4061.tar.xz
UXP-6c1b1bd18f2830a2f71027f9b3060200acfd4061.zip
Issue #1673 - Part 5: Fix brace style and missed -moz-tab-size reference.
Diffstat (limited to 'layout/style/test')
-rw-r--r--layout/style/test/test_transitions_per_property.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layout/style/test/test_transitions_per_property.html b/layout/style/test/test_transitions_per_property.html
index b7659adb7..83524b60d 100644
--- a/layout/style/test/test_transitions_per_property.html
+++ b/layout/style/test/test_transitions_per_property.html
@@ -248,7 +248,7 @@ var supported_properties = {
// test_length_percent_calc_transition.
"stroke-width": [ test_length_transition_svg, test_percent_transition,
test_length_clamped_svg, test_percent_clamped ],
- "-moz-tab-size": [ test_float_zeroToOne_transition,
+ "tab-size": [ test_float_zeroToOne_transition,
test_float_aboveOne_transition, test_length_clamped ],
"text-decoration": [ test_color_shorthand_transition,
test_true_currentcolor_shorthand_transition ],