summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/shadow-dom/untriaged/shadow-trees/upper-boundary-encapsulation/dom-tree-accessors-001.html.ini
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/meta/shadow-dom/untriaged/shadow-trees/upper-boundary-encapsulation/dom-tree-accessors-001.html.ini')
-rw-r--r--testing/web-platform/meta/shadow-dom/untriaged/shadow-trees/upper-boundary-encapsulation/dom-tree-accessors-001.html.ini44
1 files changed, 44 insertions, 0 deletions
diff --git a/testing/web-platform/meta/shadow-dom/untriaged/shadow-trees/upper-boundary-encapsulation/dom-tree-accessors-001.html.ini b/testing/web-platform/meta/shadow-dom/untriaged/shadow-trees/upper-boundary-encapsulation/dom-tree-accessors-001.html.ini
new file mode 100644
index 000000000..9447e394a
--- /dev/null
+++ b/testing/web-platform/meta/shadow-dom/untriaged/shadow-trees/upper-boundary-encapsulation/dom-tree-accessors-001.html.ini
@@ -0,0 +1,44 @@
+[dom-tree-accessors-001.html]
+ type: testharness
+ [<head> and <body> in a shadow tree should not be accessible from owner document's "head" and "body" properties, respectively.]
+ expected: FAIL
+
+ [The content of title element in a shadow tree should not be accessible from owner document's "title" attribute.]
+ expected: FAIL
+
+ [Elements in a shadow tree should not be accessible from owner document's "images" attribute.]
+ expected: FAIL
+
+ [Elements in a shadow tree should not be accessible from owner document's "embeds" attribute.]
+ expected: FAIL
+
+ [Elements in a shadow tree should not be accessible from owner document's "plugins" attribute.]
+ expected: FAIL
+
+ [Elements in a shadow tree should not be accessible from owner document's "links" attribute.]
+ expected: FAIL
+
+ [Elements in a shadow tree should not be accessible from owner document's "forms" attribute.]
+ expected: FAIL
+
+ [Elements in a shadow tree should not be accessible from owner document's "scripts" attribute.]
+ expected: FAIL
+
+ [Elements in a shadow tree should not be accessible from owner document's getElementsByName() method.]
+ expected: FAIL
+
+ [Elements in a shadow tree should not be accessible from owner document's "anchors" attribute.]
+ expected: FAIL
+
+ [Elements in a shadow tree should not be accessible from owner document's "all" attribute.]
+ expected: FAIL
+
+ [Elements in a shadow tree should not be accessible from owner document's getElementsByTagName() method.]
+ expected: FAIL
+
+ [Elements in a shadow tree should not be accessible from owner document's getElementsByTagNameNS() method.]
+ expected: FAIL
+
+ [Elements in a shadow tree should not be accessible from owner document's getElementById() method.]
+ expected: FAIL
+