blob: cc31f57d7826a3ad7a6989d219d14aecbeed7dd4 [file] [log] [blame]
Testing an IconButton has a blue background-color when focused.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
Confirm inital icon button color.
PASS window.getComputedStyle(button.image.element).backgroundColor is "rgba(255, 255, 255, 0.54902)"
Confirm icon button color changed after focus.
PASS window.getComputedStyle(button.image.element).backgroundColor is not "rgba(255, 255, 255, 0.54902)"
PASS successfullyParsed is true
TEST COMPLETE