• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

jmcarp / robobrowser / 81 / 1
92%
master: 92%

Build:
DEFAULT BRANCH: master
Ran 06 Nov 2016 05:48PM UTC
Files 9
Run time 0s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

06 Nov 2016 05:47PM UTC coverage: 89.635% (+0.1%) from 89.494%
81.1

Pull #56

travis-ci

web-flow
If Button tag has no type, assume the type of it is 'submit'.

According to <https://developer.mozilla.org/nl/docs/Web/HTML/Element/button>:

+ The type of the button. Possible values are:
    + submit: The button submits the form data to the server.
        + This is the default if the attribute is not specified, or if the attribute is dynamically changed to an empty or invalid value.
    + reset: The button resets all the controls to their initial values.
    + button: The button has no default behavior. It can have client-side scripts associated with the element's events, which are triggered when the events occur.
    + menu: The button opens a popup menu defined via its designated <menu> element.

So, we can treat the button tag with no type specifed as a submit tag.

Thanks Vincent Wagelaar <vincent@iterator.nl> emailing me about this patch.
Pull Request #56: Fix button in form issue

467 of 521 relevant lines covered (89.64%)

0.9 hits per line

Source Files on job 81.1
  • Tree
  • List 0
  • Changed 9
  • Source Changed 2
  • Coverage Changed 9
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 81
  • Travis Job 81.1
  • 2782eb18 on github
  • Prev Job for on master (#68.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc