}
button.assertStyle("border: 2px solid darkgreen; background: green;");
}
if (!isFocused) { // focusedStyle has higher prioriry than rolloverStyle
dropDown.assertStyle("border: 1px dotted darkblue;");
}
popup.assertStyle("border: 3px dotted pink");
// rolloverListItemStyle="color: orange; font: Comic Sans MS; background: LightGreen;"