Skip to content

Commit df62040

Browse files
authored
Update completed roadmap items (#718)
1 parent 2d51cdc commit df62040

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

roadmap.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,15 +66,15 @@ In this scenario a `MutationObserver` is installed by a bootstrap script as earl
6666
This scenario loads a web page and uses network request interception to replace any image in that page with a custom image. In spec terms, this involves:
6767

6868
- [x] Some items from the previous scenarios
69-
- [ ] [Intercepting network requests](https://github.com/w3c/webdriver-bidi/issues/66)
69+
- [x] [Intercepting network requests](https://github.com/w3c/webdriver-bidi/issues/66)
7070

7171
### HTTP authentication
7272

7373
This scenario loads a web page that is protected behind user credentials. In spec terms, this involves:
7474

7575
- [x] Some items from the previous scenarios
76-
- [ ] [The event for a HTTP auth challenge](https://github.com/w3c/webdriver-bidi/issues/66)
77-
- [ ] [The command to provide the authentication response](https://github.com/w3c/webdriver-bidi/issues/66)
76+
- [x] [The event for a HTTP auth challenge](https://github.com/w3c/webdriver-bidi/issues/66)
77+
- [x] [The command to provide the authentication response](https://github.com/w3c/webdriver-bidi/issues/66)
7878

7979
### Handling onbeforeunload prompts
8080

@@ -105,9 +105,9 @@ This scenario opens multiple web pages at the same time, and performs tests that
105105
This scenario sets cookies to be used when loading a web page and its subresources, loads that page, and verifies that the correct cookies were sent with the requests. It also inspects the cookies set by the responses, and clears all cookies to reset the state. In spec terms, this involves:
106106

107107
- [x] Some items from the previous milestones
108-
- [ ] Getting cookies
109-
- [ ] Setting cookies
110-
- [ ] Deleting cookies
108+
- [x] Getting cookies
109+
- [x] Setting cookies
110+
- [x] Deleting cookies
111111

112112
### Managing windows
113113

0 commit comments

Comments
 (0)