1 // Utilities for running tests in an e10s environment.
4 // Listen for an 'oop-browser-crashed' event and log it so people analysing
5 // test logs have a clue about what is going on.
6 window.addEventListener(
9 let uri = event.target.currentURI;
11 "remote browser crashed while on",
12 uri ? uri.spec : "<unknown>"