Philip Jägenstedt
Philip Jägenstedt
Chrome for Testing has a Canary channel, and @DanielRyanSmith is working on setting this up in Taskcluster. I'd like to suggest switching from Chrome Dev to Chrome Canary to the...
This is restating https://github.com/web-platform-tests/interop/issues/370. In order to show results faster, we should score all runs for each browser, not just aligned runs. Interop scores will still need to use aligned...
This to track https://github.com/web-platform-tests/interop/issues/356 along with the other requests for the Interop 2024 dashboard.
Thanks to https://github.com/web-platform-tests/interop-2023-mobile-testing we will have at least Chrome and Firefox mobile browser results soon. I think we should have a mobile view in the Interop 2024 dashboard. If we...
Analysis done outside of wpt.fyi using runs from `/api/runs` usually ends up needing to do some filtering of the returned runs to get sensible results. For example, https://github.com/web-platform-tests/results-analysis/blob/main/bad-ranges.js filters out...
@nairnandu pointed out that this search has missing results for Chrome: https://wpt.fyi/results/pointerevents?q=label%3Ainterop-2023-events%20%28chrome%3A%21ok%26chrome%3A%21pass%29%20none%28triaged%3Achrome%29&run_id=5196887768956928&run_id=5117608511143936&run_id=6246543416360960 I'm not sure why it looks like this, but removing `(chrome:!ok&chrome:!pass) none(triaged:chrome)` reveals that there are no missing...
This parameter is needed to include labels, and the code is here: https://github.com/web-platform-tests/wpt.fyi/blob/04974308b3b0e648762d785af7b7d56d55af8358/api/metadata_handler.go#L236-L237 This should be documented in https://github.com/web-platform-tests/wpt.fyi/blob/main/api/README.md#apimanifest
I often remove labels from wpt-metadata based on changes to the Interop 2023 test list. For example https://github.com/web-platform-tests/wpt-metadata/pull/4264 was crafted by hand. It would be great with a feature to...
Steps to reproduce: - On wpt.fyi, enable "Triage Mode" at the top and go to some directory of tests (any will do) - Select a few tests and triage them...
When adjusting lightness in Oklab/Oklch/Lab/LCH, what is expected behavior? This is related to handling out-of-gamut colors, because: - As lightness decreases we reach imaginary colors with no physical meaning. -...