Home
last modified time | relevance | path

Searched refs:attrsParent (Results 1 – 2 of 2) sorted by relevance

/libcore/dom/src/test/java/org/w3c/domts/level2/core/
Ddocumentimportnode02.java86 Node attrsParent; in runTest() local
96 attrsParent = importedAttr.getParentNode(); in runTest()
97 assertNull("documentimportnode02_parentNull", attrsParent); in runTest()
/libcore/luni/src/test/java/tests/org/w3c/dom/
DDocumentImportNode.java97 Node attrsParent; in testImportNode2() local
108 attrsParent = importedAttr.getParentNode(); in testImportNode2()
109 assertNull("documentimportnode02_parentNull", attrsParent); in testImportNode2()