diff options
author | Mauricio Collares <mau@ric.io> | 2016-04-04 22:46:43 -0300 |
---|---|---|
committer | Mauricio Collares <mau@ric.io> | 2016-04-05 00:21:39 -0300 |
commit | 347cf0580c07b9e6c1c225cf545084e8177d376b (patch) | |
tree | f24915e49e9268f7c0f28f35cb69ecd7dc450b4e /components/layout/incremental.rs | |
parent | b568b72d760623462fe1a19544e1ad59f98e4480 (diff) | |
download | servo-347cf0580c07b9e6c1c225cf545084e8177d376b.tar.gz servo-347cf0580c07b9e6c1c225cf545084e8177d376b.zip |
Move CSS text-overflow property from InheritedText to Text
Diffstat (limited to 'components/layout/incremental.rs')
-rw-r--r-- | components/layout/incremental.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/layout/incremental.rs b/components/layout/incremental.rs index df63fa43af4..a647a7a7104 100644 --- a/components/layout/incremental.rs +++ b/components/layout/incremental.rs @@ -185,7 +185,7 @@ pub fn compute_damage(old: Option<&Arc<ServoComputedValues>>, new: &ServoCompute get_inheritedtext.letter_spacing, get_inheritedtext.text_rendering, get_inheritedtext.text_transform, get_inheritedtext.word_spacing, get_inheritedtext.overflow_wrap, get_inheritedtext.text_justify, - get_inheritedtext.white_space, get_inheritedtext.word_break, get_inheritedtext.text_overflow, + get_inheritedtext.white_space, get_inheritedtext.word_break, get_text.text_overflow, get_font.font_family, get_font.font_style, get_font.font_variant, get_font.font_weight, get_font.font_size, get_font.font_stretch, get_inheritedbox.direction, get_inheritedbox.writing_mode, |