In https://github.com/servo/servo/pull/42296 i made a mistake during the
final changes, accidentally inverting a condition. This was not caught
by CI because we don't run devtools tests in CI.
Testing: `./mach test-devtools` now passes again
Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>