Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions css/selectors/WEB_FEATURES.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ features:
- hover-002.html
- remove-hovered-element.html
- focus-display-none-001.html
- name: root
files:
- root-siblings.html
- name: open-pseudo
files:
- open-pseudo.html
Expand Down
6 changes: 6 additions & 0 deletions css/selectors/old-tests/WEB_FEATURES.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ features:
files:
- "css3-modsel-21*"
- "css3-modsel-66*"
- name: root
files:
- css3-modsel-27.xml
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These are all visual tests, a kind of manual test that contains within it the instructions for when it passes and not. These aren't run automatically and don't show up on wpt.fyi.

There's no problem with mapping them however, it just means that there will only be a single test (root-siblings.html) that shows up on wpt.fyi.

- css3-modsel-27a.xml
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Excluded css3-modsel-27b.xml since it tests * html and * :root simultaneously.

- css3-modsel-72.xml
- css3-modsel-72b.xml
- name: lang
files:
- "css3-modsel-22.xml"
Expand Down