summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/dom/nodes/rootNode.html.ini
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/meta/dom/nodes/rootNode.html.ini')
-rw-r--r--testing/web-platform/meta/dom/nodes/rootNode.html.ini15
1 files changed, 15 insertions, 0 deletions
diff --git a/testing/web-platform/meta/dom/nodes/rootNode.html.ini b/testing/web-platform/meta/dom/nodes/rootNode.html.ini
new file mode 100644
index 000000000..59533aebb
--- /dev/null
+++ b/testing/web-platform/meta/dom/nodes/rootNode.html.ini
@@ -0,0 +1,15 @@
+[rootNode.html]
+ type: testharness
+ prefs: [dom.node.rootNode.enabled:true]
+ [getRootNode() must return the context object when it does not have any parent]
+ expected: FAIL
+
+ [getRootNode() must return the parent node of the context object when the context object has a single ancestor not in a document]
+ expected: FAIL
+
+ [getRootNode() must return the document when a node is in document]
+ expected: FAIL
+
+ [getRootNode() must return a document fragment when a node is in the fragment]
+ expected: FAIL
+