Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Include non-shadowdom children of shadow hosts in style calculation (#34298) | Simon Wülker | 2024-11-20 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | * Include non-shadowdom children of shadow hosts in style calculation This was previously causing crashes because the layout nodes of those children would never be assigned style data by stylo. Signed-off-by: Simon Wülker <simon.wuelker@arcor.de> * Update WPT expectations Signed-off-by: Simon Wülker <simon.wuelker@arcor.de> --------- Signed-off-by: Simon Wülker <simon.wuelker@arcor.de> | ||||
* | Enable Shadow DOM for tests (#34299) | Josh Matthews | 2024-11-20 | 1 | -0/+2 |
* Enable shadowdom implementation in all tests. Signed-off-by: Josh Matthews <josh@joshmatthews.net> * Update test expectations. Signed-off-by: Josh Matthews <josh@joshmatthews.net> --------- Signed-off-by: Josh Matthews <josh@joshmatthews.net> |