aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/meta/custom-elements
diff options
context:
space:
mode:
authorbatu_hoang <55729155+longvatrong111@users.noreply.github.com>2025-03-17 17:41:34 +0800
committerGitHub <noreply@github.com>2025-03-17 09:41:34 +0000
commit28c8c1df0ca54299f5e5a88c102ef4653e2d4494 (patch)
tree2347b8c0c272f6049b55893e469d16d5ac5f429a /tests/wpt/meta/custom-elements
parentf483a3d34b9f746d619c793af1f05ccbf0c84119 (diff)
downloadservo-28c8c1df0ca54299f5e5a88c102ef4653e2d4494.tar.gz
servo-28c8c1df0ca54299f5e5a88c102ef4653e2d4494.zip
Implement declarative shadow dom (#34964)
* 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>
Diffstat (limited to 'tests/wpt/meta/custom-elements')
-rw-r--r--tests/wpt/meta/custom-elements/revamped-scoped-registry/Element-customElements-exceptions.tentative.html.ini3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/wpt/meta/custom-elements/revamped-scoped-registry/Element-customElements-exceptions.tentative.html.ini b/tests/wpt/meta/custom-elements/revamped-scoped-registry/Element-customElements-exceptions.tentative.html.ini
index 6aef765fdfa..cc6e13e2874 100644
--- a/tests/wpt/meta/custom-elements/revamped-scoped-registry/Element-customElements-exceptions.tentative.html.ini
+++ b/tests/wpt/meta/custom-elements/revamped-scoped-registry/Element-customElements-exceptions.tentative.html.ini
@@ -4,6 +4,3 @@
[customElements on a failed custom element created by setting innerHTML should return the associated scoped registry]
expected: FAIL
-
- [customElements on a failed custom element created by parser should return the specified custom regsitry]
- expected: FAIL