regionRole.removeTabindexExtraAttribute(anchor);
// Some versions of IE default to "0" instead of ""
assertTrue("".equals(regionRole.getTabindexExtraAttribute(div))
|| "0".equals(regionRole.getTabindexExtraAttribute(div)));
anchor.removeFromParent();
}
@Override
public String getModuleName() {
return "com.google.gwt.aria.Aria";