jgraham
jgraham
Servo has a command line flg to set dpppx and servo is restarted for each test, so a test with the relevent `` element sets that flag on startup. For...
Yes, solving this properly probably requires WebDriver-BiDi support in testdriver, so we can message navigables without actually focusing them.
Do we have a real example of this causing problems? The example in the crbug seems rather nonsensical: ``` ``` If you want to run separately with `t=Hello` and `t=World`...
Zoom could and should be easily added to WebDriver. Note that running reftests on mobile has some interesting challenges. For example you need to ensure that the device pixel ratio...
https://github.com/web-platform-tests/wpt-metadata/pull/7498 should have fixed this
Thta repo does in fact already support scoring individual wptreport.json files, or groups of them.
It's hard for me to understand in detail what this proposal is hoping to achieve. Are there web-platform-tests that cover the browser differences?
CC @asutherland @edenchuang
I'm mildly worried about printing error-level logging for things that might not be errors. In particular if you have a test that needs a 404 response, putting an error message...
#39820 removes the first-party uses of distutils, although there are still several uses in vendored packages.