wpt.fyi icon indicating copy to clipboard operation
wpt.fyi copied to clipboard

Each row should have an id for allowing to ponit specific test result with URL

Open masayuki-nakano opened this issue 4 years ago • 1 comments

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.

masayuki-nakano avatar Sep 09 '21 08:09 masayuki-nakano

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.

masayuki-nakano avatar Sep 09 '21 08:09 masayuki-nakano