Auto merge of #23443 - georgeroman:start_enabling_wdspec_tests, r=jdm

Start enabling automated webdriver tests

<!-- Please describe your changes on the following line: -->

---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: -->
- [X] `./mach build -d` does not report any errors
- [X] `./mach test-tidy` does not report any errors

<!-- Either: -->
- [X] There are tests for these changes

<!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.-->

<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->

<!-- 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/23443)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2019-06-07 04:18:31 -04:00 committed by GitHub
commit 237ef8da34
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 256 additions and 26 deletions

View file

@ -125,6 +125,12 @@ skip: true
skip: false
[WebCryptoAPI]
skip: false
[webdriver]
skip: true
[tests]
skip: true
[new_session]
skip: false
[webgl]
skip: false
[webvr]

View file

@ -0,0 +1,7 @@
[default_values.py]
[test_no_capabilites]
expected: FAIL
[test_desired]
expected: FAIL

View file

@ -0,0 +1,4 @@
[invalid_capabilities.py]
[test_invalid_always_match[None\]]
expected: FAIL