web-platform-tests / wpt

Test suites for Web platform specs — including WHATWG, W3C, and others
https://web-platform-tests.org/
Other
4.86k stars 3.03k forks source link

Plan for WebDriver BiDi support in testdriver? #45404

Open rakuco opened 4 months ago

rakuco commented 4 months ago

I've tried looking for an existing issue but couldn't find any. Are there any plans to add support for BiDi to testdriver, or a tracking bug/project?

In particular, the BiDi version of SetPermission allows specifying an origin, which help with several cross-origin tests that do not work as expected today.

rakuco commented 4 months ago

cc @jgraham @OrKoN

OrKoN commented 4 months ago

@rakuco yes, the use of WebDriver BiDi is pending on https://github.com/web-platform-tests/rfcs/pull/185

foolip commented 2 months ago

https://github.com/web-platform-tests/rfcs/pull/185 was merged about a month ago and there's an implementation in progress in https://github.com/web-platform-tests/wpt/pull/45823.