results-collection
results-collection copied to clipboard
tab-under blocking tests require custom Chrome flags to pass
There are some wpt tests in review that only pass in Chrome with --enable-features=BlockTabUnders. https://github.com/w3c/web-platform-tests/pull/9632
It would be great if wpt.fyi could run Chrome with this flag, or have some mechanism for running some subset of tests with a separate flag.
@kereliuk cc
If this flag doesn't the behaviour of any other tests then this shouldn't be a problem.
In the other case, we should discuss the addition of allowing specific tests to be run with specific flags.
Is there a way for me to verify that the flag doesn't affect other tests? Maybe: ./wpt run chrome / --binary-arg="--enable-features=BlockTabUnders"
Not sure how long that'll take on my local machine.