Skip to content
Open
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
5 changes: 5 additions & 0 deletions fetch/api/basic/WEB_FEATURES.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,8 @@ features:
files:
# Note: Test coverage for this feature is very incomplete
- http-response-code.any.js
# The following classifier for "http2" intentionally overlaps with the above
# classifier for "fetch" because "statusText" is a Fetch API concept.
- name: http2
files:
- status.h2.any.js
7 changes: 7 additions & 0 deletions fetch/api/credentials/WEB_FEATURES.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
features:
# The classifier for "http-authentication" intentionally overlaps with the
# below classifier for "fetch" because the boundary between the two features is
# somewhat subjective.
- name: http-authentication
files:
- authentication-basic.any.js
- authentication-redirection.any.js
- name: fetch
files: "**"
6 changes: 6 additions & 0 deletions fetch/http-cache/WEB_FEATURES.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
features:
# The classifier for "http-authentication" intentionally overlaps with the
# below classifier for "fetch" because the boundary between the two features is
# somewhat subjective.
- name: http-authentication
files:
- basic-auth-cache-test.html
- name: fetch
files: "**"
21 changes: 21 additions & 0 deletions xhr/WEB_FEATURES.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,24 @@ features:
- name: base
files:
- open-url-base.htm
# The classifier for "http-authentication" intentionally overlaps with the
# above classifier for "xhr" because the boundary between the two features is
# somewhat subjective.
- name: http-authentication
files:
- send-authentication-basic-cors-not-enabled.htm
- send-authentication-basic-repeat-no-args.htm
- send-authentication-basic-setrequestheader-and-arguments.htm
- send-authentication-basic-setrequestheader-existing-session.htm
- send-authentication-basic-setrequestheader.htm
- send-authentication-basic.htm
- send-authentication-competing-names-passwords.htm
- send-authentication-existing-session-manual.htm
- send-authentication-prompt-2-manual.htm
- send-authentication-prompt-manual.htm
# The classifier for "httpt2" intentionally overlaps with the above classifier
# for "xhr" because the boundary between the two features is somewhat
# subjective.
- name: http2
files:
- status.h2.window.js