input[type=text] - backgroundColor: greencorrectly selects elements with type attribute defined
input[type=text]:eq(1) - backgroundColor: redincorrectly selects elements without type attribute defined