Results 268 comments of jgraham

There's always a lot of features in the early prototype stage, and finding out that most people haven't heard of them isn't that surprising, or a very good use of...

Note that crashtests currently aren't allowed to use testdriver and it won't work on the shared infra (unlike in Google's CI).

This is mostly blocked on landing https://github.com/whatwg/fetch/pull/1540 I'm not aware of any further changes that are needed in the commit added in this PR.

I have had a quick look through this. Some thoughts: * I think the endpoints can happily live in `testdriver` rather than `testdriver.bidi`. Although implementations might differ, what we fundamentally...

So my high level impression is that this looks quite reasonable. It might make sense to break the WebDriver config change into a seperate PR since that's somewhat orthogonal (and...

I don't have a strong opinion here, but this seems like a breakign change that probably requires an RFC.

So in general, our feedback is that we'd like to apply similar criteria as mentioned in the [State of HTML feedback](https://github.com/Devographics/surveys/issues/235#issuecomment-2262739320). We'd also like to understand where/why people _aren't_ using...

> These are in the State of HTML survey. Do we want to bring them over? If we're concentrating all the forms stuff in State of HTML that's fine. >...

There is kind of support for setting the device pixel ratio in reftests, but it's only implemented in Servo. So we could also extend that support to more implementations if...