contain: paint should update overflow and display properties

This commit is contained in:
Nazım Can Altınova 2017-04-19 02:30:04 +03:00
parent aa077ed40a
commit fe47726b7c
No known key found for this signature in database
GPG key ID: AF9BCD7CE6449954
2 changed files with 34 additions and 3 deletions

View file

@ -2076,7 +2076,7 @@ ${helpers.single_keyword("transform-style",
}
</%helpers:longhand>
<%helpers:longhand name="contain" animation_type="none" products="none"
<%helpers:longhand name="contain" animation_type="none" products="none" need_clone="True"
spec="https://drafts.csswg.org/css-contain/#contain-property">
use std::fmt;
use style_traits::ToCss;