blob: a8fea52423e1031330b74412d1c68420fb68cf7b (
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
34
35
36
37
38
|
[DEFAULT]
prefs =
plugin.load_flash_only=false
support-files =
subtst_contextmenu_webext.html
test_contextmenu_links.html
subtst_contextmenu.html
subtst_contextmenu_input.html
subtst_contextmenu_xul.xhtml
ctxmenu-image.png
../general/head.js
../general/video.ogg
../general/audio.ogg
../../../../../toolkit/components/pdfjs/test/file_pdfjs_test.pdf
contextmenu_common.js
[browser_contextmenu_loadblobinnewtab.js]
support-files = browser_contextmenu_loadblobinnewtab.html
[browser_contextmenu_save_blocked.js]
[browser_contextmenu_spellcheck.js]
skip-if = toolkit == "gtk" || (os == "win" && processor == "aarch64") # disabled on Linux due to bug 513558, aarch64 due to 1533161
[browser_view_image.js]
support-files =
test_view_image_revoked_cached_blob.html
[browser_contextmenu_touch.js]
skip-if = true # Bug 1424433, disable due to very high frequency failure rate also on Windows 10
[browser_contextmenu_linkopen.js]
[browser_contextmenu_iframe.js]
support-files =
test_contextmenu_iframe.html
[browser_utilityOverlay.js]
[browser_utilityOverlayPrincipal.js]
[browser_contextmenu_childprocess.js]
[browser_contextmenu.js]
tags = fullscreen
skip-if = toolkit == "gtk" || verify || (os == "win" && processor == "aarch64") # disabled on Linux due to bug 513558, aarch64 due to 1531590
[browser_contextmenu_input.js]
skip-if = toolkit == "gtk" || (os == "win" && processor == "aarch64") # disabled on Linux due to bug 513558, aarch64 due to 1533161
|