3 skip-if = toolkit == 'android'
6 data
/worker_fileReader.js
9 [test_ext_redirects_sw_scripts.js]
10 # The following firefox-appdir make sure that ExtensionTestUtils.loadExtension
11 # will be able to successfully start the background page (it does fail without
12 # it because there wouldn't be a global.tabTracker implementation as we would
13 # expect in a real Firefox, Fenix or Thunderbird instance).
14 firefox-appdir = browser
16 [test_workers_clone_error.js]
18 [test_remoteworker_launch_new_process.js]
19 # The following firefox-appdir make sure that this xpcshell test will run
20 # with e10s enabled (which is needed to make sure that the test case is
21 # going to launch the expected new processes)
22 firefox-appdir = browser
23 # Disable plugin loading to make it rr able to record and replay this test.
27 socketprocess_networking # Bug
1759035