Open Bug 1290963 Opened 8 years ago Updated 2 years ago

Mixed case attribute values

Categories

(Testing :: General, defect, P5)

50 Branch
defect

Tracking

(Not tracked)

UNCONFIRMED

People

(Reporter: titus.fortner, Unassigned)

Details

User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.82 Safari/537.36

Steps to reproduce:

Se 3.0.0.beta1; FF50
driver = Selenium::WebDriver.for :firefox
driver.navigate.to "http://rawgit.com/watir/watirspec/master/html/forms_with_input_elements.html"
driver.find_elements(css: "input[type='button']")[1].attribute('type')


Actual results:

 {"value":"BuTTon"}


Expected results:

I'm not sure it is actually what we want, but all other browser implementations currently do this:
 {"value":"button"}
Priority: -- → P5
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.