diff options
Diffstat (limited to 'layout/style/test')
-rw-r--r-- | layout/style/test/test_transitions_per_property.html | 2 |
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 ], |