Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upalignment shorthand parsing is incorrect #16391
Comments
|
Also:
|
|
These are actually still failing on autoland (and since I merged, assuming they'd be fixed, mozilla-central). Any idea what I'd need to do to properly annotate these failures? |
|
The expectations update that landed earlier accidentally omitted the ".html" in the test name, causing it to not apply. Fixed in https://hg.mozilla.org/integration/autoland/rev/b3ef306a6bf0 |
|
Why are these values forbidden? I can't find anything related to them in the spec. |
|
Oh I see, while it is a shorthand, it doesn't mean all the values from the longhands are allowed. |
Properly parse alignment shorthands (fixes #16391) <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/16558) <!-- Reviewable:end -->
When #16322 landed we fixed some Gecko failures, but picked up a bunch of new ones:
@tamamu @upsuper