mirror of
https://github.com/servo/servo.git
synced 2025-09-08 22:18:23 +01:00
layout: Lay out Shadow DOM elements (#34701)
When an element is a shadow root, lay out the shadow root elements instead of the non-shadow children. This fixes some tests and introduces some failures, due to bugs in the Shadow DOM implementation. In general, this is very low impact as the Shadow DOM is still disabled by default. At least this gets elements rendering when the preference is turned on though. Signed-off-by: Martin Robinson <mrobinson@igalia.com>
This commit is contained in:
parent
b7460bcb84
commit
50c9c72778
31 changed files with 32 additions and 67 deletions
|
@ -1,2 +0,0 @@
|
|||
[focus-pseudo-on-shadow-host-2.html]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue