steps:
- run a test
- crash all chrome render processes via
pkill -f "chrome.*type=renderer"
- try to run another test
expected: next test runs successfully
actual: selenium fails with unable to connect error
notes:
- the render process occasionally crashes in real tests
- the parent process does not crash when the render subprocess crashes