Auto merge of #17004 - nox:rollup, r=nox

Rollup of 7 pull requests

- Successful merges: #16885, #16886, #16932, #16939, #16948, #16986, #16995
- Failed merges:

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/17004)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2017-05-24 04:26:19 -05:00 committed by GitHub
commit 98edf5d54d
8 changed files with 35 additions and 66 deletions

View file

@ -24,6 +24,4 @@ interface HTMLFormElement : HTMLElement {
void reset();
//boolean checkValidity();
//boolean reportValidity();
//void requestAutocomplete();
};