mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
Add style property for flex-basis Add the style property for flex-basis. The property should allow all values acceptable for `width` or `height` with the addition of `content`. I also disabled the tests that I expect to pass. I am confused by [flexbox_computedstyle-flex-basis-0percent:20](https://github.com/servo/servo/blob/master/tests/wpt/css-tests/css-flexbox-1_dev/html/flexbox_computedstyle_flex-basis-0percent.htm#L20). Should that be `0%` instead of `0px`? <!-- 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/10817) <!-- 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 |
servo-style
Style system for Servo, using rust-cssparser for parsing.