summaryrefslogtreecommitdiffstats
path: root/docshell/test/iframesandbox/mochitest.toml
blob: a8bf4b1d720696052cf78c1b6f15ef1e4cc972ee (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
39
40
41
42
43
[DEFAULT]
support-files = [
  "file_child_navigation_by_location.html",
  "file_marquee_event_handlers.html",
  "file_other_auxiliary_navigation_by_location.html",
  "file_our_auxiliary_navigation_by_location.html",
  "file_parent_navigation_by_location.html",
  "file_sibling_navigation_by_location.html",
  "file_top_navigation_by_location.html",
  "file_top_navigation_by_location_exotic.html",
]

["test_child_navigation_by_location.html"]

["test_marquee_event_handlers.html"]
skip-if = ["true"] # Bug 1455996

["test_other_auxiliary_navigation_by_location.html"]
tags = "openwindow"

["test_our_auxiliary_navigation_by_location.html"]
tags = "openwindow"

["test_parent_navigation_by_location.html"]
tags = "openwindow"

["test_sibling_navigation_by_location.html"]
tags = "openwindow"

["test_top_navigation_by_location.html"]

["test_top_navigation_by_location_exotic.html"]

["test_top_navigation_by_user_activation.html"]
support-files = [
  "file_top_navigation_by_user_activation.html",
  "file_top_navigation_by_user_activation_iframe.html",
]
skip-if = [
  "http3",
  "http2",
]