Auto merge of #15674 - asajeffrey:test-wpt-html-editing-dir-ini, r=jgraham

Support running ./mach test-wpt /html.

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

At the moment, running `./mach test-wpt /html` fails, because it runs the tests blocked by `include.ini`. This PR replaces the `include.ini` entry by `__dir__.ini` files in each subdirectory of `html/editing` apart from `html/editing/activation`.

---
<!-- 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
- [X] These changes do not require tests because we don't watch the watchmen

<!-- 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/15674)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2017-02-21 09:06:16 -08:00 committed by GitHub
commit a2e51ce1a1
7 changed files with 6 additions and 4 deletions

View file

@ -31,10 +31,6 @@ skip: true
skip: false
[html]
skip: false
[editing]
skip: true
[activation]
skip: false
[js]
skip: false
[navigation-timing]

View file

@ -0,0 +1 @@
disabled: for now

View file

@ -0,0 +1 @@
disabled: for now

View file

@ -0,0 +1 @@
disabled: for now

View file

@ -0,0 +1 @@
disabled: for now

View file

@ -0,0 +1 @@
disabled: for now

View file

@ -0,0 +1 @@
disabled: for now