Auto merge of #23805 - georgeroman:initial_actions_support_in_webdriver, r=jdm

Initial Actions support in WebDriver

<!-- 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/23805)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2019-08-15 19:26:53 -04:00 committed by GitHub
commit 376847c415
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 291 additions and 6 deletions

View file

@ -1,2 +1,4 @@
[none.py]
disabled: Unimplemented WebDriver command
[test_no_browsing_context]
expected: ERROR

View file

@ -1,2 +0,0 @@
[validity.py]
disabled: Unimplemented WebDriver command