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 upLayout panic in MutableFlowUtils::store_overflow when `direction` = rtl #4095
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When running with the
--experimentalflag and loading a page that uses thedirectionproperty to change the writing mode for an element (e.g.tests/ref/overconstrained_block.html), the layout task panics instore_overflowbecause it attempts to add a position stored in the parent writing mode to an overflow size stored in the child writing mode: