summaryrefslogtreecommitdiffstats
path: root/layout/style/test
diff options
context:
space:
mode:
authorathenian200 <athenian200@outlook.com>2020-10-28 22:57:34 -0500
committerathenian200 <athenian200@outlook.com>2020-10-29 13:16:53 -0500
commitd22717ff98ccde224883c0cc99a330e92c7ac4a5 (patch)
treef040c849270090488dbaf3504c343e6821c17ce8 /layout/style/test
parent9ffc5e6c924d2fce78b7aad9727c608077b26ff4 (diff)
downloadUXP-d22717ff98ccde224883c0cc99a330e92c7ac4a5.tar
UXP-d22717ff98ccde224883c0cc99a330e92c7ac4a5.tar.gz
UXP-d22717ff98ccde224883c0cc99a330e92c7ac4a5.tar.lz
UXP-d22717ff98ccde224883c0cc99a330e92c7ac4a5.tar.xz
UXP-d22717ff98ccde224883c0cc99a330e92c7ac4a5.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 ],