wpt.fyi
wpt.fyi copied to clipboard
Each row should have an id for allowing to ponit specific test result with URL
WPT may have a lot of tests in a file. For example: https://wpt.fyi/results/input-events/input-events-get-target-ranges-deleting-in-list-items.tentative.html%3FBackspace%2Col?label=experimental&label=master&aligned
When I need to point a specific test failure in a test, I cannot do it because every table row does not have id.
It'd be really nice each row has an id and it can be highlighted with :target style. Then, I'd be happy when I file a bug of browser and writing a commit message for a bug fix.
It's no problem each id is just a number prefixed by alphabetic character(s) since we can specify specific revision of same test result.