Skip to content
Closed
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
4 changes: 4 additions & 0 deletions appmanifest/display-override-member/WEB_FEATURES.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
features:
- name: window-controls-overlay
files:
- '*window-controls-overlay*'
6 changes: 6 additions & 0 deletions css/CSS2/css1/WEB_FEATURES.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
features:
- name: width-height
files:
- '*width*'
- '*height*'
- '*blockw*'
4 changes: 4 additions & 0 deletions css/CSS2/csswg-issues/submitted/css2.1/WEB_FEATURES.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
features:
- name: width-height
files:
- anonymous-boxes-001.xht
5 changes: 5 additions & 0 deletions css/CSS2/normal-flow/WEB_FEATURES.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
features:
- name: width-height
files:
- '*width*'
- '*height*'
7 changes: 7 additions & 0 deletions css/CSS2/page-box/WEB_FEATURES.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
features:
- name: width-height
files:
- page-container-000.xht
- page-container-002.xht
- page-container-004.xht
- page-container-010.xht
5 changes: 5 additions & 0 deletions css/CSS2/pagination/WEB_FEATURES.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
features:
- name: widows-orphans
files:
- 'orphans-*'
- 'widows-*'
5 changes: 5 additions & 0 deletions css/CSS2/positioning/WEB_FEATURES.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
features:
- name: width-height
files:
- '*width*'
- '*height*'
5 changes: 5 additions & 0 deletions css/CSS2/text/WEB_FEATURES.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
features:
- name: white-space
files:
- text-align-white-space-*
- white-space-*
4 changes: 4 additions & 0 deletions css/CSS2/visudet/WEB_FEATURES.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
features:
- name: width-height
files:
- height-*.xht
5 changes: 5 additions & 0 deletions css/css-box/parsing/WEB_FEATURES.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
features:
- name: width-height
files:
- 'width-*'
- 'height-*'
4 changes: 4 additions & 0 deletions css/css-sizing/WEB_FEATURES.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
features:
- name: width-height
files:
- percentage-height-replaced-content-in-auto-cb.html
5 changes: 5 additions & 0 deletions css/css-sizing/animation/WEB_FEATURES.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
features:
- name: width-height
files:
- 'width-*'
- 'height-*'
5 changes: 5 additions & 0 deletions css/css-sizing/parsing/WEB_FEATURES.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
features:
- name: width-height
files:
- 'width-*'
- 'height-*'
28 changes: 28 additions & 0 deletions css/css-text/white-space/WEB_FEATURES.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,34 @@ features:
- name: text-wrap-nowrap
files:
- text-wrap-nowrap-*
- name: white-space
files:
- append-whitespace-only-node-crash-001.html
Copy link
Member

Choose a reason for hiding this comment

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

Would it be simpler (more maintainable) to include "*" and exclude the things that shouldn't be mapped here? (It's a real question, I can't tell exactly what's being left out by these patterns, so I'm not sure.)

- break-spaces-*
- control-chars-*
- display-contents-remove-whitespace-change.html
- eol-spaces-bidi-*
- full-width-leading-spaces-*
- hanging-whitespace-*
- lone-cr-001.tentative.html
- nowrap-wbr-and-space-crash.html
- pre-*
- remove-slotted-with-whitespace-sibling.html
- tab-*
- textarea-*
- trailing-*
- white-space-applies-to-text-001.html
- white-space-empty-text-sibling.html
- white-space-intrinsic-size-*
- white-space-letter-spacing-001.html
- white-space-normal-011.html
- white-space-nowrap-011.html
- white-space-pre-*
- white-space-trim-discard-inner-001.xht
- white-space-vs-joiners-*
- white-space-wrap-after-nowrap-001.html
- white-space-zero-fontsize-*
- ws-break-spaces-applies-to-*
- name: white-space-collapse
files:
- white-space-collapse-*
Expand Down
3 changes: 3 additions & 0 deletions css/css-will-change/WEB_FEATURES.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
features:
- name: will-change
files: '**'
3 changes: 3 additions & 0 deletions css/cssom/WEB_FEATURES.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ features:
files:
- caretPositionFromPoint-with-transformation.html
- caretPositionFromPoint.html
- name: where
files:
- insert-invalid-where-rule-crash.html
6 changes: 6 additions & 0 deletions css/selectors/WEB_FEATURES.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,9 @@ features:
files:
- user-invalid.html
- user-valid.html
- name: where
files:
- is-where-*
Copy link
Member

