Open
Description
In https://adam.orphis.net/~orphis/wpt.html @Orphis built in the ability to filter tests by failure messages, as "Output filter". wpt.fyi should be able to do this, for example searching for "message:TypeError" (strawman!) at the root level should filter to tests where that shows up in the output, such as:
https://wpt.fyi/results/webrtc/RTCRtpParameters-codecs.html?sha=6aef6676d2&label=stable (in Chrome + Edge)
This issue is very similar to #81, but that is about making search work on the results page for a specific tests, while this is about searching for tests that fail in a certain way.