Re: [geolocation-api] Investigate test failures to exit CR (#120)

@reillyeon, @rakuco, sorry to bother you both, but it appears that on the Chromium side, the promise returned from `test_driver.set_permission()` never resolves (this is a regression, as I'm pretty sure it used to work). For example:

```JS
await test_driver.set_permission({ name: "geolocation" }, "granted");
```

That is what's causing most of the test failures in Chrome in the in the implementation report. Could either of your check if it's a known issues? Any suggestions about who we should contact? 

The failures in other browsers are due to them not supporting `test_driver.set_permission()`, but the tests would otherwise all pass. 

-- 
GitHub Notification of comment by marcoscaceres
Please view or discuss this issue at https://github.com/w3c/geolocation-api/issues/120#issuecomment-1043026395 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Thursday, 17 February 2022 14:46:40 UTC