aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout_2020/tests
Commit message (Expand)AuthorAgeFilesLines
* Allow raising FloatContext ceiling after processing box with overflow (#30539)Martin Robinson2023-10-171-1/+1
* Layout 2020: Rename `flow_relative` types to `Logical...` (#30324)Martin Robinson2023-09-121-5/+5
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-9/+9
* remove `extern crate` (#30311)Samson2023-09-081-2/+1
* Fix failing unit test due to overflow (#30074)Yutaro Ohno2023-08-081-1/+1
* Remove ClearSide enum (#30035)Oriol Brufau2023-07-271-15/+15
* Run unit tests with both layout 2013 and layout 2020 (#30032)Oriol Brufau2023-07-271-3/+3
* Correct rendering of floated rootMartin Robinson2023-06-201-1/+1
* Fix the unit testMartin Robinson2023-06-031-39/+45
* Do not hoist floated fragmentsMartin Robinson2023-06-031-10/+11
* Place floats in layout 2020, but don't flow text around the floats yet.Patrick Walton2023-06-031-24/+30
* Use the size of the containing block, not the size of the block formattingPatrick Walton2020-07-221-53/+64
* Add an implementation of the core float and clear placement logic in layoutPatrick Walton2020-07-201-0/+823