blob: aba7cf6695d7e14ea02a3d065321c34adafb103e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
[DEFAULT]
support-files =
head.js
[browser_popupUI.js]
[browser_popup_blocker.js]
support-files =
popup_blocker.html
popup_blocker_a.html
popup_blocker_b.html
popup_blocker_10_popups.html
skip-if = (os == 'linux') || (e10s && debug) # Frequent bug 1081925 and bug 1125520 failures
[browser_popup_frames.js]
support-files =
popup_blocker.html
popup_blocker_a.html
popup_blocker_b.html
[browser_popup_blocker_identity_block.js]
support-files =
popup_blocker2.html
popup_blocker_a.html
[browser_popup_close_main_window.js]
[browser_popup_blocker_frames.js]
support-files =
popup_blocker.html
popup_blocker_a.html
popup_blocker_b.html
[browser_popup_blocker_iframes.js]
support-files =
popup_blocker.html
popup_blocker_frame.html
popup_blocker_a.html
popup_blocker_b.html
skip-if = debug # This test triggers Bug 1578794 due to opening many popups.
|