summaryrefslogtreecommitdiffstats
path: root/dom/workers/test/xpcshell/xpcshell.ini
blob: 2acc533849c10e66606467d79dfae16efa87d7d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[DEFAULT]
head =
skip-if = toolkit == 'android'
support-files =
  data/worker.js
  data/worker_fileReader.js
  data/chrome.manifest

[test_workers.js]
[test_fileReader.js]
[test_remoteworker_launch_new_process.js]
# The following firefox-appdir make sure that this xpcshell test will run
# with e10s enabled (which is needed to make sure that the test case is
# going to launch the expected new processes)
firefox-appdir = browser
# Disable plugin loading to make it rr able to record and replay this test.
prefs =
  plugin.disable=true