You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am doubting whether this is the right place for this logic to live; the RFC wasn't in any way Chrome specific, but we do somehow need to know if the browser supports bidi and whether or not we want to enable it.
Good point. The main motivation to put the specific protocol selector logic in ChromeDriverTestharnessExecutor was to minimize the potential impact on other implementations.
I started drafting solution for the concern in #50626.
Currently this is in the
ChromeDriverTestharnessExecutor
:wpt/tools/wptrunner/wptrunner/executors/executorchrome.py
Lines 279 to 284 in 8fde6da
Coming from:
wpt/tools/wptrunner/wptrunner/browsers/chrome.py
Line 284 in 8fde6da
I am doubting whether this is the right place for this logic to live; the RFC wasn't in any way Chrome specific, but we do somehow need to know if the browser supports bidi and whether or not we want to enable it.
cc @sadym-chromium
The text was updated successfully, but these errors were encountered: