Issue #1673 - Part 5: Fix brace style and missed -moz-tab-size reference.

This commit is contained in:
athenian200 2020-10-28 22:57:34 -05:00 committed by roytam1
commit 5026bdf5ee
2 changed files with 212 additions and 255 deletions

File diff suppressed because it is too large Load diff

View file

@ -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 ],