blob: 86c442469fd1b1f8ad929ba0e2b13ef7720048c7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
[DEFAULT]
skip-if =
!debug || !crashreporter
support-files =
head.js
prefs =
dom.ipc.processCount=1
dom.ipc.processPrelaunch.fission.number=0
[browser_aboutRestartRequired_basic.js]
[browser_aboutRestartRequired_buildid_false-positive.js]
skip-if =
win11_2009 && msix && debug # bug 1823581
[browser_aboutRestartRequired_buildid_mismatch.js]
skip-if =
win11_2009 && msix && debug # bug 1823581
[browser_aboutRestartRequired_buildid_no-platform-ini.js]
skip-if =
win11_2009 && msix && debug # bug 1823581
|