Lines Matching refs:previousSibling
99 and nelem.previousSibling is elem
111 and nelem.previousSibling is nelem2
754 and root.firstChild.previousSibling is None
755 and root.lastChild.previousSibling is root.firstChild
774 and root.firstChild.previousSibling is None
792 and root.firstChild.previousSibling is None
810 and root.firstChild.previousSibling is None
811 and root.lastChild.previousSibling is root.firstChild
832 and root.firstChild.previousSibling is None
885 and root.childNodes[0].childNodes[1].previousSibling
887 and root.childNodes[0].childNodes[0].previousSibling is None
891 and root.childNodes[1].childNodes[1].previousSibling
893 and root.childNodes[1].childNodes[0].previousSibling is None
922 pi.previousSibling is None and
924 text.previousSibling is pi and
926 elm.previousSibling is text, "testSiblings")
976 self.confirm(text1.previousSibling is None and
978 elm1.previousSibling is text1 and
980 text2.previousSibling is elm1 and
982 text3.previousSibling is None and