Skip to content

Commit

Permalink
Auto merge of #18542 - mhaessig:selector-tests, r=emilio
Browse files Browse the repository at this point in the history
Land the test cases that should've landed with the selectors update

PR for #15448
- Added test for pseudo-element with whitespace #15335
- Added tests for empty values in `[att^=""]`, `[att$=""]` and `[att*=""]` selectors #15394 (tests for `[att~=""]` have been added with #15440)

- [X] `./mach build -d` does not report any errors
- [X] `./mach test-tidy` does not report any errors
- [X] These changes fix #15448
- [X] There are tests for these changes

<!-- 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/18542)
<!-- Reviewable:end -->
  • Loading branch information
bors-servo committed Sep 17, 2017
2 parents f95da33 + 62d363b commit 280ccf6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tests/wpt/metadata/MANIFEST.json
Expand Up @@ -555945,7 +555945,7 @@
"testharness"
],
"dom/nodes/selectors.js": [
"019ceba60eaa07690fa3922995f53e65725d7f95",
"ec9fcd4f84ceca6f87efa5d12f328d6e552bfe33",
"support"
],
"dom/ranges/Range-attributes.html": [
Expand Down
7 changes: 7 additions & 0 deletions tests/wpt/web-platform-tests/dom/nodes/selectors.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 280ccf6

Please sign in to comment.