Results 268 comments of jgraham

@asutherland can you verify this is the right set of tests?

We also need to consider cases where the test is paritally generated but human-modified (e.g. with copilot-like tools). The practical arguments I've heard in favour of allowing LLM-[partially-]generated tests are...

I think broadly it's the submitter's responsibility to ensure that they're able to contribute it under the terms of the [3-Clause BSD License](https://github.com/web-platform-tests/wpt/blob/master/LICENSE.md).

I don't quite understand the feature request here: > Each WebElement must have a By locator that uniquely locates it. That doesn't seem true. In general locators are not guaranteed...

Ah, I see. So the use case is having the client remember the selector that was used to select an element, to make it easy to re-run the same selector...

You are welcome to resubmit any previous proposals that you still think meet the appropriate criteria for Interop 2026. You just need to open a new issue with the relevant...

> The FieldStorage class can typically be replaced with [urllib.parse.parse_qsl()](https://docs.python.org/3.11/library/urllib.parse.html#urllib.parse.parse_qsl) for GET and HEAD requests, and the [email.message](https://docs.python.org/3.11/library/email.message.html#module-email.message) module or [multipart](https://pypi.org/project/multipart/) for POST and PUT. Most [utility functions](https://docs.python.org/3.11/library/cgi.html#functions-in-cgi-module) have replacements....

https://github.com/web-platform-tests/wpt/pull/49970 is an initial attempt at the plan @gsnedders set out.

@dlrobertson it looks like this PR is blocked on intermittent failures. Do you know if that's a regression from this patch, or if these tests were already intermittent?

> This PR does not handle dismiss yet? Well it does, on the assumption that none/accept/dismiss are the only available options. In that case "dismiss" is what happens when the...