1
0
Fork 0
mirror of https://github.com/thoughtbot/capybara-webkit synced 2023-03-27 23:22:28 -04:00
capybara-webkit/lib/capybara
James Adam e67a30fb16 Allow unselecting for select nodes with empty multiple attributes.
As well as `<select multiple="multiple" ...>`, it's also valid to
use an empty attribute (i.e. `<select multiple ... >`). In order to
support this, we need to treat `multiple` in the same way as
`disabled` or `checked`.
2012-08-27 09:50:22 -04:00
..
webkit Allow unselecting for select nodes with empty multiple attributes. 2012-08-27 09:50:22 -04:00
webkit.rb Follow new capybara driver naming/module conventions 2012-07-08 12:31:18 -07:00