[ASStackLayoutSpec] Refactor baseline alignment algorithm (#2892)

* Add tests for baseline alignments

* Merge baseline alignment algorithm to the main stack algorithm
- Baseline alignment is now part of the main stack algorithm.
- ASStackBaselinePositionedLayout is no longer needed and removed.

* All snapshot test cases of ASStackLayoutSpec are passing now

* Remove baselineRelativeArrangement

* Remove TODO

* Minor fixes in cross size determination step
This commit is contained in:
Huy Nguyen
2017-01-18 19:12:10 +00:00
committed by Adlai Holler
parent 68bd326f9c
commit 6736367627
21 changed files with 299 additions and 368 deletions