mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 01:08:39 +09:00
import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo
This commit is contained in:
commit
dcd9973243
150858 changed files with 23884658 additions and 0 deletions
15
testing/web-platform/meta/dom/nodes/rootNode.html.ini
Normal file
15
testing/web-platform/meta/dom/nodes/rootNode.html.ini
Normal file
|
|
@ -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
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue