15 lines
852 B
INI
15 lines
852 B
INI
[DEFAULT]
|
|
support-files =
|
|
head.js
|
|
|
|
[browser_displayURI.js]
|
|
skip-if = (os == "linux" && (debug || asan))
|
|
[browser_popupNotification.js]
|
|
skip-if = (os == "linux" && (debug || asan)) || e10s # e10s - Bug ?????? - popup notification test probably confused re content process notifications etc
|
|
[browser_popupNotification_2.js]
|
|
skip-if = (os == "linux" && (debug || asan)) || e10s # e10s - Bug ?????? - popup notification test probably confused re content process notifications etc
|
|
[browser_popupNotification_3.js]
|
|
skip-if = (os == "linux" && (debug || asan)) || e10s # e10s - Bug ?????? - popup notification test probably confused re content process notifications etc
|
|
[browser_popupNotification_4.js]
|
|
skip-if = (os == "linux" && (debug || asan)) || e10s # e10s - Bug ?????? - popup notification test probably confused re content process notifications etc
|