HomeSort by relevance Sort by last modified time
    Searched refs:replacedAttr (Results 1 - 2 of 2) sorted by null

  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
elementreplaceattributewithself.java 66 Attr replacedAttr;
71 replacedAttr = testEmployee.setAttributeNode(streetAttr);
72 assertSame("replacedAttr", streetAttr, replacedAttr);
hc_elementreplaceattributewithself.java 66 Attr replacedAttr;
72 replacedAttr = testEmployee.setAttributeNode(streetAttr);
73 assertSame("replacedAttr", streetAttr, replacedAttr);

Completed in 92 milliseconds