mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
Support remaining longhand flexbox style properties for servo - [x] `./mach build -d` does not report any errors - [X] `./mach test-tidy --faster` does not report any errors - [X] There are tests for these changes Add the remaining longhand CSS properties of flexbox for servo, including `flex-wrap`, `flex-grow`, `flex-shrink`, `justify-content`, `align-items`, `align-self` and `align-content`. Tests for the remaining longhand properties are also enabled. Test for default value of `align-self` is modified because the new default value for this property is "auto" is current flexbox CR. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/11417) <!-- Reviewable:end --> |
||
---|---|---|
.. | ||
properties | ||
animation.rs | ||
attr.rs | ||
bezier.rs | ||
build.rs | ||
Cargo.toml | ||
context.rs | ||
custom_properties.rs | ||
data.rs | ||
dom.rs | ||
element_state.rs | ||
error_reporting.rs | ||
font_face.rs | ||
lib.rs | ||
logical_geometry.rs | ||
matching.rs | ||
media_queries.rs | ||
parallel.rs | ||
parser.rs | ||
README.md | ||
restyle_hints.rs | ||
selector_impl.rs | ||
selector_matching.rs | ||
sequential.rs | ||
servo.rs | ||
stylesheets.rs | ||
traversal.rs | ||
values.rs | ||
viewport.rs |