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
While implementing BiDi in Puppeteer some of our test were not passing because of expectation for RemoteValue for Proxy to different then Object, which some browsers don't do at the moment.
WPT has test for evaluate and call_function results but some return types from the spec are not test, there are already TODOs in evaluate/result.py and call_function/result.py.
The text was updated successfully, but these errors were encountered:
While implementing BiDi in Puppeteer some of our test were not passing because of expectation for RemoteValue for
Proxy
to different thenObject
, which some browsers don't do at the moment.WPT has test for
evaluate
andcall_function
results but some return types from the spec are not test, there are already TODOs in evaluate/result.py and call_function/result.py.The text was updated successfully, but these errors were encountered: