for DC, please land the tests to the upstream
https://github.com/web-platform-tests/wpt
such that both Marcos and I get a chance to review them!
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | -1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Commit-Queue | +1 |
for DC, please land the tests to the upstream
https://github.com/web-platform-tests/wpt
such that both Marcos and I get a chance to review them!
Thanks for the feedback. These tests run by directly calling the handler. I need to complete the pending BiDi implementation for the virtual wallet before adding them to external WPTs. I will add them there once the WebDriver implementation is complete.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Let's add the following tests:
1) the devtools wallet state is maintained across navigations
2) the devtools wallet state is not leaking into local iframes
Please fix this WARNING reported by Trailing Whitespace: Please remove the trailing whitespace.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Let's add the following tests:
1) the devtools wallet state is maintained across navigations
2) the devtools wallet state is not leaking into local iframes
3. the devtools wallet state is releases once the CDP session disconnects.
Alex RudenkoLet's add the following tests:
1) the devtools wallet state is maintained across navigations
2) the devtools wallet state is not leaking into local iframes
3. the devtools wallet state is releases once the CDP session disconnects.
Thank you! I added tests. The current behavior is:
1. The virtual wallet is destroyed upon navigation.
2. An iframe can have its own virtual wallet. If one is not set, it uses its parent's virtual wallet by default.
3. The virtual wallet is destroyed when the CDP session is disconnected.
Please fix this WARNING reported by Trailing Whitespace: Please remove the trailing whitespace.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |