mirror of
https://github.com/servo/servo
synced 2026-05-13 10:27:03 +02:00
This reverts commit f5ecb34577 and also
merges more shared properties into `BaseFragment`. The goal here is to
eventually also store a reference to the parent fragment in this
`BaseFragment` as well.
Testing: This should not change behavior in an observable way, so is
covered by WPT tests.
Signed-off-by: Martin Robinson <mrobinson@igalia.com>
Co-authored-by: Oriol Brufau <obrufau@igalia.com>