mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
* Implement declarative shadow dom Signed-off-by: batu_hoang <longvatrong111@gmail.com> * Set allowDeclarativeShadowRoots false for innerHTML Signed-off-by: batu_hoang <longvatrong111@gmail.com> * Enable allowDeclarativeShadowRoots for Document Signed-off-by: batu_hoang <longvatrong111@gmail.com> * Expose HTMLTemplateElement to js Signed-off-by: batu_hoang <longvatrong111@gmail.com> * Implemenet setHTMLUnsafe and add more test cases Signed-off-by: batu_hoang <longvatrong111@gmail.com> * Declarative shadow dom: minor updates and expected test result update Signed-off-by: batu_hoang <longvatrong111@gmail.com> * Shadow-dom: add more test cases Signed-off-by: batu_hoang <longvatrong111@gmail.com> * Update comments according to the spec Signed-off-by: batu_hoang <longvatrong111@gmail.com> * Bump html5ever version Signed-off-by: batu_hoang <longvatrong111@gmail.com> --------- Signed-off-by: batu_hoang <longvatrong111@gmail.com>
48 lines
1.1 KiB
INI
Vendored
48 lines
1.1 KiB
INI
Vendored
[host-has-shadow-tree-element-at-subject-position.html]
|
|
[Add .descendant to #shadow_child]
|
|
expected: FAIL
|
|
|
|
[Add .descendant to #shadow_descendant]
|
|
expected: FAIL
|
|
|
|
[Add .ancestor to #shadow_child:has(.descendant)]
|
|
expected: FAIL
|
|
|
|
[Remove .ancestor from #shadow_child:has(.descendant)]
|
|
expected: FAIL
|
|
|
|
[Add .child to #shadow_child:has(.descendant)]
|
|
expected: FAIL
|
|
|
|
[Remove .child from #shadow_child:has(.descendant)]
|
|
expected: FAIL
|
|
|
|
[Add .child to #shadow_child]
|
|
expected: FAIL
|
|
|
|
[Add .grand_child to #shadow_descendant]
|
|
expected: FAIL
|
|
|
|
[Add .host_context to #host]
|
|
expected: FAIL
|
|
|
|
[Add .descendant to #shadow_descendant.grand_child]
|
|
expected: FAIL
|
|
|
|
[Remove .descendant from #shadow_descendant.grand_child]
|
|
expected: FAIL
|
|
|
|
[Remove .grand_child from #shadow_descendant]
|
|
expected: FAIL
|
|
|
|
[Insert #first_child.descendant to shadow root]
|
|
expected: FAIL
|
|
|
|
[Insert #last_child.descendant to shadow root]
|
|
expected: FAIL
|
|
|
|
[Insert #child_in_middle.descendant before #shadow_child]
|
|
expected: FAIL
|
|
|
|
[Insert #grand_child.descendant before #shadow_descendant]
|
|
expected: FAIL
|