Choose a reason for hiding this comment

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

This also tests :is(), and it looks like most of the tests are for :is() and :where() together, which makes sense given the relationship between those features.

I think that for now it's best to treat mapping of :is() and :where() as out of scope, we'd need some way to isolate subtests for it to be practical. And having just a handful of the non-combined tests for :is() and :where() would be misleading I think.

- is-default-ns-*
- not-default-ns-*
- pseudo-where-crash.html
4 changes: 4 additions & 0 deletions css/selectors/invalidation/WEB_FEATURES.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,7 @@ features:
- name: state
files:
- state-in-has.html
- name: where
files:
- is-where-*
- where.html
4 changes: 4 additions & 0 deletions css/selectors/parsing/WEB_FEATURES.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,7 @@ features:
- name: not
files:
- parse-not.html
- name: where
files:
- parse-is-where.html
- parse-where.html
4 changes: 4 additions & 0 deletions css/selectors/query/WEB_FEATURES.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
features:
- name: where
files:
- query-where.html
4 changes: 4 additions & 0 deletions dom/events/WEB_FEATURES.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
features:
- name: wheel-events
files:
- Event-subclasses-constructors.html
Copy link
Member

Choose a reason for hiding this comment

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

This tests many other events as well and can't be mapped to any feature.

8 changes: 8 additions & 0 deletions dom/events/non-cancelable-when-passive/WEB_FEATURES.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
features:
- name: wheel-events
files:
- non-passive-mousewheel-event-listener-*
- non-passive-wheel-event-listener-*
- passive-mousewheel-event-listener-*
- passive-wheel-event-listener-*
- synthetic-events-cancelable.html
Copy link
Member

Choose a reason for hiding this comment

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

This test is for other events as well and can't be mapped to any feature.

3 changes: 3 additions & 0 deletions dom/events/scrolling/WEB_FEATURES.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@ features:
- name: scrollend
files:
- scrollend-*
- name: wheel-events
files:
- wheel-event-transactions-*
4 changes: 4 additions & 0 deletions html/browsers/the-window-object/WEB_FEATURES.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
features:
- name: window
files:
- '*'
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
features:
- name: window
files: '**'
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
features:
- name: window
files: '**'
3 changes: 3 additions & 0 deletions html/browsers/the-window-object/open-close/WEB_FEATURES.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
features:
- name: window
files: '**'
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
features:
- name: window
files: '**'
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ features:
- name: registerprotocolhandler
files:
- protocol-*
- name: window-controls-overlay
files:
- navigator-window-controls-overlay.tentative.html
4 changes: 4 additions & 0 deletions svg/geometry/parsing/WEB_FEATURES.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
features:
- name: width-height
files:
- sizing-properties-computed.svg
4 changes: 4 additions & 0 deletions svg/text/reftests/WEB_FEATURES.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
features:
- name: white-space
files:
- text-multiline-*
Copy link
Member

Choose a reason for hiding this comment

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

Confirmed that this is right despite the filenames not being close, the tests are for https://svgwg.org/svg2-draft/text.html#TextLayoutPreMultiline

5 changes: 5 additions & 0 deletions uievents/WEB_FEATURES.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
features:
- name: wheel-events
files:
- historical.html
- idlharness.window.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
features:
- name: wheel-events
files:
- WheelEvent.*
4 changes: 4 additions & 0 deletions uievents/order-of-events/mouse-events/WEB_FEATURES.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
features:
- name: wheel-events
files:
- wheel-*
3 changes: 3 additions & 0 deletions webxr/hit-test/WEB_FEATURES.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
features:
- name: webxr-hit-test
files: '**'
3 changes: 3 additions & 0 deletions webxr/layers/WEB_FEATURES.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
features:
- name: webxr-layers
files: '**'
3 changes: 3 additions & 0 deletions webxr/light-estimation/WEB_FEATURES.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
features:
- name: webxr-lighting-estimation
files: '**'