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

jmcarp / robobrowser / 80
92%

Build:
DEFAULT BRANCH: master
Ran 06 Nov 2016 05:47PM UTC
Jobs 4
Files 9
Run time 31s
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

pending completion
80

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> for emailing about this
patch.
Pull Request #56: Fix button in form issue

8 of 8 new or added lines in 2 files covered. (100.0%)

481 of 521 relevant lines covered (92.32%)

3.6 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
100.0
robobrowser/compat.py
Jobs
ID Job ID Ran Files Coverage
1 80.1 06 Nov 2016 05:47PM UTC 0
89.64
Travis Job 80.1
2 80.2 06 Nov 2016 05:47PM UTC 0
89.64
Travis Job 80.2
3 80.3 06 Nov 2016 05:47PM UTC 0
90.4
Travis Job 80.3
5 80.5 06 Nov 2016 05:47PM UTC 0
90.4
Travis Job 80.5
Source Files on build 80
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #80
  • Pull Request #56
  • PR Base - master (#68)
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

© 2025 Coveralls, Inc